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

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

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
« no previous file with comments | « LayoutTests/svg/css/mask-type.html ('k') | LayoutTests/svg/custom/SVGException.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="../../fast/js/resources/js-test-pre.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';
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 var divElement = document.createElement("div"); 56 var divElement = document.createElement("div");
57 divElement.setAttribute("id", "expected" + i); 57 divElement.setAttribute("id", "expected" + i);
58 divElement.setAttribute("style", "color:" + systemColors[i]); 58 divElement.setAttribute("style", "color:" + systemColors[i]);
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 <script src="../../fast/js/resources/js-test-post.js"></script>
67 66
68 </body> 67 </body>
69 </html> 68 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/css/mask-type.html ('k') | LayoutTests/svg/custom/SVGException.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698