OLD | NEW |
1 <head> | 1 <head> |
2 <script src="../js/resources/js-test-pre.js"></script> | 2 <script src="../js/resources/js-test-pre.js"></script> |
3 <style> | 3 <style> |
4 .test { | 4 .test { |
5 font-family: 'myahem'; | 5 font-family: 'myahem'; |
6 } | 6 } |
7 #a, #b, #container { position:absolute; } | 7 #a, #b, #container { position:absolute; } |
8 #b { top: 20px } | 8 #b { top: 20px } |
9 </style> | 9 </style> |
10 </head> | 10 </head> |
(...skipping 19 matching lines...) Expand all Loading... |
30 var b = document.getElementById('b'); | 30 var b = document.getElementById('b'); |
31 shouldBeFalse('window.getComputedStyle(a).width == window.getComputedSty
le(b).width'); | 31 shouldBeFalse('window.getComputedStyle(a).width == window.getComputedSty
le(b).width'); |
32 finishJSTest(); | 32 finishJSTest(); |
33 }, | 33 }, |
34 500 | 34 500 |
35 ); | 35 ); |
36 }, | 36 }, |
37 1); | 37 1); |
38 </script> | 38 </script> |
39 <script src="../js/resources/js-test-post.js"></script> | 39 <script src="../js/resources/js-test-post.js"></script> |
OLD | NEW |