mirror of
https://github.com/jquery/jquery.git
synced 2024-12-09 08:04:24 +00:00
21 lines
444 B
HTML
21 lines
444 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<link rel="stylesheet" href="../../../external/bootstrap/bootstrap.min.css" class="stylesheet">
|
||
|
</head>
|
||
|
<body>
|
||
|
<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>
|
||
|
</body>
|
||
|
</html>
|