diff options
Diffstat (limited to 'test/data/support/bootstrap.html')
-rw-r--r-- | test/data/support/bootstrap.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/data/support/bootstrap.html b/test/data/support/bootstrap.html new file mode 100644 index 000000000..d8e643ac2 --- /dev/null +++ b/test/data/support/bootstrap.html @@ -0,0 +1,20 @@ +<!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> |