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

Side by Side Diff: LayoutTests/svg/css/rect-system-color.xhtml

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
« no previous file with comments | « LayoutTests/svg/css/mask-type.html ('k') | LayoutTests/svg/css/scientific-numbers.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html xmlns="http://www.w3.org/1999/xhtml"> 1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head> 2 <head>
3 <script src="../../fast/js/resources/js-test-pre.js"/> 3 <script src="../../resources/js-test.js"/>
4 </head> 4 </head>
5 <body> 5 <body>
6 <svg display="none" xmlns="http://www.w3.org/2000/svg"/> 6 <svg display="none" xmlns="http://www.w3.org/2000/svg"/>
7 <p id="description"></p> 7 <p id="description"></p>
8 <div id="console"/> 8 <div id="console"/>
9 <script><![CDATA[ 9 <script><![CDATA[
10 SVG_NS = 'http://www.w3.org/2000/svg'; 10 SVG_NS = 'http://www.w3.org/2000/svg';
11 var color1, color2; 11 var color1, color2;
12 var systemColorRed, systemColorGreen, systemColorBlue; 12 var systemColorRed, systemColorGreen, systemColorBlue;
13 function checkSystemColor(id1, id2, systemColor) 13 function checkSystemColor(id1, id2, systemColor)
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 document.body.appendChild(divElement); 59 document.body.appendChild(divElement);
60 60
61 checkSystemColor('text' + i, 'expected' + i, systemColors[i]); 61 checkSystemColor('text' + i, 'expected' + i, systemColors[i]);
62 } 62 }
63 63
64 ]]> 64 ]]>
65 </script> 65 </script>
66 66
67 </body> 67 </body>
68 </html> 68 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/css/mask-type.html ('k') | LayoutTests/svg/css/scientific-numbers.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698