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

Side by Side Diff: LayoutTests/svg/dom/viewspec-aspectparams.html

Issue 17143003: Rewrite SVG viewspec tests to not be fuzzer tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update for landing Created 7 years, 6 months 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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <!-- See: https://svgwg.org/svg2-draft/single-page.html#linking-SVGFragmentIdent ifiers -->
5 Test for crbug.com/249578: viewSpec's AspectParams.<br/>
6 There should be 3 green boxes below:<br/>
7 <object width="30" height="30" data="resources/viewspec-aspectparams.svg#svgView (viewBox(70,0,30,30);preserveAspectRatio(none))"></object>
8 <object width="30" height="30" data="resources/viewspec-aspectparams.svg#svgView (viewBox(70,0,15,15);preserveAspectRatio(xMinYMin))"></object>
9 <object width="30" height="30" data="resources/viewspec-aspectparams.svg#svgView (viewBox(80,10,20,10);preserveAspectRatio(xMaxYMax))"></object>
10 <br/>
11 There should be 4 blue boxes below:<br/>
12 <object width="30" height="30" data="resources/viewspec-aspectparams.svg#svgView (viewBox(0,0,100,30);preserveAspectRatio(qqq))"></object>
13 <object width="30" height="30" data="resources/viewspec-aspectparams.svg#svgView (viewBox(0,0,100,30);preserveAspectRatio(1;1;1;1)"></object>
14 <object width="30" height="30" data="resources/viewspec-aspectparams.svg#svgView (viewBox(0,0,100,30);preserveAspectRatio(-3)"></object>
15 <object width="30" height="30" data="resources/viewspec-aspectparams.svg#svgView (viewBox(0,0,100,30);preserveAspectRatio(xMiny)"></object>
16 </body>
17 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/dom/resources/viewspec-zoomandpanparams.svg ('k') | LayoutTests/svg/dom/viewspec-aspectparams-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698