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

Side by Side Diff: LayoutTests/fast/dom/shadow/part-override-style-in-shadow-tree.html

Issue 58533003: Move fast/js/resources files to resources. (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="resources/shadow-dom.js"></script> 4 <script src="resources/shadow-dom.js"></script>
5 <script src="../../js/resources/js-test-pre.js"></script> 5 <script src="../../../resources/js-test.js"></script>
6 <style> 6 <style>
7 #host::part(x-part) { 7 #host::part(x-part) {
8 color: green; 8 color: green;
9 } 9 }
10 </style> 10 </style>
11 </head> 11 </head>
12 <body> 12 <body>
13 <div id='sandbox'></div> 13 <div id='sandbox'></div>
14 <pre id='console'></pre> 14 <pre id='console'></pre>
15 <script> 15 <script>
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 document.createTextNode('div { color: red; }')), 93 document.createTextNode('div { color: red; }')),
94 createDOM('div', {'id': 'target', 'part': 'x-part'}, 94 createDOM('div', {'id': 'target', 'part': 'x-part'},
95 document.createTextNode('Hello'))))))); 95 document.createTextNode('Hello')))))));
96 96
97 shouldBe('window.getComputedStyle(getNodeInTreeOfTrees("host1/host/target")).col or', '"rgb(0, 0, 255)"'); 97 shouldBe('window.getComputedStyle(getNodeInTreeOfTrees("host1/host/target")).col or', '"rgb(0, 0, 255)"');
98 sandbox.innerHTML = ''; 98 sandbox.innerHTML = '';
99 99
100 </script> 100 </script>
101 </body> 101 </body>
102 </html> 102 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/parent-tree-scope-in-shadow.html ('k') | LayoutTests/fast/dom/shadow/part-pseudo-element.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698