2011-05-13 15:50:57 +00:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr" id="html">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
background: #000000;
|
|
|
|
}
|
2012-02-24 05:14:15 +00:00
|
|
|
|
|
|
|
div {
|
|
|
|
padding: 15px;
|
|
|
|
border: 1px solid #999;
|
|
|
|
display: inline;
|
|
|
|
margin:8px;
|
|
|
|
}
|
2011-05-13 15:50:57 +00:00
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div>
|
2013-01-28 04:34:38 +00:00
|
|
|
<script src="../../jquery.js"></script>
|
2016-04-10 19:42:44 +00:00
|
|
|
<script src="../iframeTest.js"></script>
|
2013-08-26 22:54:13 +00:00
|
|
|
<script src="getComputedSupport.js"></script>
|
2011-05-13 15:50:57 +00:00
|
|
|
</div>
|
|
|
|
<script>
|
2016-04-10 19:42:44 +00:00
|
|
|
startIframeTest( jQuery( "body" ).css( "backgroundColor" ),
|
2013-08-26 22:54:13 +00:00
|
|
|
getComputedSupport( jQuery.support ) );
|
2011-05-13 15:50:57 +00:00
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|