2023-07-10 16:26:45 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2023-09-20 22:18:42 +00:00
|
|
|
<link rel="stylesheet" href="../../../external/bootstrap/bootstrap.min.css" class="stylesheet" />
|
2023-07-10 16:26:45 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2023-09-20 22:18:42 +00:00
|
|
|
<div>
|
|
|
|
<script src="../../jquery.js"></script>
|
|
|
|
<script src="../iframeTest.js"></script>
|
|
|
|
<script src="getComputedSupport.js"></script>
|
|
|
|
</div>
|
|
|
|
<script>
|
|
|
|
startIframeTest(
|
|
|
|
getComputedStyle( document.body ),
|
|
|
|
getComputedSupport( jQuery.support )
|
|
|
|
);
|
|
|
|
</script>
|
2023-07-10 16:26:45 +00:00
|
|
|
</body>
|
|
|
|
</html>
|