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

Side by Side Diff: LayoutTests/fast/dom/shadow/content-element-distributed-nodes.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 <script src="resources/shadow-dom.js"></script> 5 <script src="resources/shadow-dom.js"></script>
6 </head> 6 </head>
7 <body> 7 <body>
8 <script> 8 <script>
9 description("Tests for content element's getDistributedNodes()."); 9 description("Tests for content element's getDistributedNodes().");
10 10
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 assertNodeList(distributedNodes1, [child1]); 49 assertNodeList(distributedNodes1, [child1]);
50 assertNodeList(distributedNodes2, [child2]); 50 assertNodeList(distributedNodes2, [child2]);
51 assertNodeList(distributedNodes3, [child3]); 51 assertNodeList(distributedNodes3, [child3]);
52 52
53 debug('Verify that getDistributedNodes() returns a static NodeList.'); 53 debug('Verify that getDistributedNodes() returns a static NodeList.');
54 document.getElementById('host-1').innerHTML = ''; 54 document.getElementById('host-1').innerHTML = '';
55 assertNodeList(distributedNodes1, [child1]); 55 assertNodeList(distributedNodes1, [child1]);
56 assertNodeList(content1.getDistributedNodes(), []); 56 assertNodeList(content1.getDistributedNodes(), []);
57 57
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/content-element-api.html ('k') | LayoutTests/fast/dom/shadow/content-element-includer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698