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

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

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 <body> 3 <body>
4 <script src="../../js/resources/js-test-pre.js"></script> 4 <script src="../../js/resources/js-test-pre.js"></script>
5 5
6 <div id="container"></div> 6 <div id="container"></div>
7 <pre id="console"></pre> 7 <pre id="console"></pre>
8 8
9 <script> 9 <script>
10 description("Tests to ensure ShadowRoot.getElementById works after complex DOM m anipulation."); 10 description("Tests to ensure ShadowRoot.getElementById works after complex DOM m anipulation.");
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 debug(''); 65 debug('');
66 debug('Remove D from shadowRootC'); 66 debug('Remove D from shadowRootC');
67 shadowRootC.removeChild(D); 67 shadowRootC.removeChild(D);
68 68
69 shouldBe('document.getElementById("A")', 'null'); 69 shouldBe('document.getElementById("A")', 'null');
70 shouldBe('shadowRootA.getElementById("B")', 'B'); 70 shouldBe('shadowRootA.getElementById("B")', 'B');
71 shouldBe('shadowRootB.getElementById("C")', 'null'); 71 shouldBe('shadowRootB.getElementById("C")', 'null');
72 shouldBe('shadowRootC.getElementById("D")', 'null'); 72 shouldBe('shadowRootC.getElementById("D")', 'null');
73 73
74 </script> 74 </script>
75 <script src="../../js/resources/js-test-post.js"></script>
76 </body> 75 </body>
77 </html> 76 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/getelementbyid-in-orphan.html ('k') | LayoutTests/fast/dom/shadow/has-content-elements.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698