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

Side by Side Diff: LayoutTests/svg/dom/preserve-aspect-ratio-parser.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
« no previous file with comments | « LayoutTests/svg/dom/path-segments.html ('k') | LayoutTests/svg/dom/rgb-color-parser.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> 1 <html>
2 <head> 2 <head>
3 <script src="../../fast/js/resources/js-test-pre.js"></script> 3 <script src="../../resources/js-test.js"></script>
4 </head> 4 </head>
5 <body> 5 <body>
6 <p id="description"></p> 6 <p id="description"></p>
7 <div id="console"></div> 7 <div id="console"></div>
8 <script> 8 <script>
9 9
10 description("This tests the parser for preserve aspect ratio attribute values.") ; 10 description("This tests the parser for preserve aspect ratio attribute values.") ;
11 11
12 var imageElement = document.createElementNS("http://www.w3.org/2000/svg", "image "); 12 var imageElement = document.createElementNS("http://www.w3.org/2000/svg", "image ");
13 13
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 parsePreserveAspectRatio("slice", "SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATI O_XMIDYMID", "SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET"); 123 parsePreserveAspectRatio("slice", "SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATI O_XMIDYMID", "SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET");
124 parsePreserveAspectRatio("xminymin", "SVGPreserveAspectRatio.SVG_PRESERVEASPECTR ATIO_XMIDYMID", "SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET"); 124 parsePreserveAspectRatio("xminymin", "SVGPreserveAspectRatio.SVG_PRESERVEASPECTR ATIO_XMIDYMID", "SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET");
125 parsePreserveAspectRatio("refer xMinYMin slice", "SVGPreserveAspectRatio.SVG_PRE SERVEASPECTRATIO_XMIDYMID", "SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET"); 125 parsePreserveAspectRatio("refer xMinYMin slice", "SVGPreserveAspectRatio.SVG_PRE SERVEASPECTRATIO_XMIDYMID", "SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET");
126 parsePreserveAspectRatio("xMinYMin defer", "SVGPreserveAspectRatio.SVG_PRESERVEA SPECTRATIO_XMIDYMID", "SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET"); 126 parsePreserveAspectRatio("xMinYMin defer", "SVGPreserveAspectRatio.SVG_PRESERVEA SPECTRATIO_XMIDYMID", "SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET");
127 parsePreserveAspectRatio("slice xMinYMin", "SVGPreserveAspectRatio.SVG_PRESERVEA SPECTRATIO_XMIDYMID", "SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET"); 127 parsePreserveAspectRatio("slice xMinYMin", "SVGPreserveAspectRatio.SVG_PRESERVEA SPECTRATIO_XMIDYMID", "SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET");
128 parsePreserveAspectRatio("xMinYMin" + String.fromCharCode(0xa0), "SVGPreserveAsp ectRatio.SVG_PRESERVEASPECTRATIO_XMIDYMID", "SVGPreserveAspectRatio.SVG_MEETORSL ICE_MEET"); 128 parsePreserveAspectRatio("xMinYMin" + String.fromCharCode(0xa0), "SVGPreserveAsp ectRatio.SVG_PRESERVEASPECTRATIO_XMIDYMID", "SVGPreserveAspectRatio.SVG_MEETORSL ICE_MEET");
129 129
130 </script> 130 </script>
131 </body> 131 </body>
132 </html> 132 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/dom/path-segments.html ('k') | LayoutTests/svg/dom/rgb-color-parser.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698