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

Side by Side Diff: LayoutTests/fast/dom/shadow/shadowroot-host.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 <head> 3 <head>
4 <script src="../../js/resources/js-test-pre.js"></script> 4 <script src="../../js/resources/js-test-pre.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <pre id="console"></div> 7 <pre id="console"></div>
8 <script> 8 <script>
9 description('Tests ShadowRoot.host property'); 9 description('Tests ShadowRoot.host property');
10 10
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 // Cannot set property 49 // Cannot set property
50 host = document.createElement('span'); 50 host = document.createElement('span');
51 root = host.createShadowRoot(); 51 root = host.createShadowRoot();
52 var donor = document.createElement('div'); 52 var donor = document.createElement('div');
53 donor.createShadowRoot(); 53 donor.createShadowRoot();
54 root.host = donor; 54 root.host = donor;
55 shouldBe('root.host', 'host'); 55 shouldBe('root.host', 'host');
56 56
57 successfullyParsed = true; 57 successfullyParsed = true;
58 </script> 58 </script>
59 <script src="../../js/resources/js-test-post.js"></script>
60 </body> 59 </body>
61 </html> 60 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/shadowroot-clonenode.html ('k') | LayoutTests/fast/dom/shadow/shadowroot-host-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698