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

Side by Side Diff: LayoutTests/fast/dom/shadow/pseudo-host-parameter-matches-shadow-host.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 </head> 6 </head>
7 <body> 7 <body>
8 <div id="sandbox"></div> 8 <div id="sandbox"></div>
9 </body> 9 </body>
10 <script> 10 <script>
11 var borderColor; 11 var borderColor;
12 12
13 function borderColorOf(node) 13 function borderColorOf(node)
14 { 14 {
15 return document.defaultView.getComputedStyle(node, null).getPropertyValue('b order-color'); 15 return document.defaultView.getComputedStyle(node, null).getPropertyValue('b order-color');
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 createDOM('style', {}, 85 createDOM('style', {},
86 document.createTextNode(':host(span.foo#host) { border: 1px soli d green; }')), 86 document.createTextNode(':host(span.foo#host) { border: 1px soli d green; }')),
87 createDOM('div', {})))); 87 createDOM('div', {}))));
88 88
89 borderColorShouldBe('host', 'rgb(0, 128, 0)'); 89 borderColorShouldBe('host', 'rgb(0, 128, 0)');
90 90
91 cleanUp(); 91 cleanUp();
92 </script> 92 </script>
93 <script src="../../js/resources/js-test-post.js"></script> 93 <script src="../../js/resources/js-test-post.js"></script>
94 </html> 94 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/pseudo-attribute.html ('k') | LayoutTests/fast/dom/shadow/pseudoclass-update-checked-option.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698