OLD | NEW |
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 Loading... |
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> |
OLD | NEW |