Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Side by Side Diff: LayoutTests/fast/dom/htmlcollection-non-html.html

Issue 10368018: Merge 115398 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/dom/htmlcollection-non-html-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/htmlcollection-non-html-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698