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 <script> | 3 <script> |
4 if (window.testRunner) | 4 if (window.testRunner) |
5 testRunner.dumpAsText(); | 5 testRunner.dumpAsText(); |
6 | 6 |
7 | 7 |
8 </script> | 8 </script> |
9 </head> | 9 </head> |
10 <body style="text-decoration: underline; border-top-color: green"> | 10 <body style="text-decoration: underline; border-top-color: green"> |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 previous = p; | 47 previous = p; |
48 else { | 48 else { |
49 if (seenFilter) | 49 if (seenFilter) |
50 testPassed("The CSS property order is correct"); | 50 testPassed("The CSS property order is correct"); |
51 else | 51 else |
52 testFailed("The 'filter' property was not enumerated"); | 52 testFailed("The 'filter' property was not enumerated"); |
53 break; | 53 break; |
54 } | 54 } |
55 } | 55 } |
56 </script> | 56 </script> |
57 <script src="../js/resources/js-test-post.js"></script> | |
58 </body> | 57 </body> |
OLD | NEW |