| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script src="../js/resources/js-test-pre.js"></script> | 3 <script src="../js/resources/js-test-pre.js"></script> |
| 4 <script> | 4 <script> |
| 5 var elem; | 5 var elem; |
| 6 var ns = "http://not-html.test"; | 6 var ns = "http://not-html.test"; |
| 7 | 7 |
| 8 function testDocumentProperty(attributeName, elementName, base) { | 8 function testDocumentProperty(attributeName, elementName, base) { |
| 9 var elem; | 9 var elem; |
| 10 if (typeof base == 'undefined') | 10 if (typeof base == 'undefined') |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 testElementProperty("tbody", "rows", "tr"); | 93 testElementProperty("tbody", "rows", "tr"); |
| 94 testElementProperty("tfoot", "rows", "tr"); | 94 testElementProperty("tfoot", "rows", "tr"); |
| 95 } | 95 } |
| 96 </script> | 96 </script> |
| 97 </head> | 97 </head> |
| 98 <body> | 98 <body> |
| 99 <script>runTest();</script> | 99 <script>runTest();</script> |
| 100 <script src="../js/resources/js-test-post.js"></script> | 100 <script src="../js/resources/js-test-post.js"></script> |
| 101 </body> | 101 </body> |
| 102 </html> | 102 </html> |
| OLD | NEW |