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

Side by Side Diff: LayoutTests/fast/dom/shadow/iframe-shadow.html

Issue 14594006: Remove Internals::createShadowRoot(element) and polyfill.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../js/resources/js-test-pre.js"></script> 4 <script src="../../js/resources/js-test-pre.js"></script>
5 <script src="resources/polyfill.js"></script>
6 </head> 5 </head>
7 <body> 6 <body>
8 <pre id="console"></pre> 7 <pre id="console"></pre>
9 <iframe name="i0"></iframe> 8 <iframe name="i0"></iframe>
10 <iframe name="i1"></iframe> 9 <iframe name="i1"></iframe>
11 <iframe name="i1"></iframe> 10 <iframe name="i1"></iframe>
12 <iframe name="i2"></iframe> 11 <iframe name="i2"></iframe>
13 12
14 <div id="host"></div> 13 <div id="host"></div>
15 14
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 62
64 document.body.appendChild(i3InShadow); 63 document.body.appendChild(i3InShadow);
65 shouldBe("window.length", "4"); 64 shouldBe("window.length", "4");
66 shouldBe("document['i3']", "i3InShadow.contentWindow"); 65 shouldBe("document['i3']", "i3InShadow.contentWindow");
67 66
68 </script> 67 </script>
69 68
70 <script src="../../js/resources/js-test-post.js"></script> 69 <script src="../../js/resources/js-test-post.js"></script>
71 </body> 70 </body>
72 </html> 71 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/has-shadow-insertion-point.html ('k') | LayoutTests/fast/dom/shadow/input-with-validation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698