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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/leaktests/html-collection.html

Issue 1993513002: Move the shadow-dom directory from web-platform-tests/ to wpt/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta name='author' title='Google' href='http://www.google.com'> 4 <meta name='author' title='Google' href='http://www.google.com'>
5 <meta name='assert' content='document attributes that returns HTMLCollection sho uld not expose nodes in shadow tree.'> 5 <meta name='assert' content='document attributes that returns HTMLCollection sho uld not expose nodes in shadow tree.'>
6 <link rel='help' href='https://w3c.github.io/webcomponents/spec/shadow/'> 6 <link rel='help' href='https://w3c.github.io/webcomponents/spec/shadow/'>
7 <script src='../../../../resources/testharness.js'></script> 7 <script src='../../../../resources/testharness.js'></script>
8 <script src='../../../../resources/testharnessreport.js'></script> 8 <script src='../../../../resources/testharnessreport.js'></script>
9 </head> 9 </head>
10 <body> 10 <body>
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 ['document.links should not contain shadow nodes', 'links'], 68 ['document.links should not contain shadow nodes', 'links'],
69 ['document.anchors should not contain shadow nodes', 'anchors'], 69 ['document.anchors should not contain shadow nodes', 'anchors'],
70 ['document.embeds should not contain shadow nodes', 'embeds'], 70 ['document.embeds should not contain shadow nodes', 'embeds'],
71 ['document.plugins should not contain shadow nodes', 'plugins'], 71 ['document.plugins should not contain shadow nodes', 'plugins'],
72 ['document.applets should not contain shadow nodes', 'applets']]; 72 ['document.applets should not contain shadow nodes', 'applets']];
73 73
74 generate_tests(testCollection, testParams); 74 generate_tests(testCollection, testParams);
75 75
76 </script> 76 </script>
77 </html> 77 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698