Tests: Add custom attribute getter tests to the selector module
[jquery.git] / test / data / support / zoom.html
blob318b834ecc8d2944f4ef9d4ee912dbd4f33ca7be
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8" />
5 <style>
6 html {
7 zoom: 2.1;
9 </style>
10 </head>
11 <body>
12 <div>
13 <script src="../../jquery.js"></script>
14 <script src="../iframeTest.js"></script>
15 <script src="getComputedSupport.js"></script>
16 </div>
17 <script>
18 startIframeTest(
19 getComputedStyle( document.documentElement ),
20 getComputedSupport( jQuery.support )
22 </script>
23 </body>
24 </html>