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

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

Issue 11846002: Merge 138131 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 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/shadow/getelementbyid-shadow-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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
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> 5 <script src="resources/polyfill.js"></script>
6 6
7 <div id="container"></div> 7 <div id="container"></div>
8 <pre id="console"></pre> 8 <pre id="console"></pre>
9 9
10 <script> 10 <script>
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 69
70 shouldBe('document.getElementById("A")', 'null'); 70 shouldBe('document.getElementById("A")', 'null');
71 shouldBe('shadowRootA.getElementById("B")', 'B'); 71 shouldBe('shadowRootA.getElementById("B")', 'B');
72 shouldBe('shadowRootB.getElementById("C")', 'null'); 72 shouldBe('shadowRootB.getElementById("C")', 'null');
73 shouldBe('shadowRootC.getElementById("D")', 'null'); 73 shouldBe('shadowRootC.getElementById("D")', 'null');
74 74
75 </script> 75 </script>
76 <script src="../../js/resources/js-test-post.js"></script> 76 <script src="../../js/resources/js-test-post.js"></script>
77 </body> 77 </body>
78 </html> 78 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/shadow/getelementbyid-shadow-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698