Build: Bump the github-actions group with 2 updates
[jquery.git] / test / data / support / bootstrap.html
blob731a474317bc8cd55cb3d5b062989a4fa1963d4f
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8" />
5 <link rel="stylesheet" href="../../../external/bootstrap/bootstrap.min.css" class="stylesheet">
6 </head>
7 <body>
8 <div>
9 <script src="../../jquery.js"></script>
10 <script src="../iframeTest.js"></script>
11 <script src="getComputedSupport.js"></script>
12 </div>
13 <script>
14 startIframeTest(
15 getComputedStyle( document.body ),
16 getComputedSupport( jQuery.support )
18 </script>
19 </body>
20 </html>