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

Side by Side Diff: LayoutTests/svg/animations/viewspec-animated-viewbox-expected.html

Issue 1051023006: Fix SVG animations which check viewBox attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: LayoutTests/svg/animations/viewspec-animated-viewbox.html Created 5 years, 8 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <!-- See: https://svgwg.org/svg2-draft/single-page.html#linking-SVGFragmentIdent ifiers --> 4 <!-- See: https://svgwg.org/svg2-draft/single-page.html#linking-SVGFragmentIdent ifiers -->
5 Test for crbug.com/249578: viewSpec's ViewBoxParams.<br/> 5 Test for crbug.com/235256: viewSpec's ViewBoxParams.<br/>
6 There should be 2 green boxes below:<br/> 6 There should be 2 green boxes below:<br/>
7 <object width="30" height="30" data="data:image/svg+xml,<svg xmlns='http://www.w 3.org/2000/svg' width='30' height='30'><rect width='100%' height='100%' fill='gr een'/></svg>"></object> 7 <object width="30" height="30" data="data:image/svg+xml,<svg xmlns='http://www.w 3.org/2000/svg' width='30' height='30'><rect width='100%' height='100%' fill='gr een'/></svg>"></object>
8 <object width="30" height="30" data="data:image/svg+xml,<svg xmlns='http://www.w 3.org/2000/svg' width='30' height='30'><rect width='100%' height='100%' fill='gr een'/></svg>"></object> 8 <object width="30" height="30" data="data:image/svg+xml,<svg xmlns='http://www.w 3.org/2000/svg' width='30' height='30'><rect width='100%' height='100%' fill='gr een'/></svg>"></object>
9 <br/> 9 <br/>
10 There should be 3 blue boxes below:<br/> 10 There should be 3 blue boxes below:<br/>
11 <object width="30" height="30" data="data:image/svg+xml,<svg xmlns='http://www.w 3.org/2000/svg' width='30' height='30'><rect width='100%' height='100%' fill='bl ue'/></svg>"></object> 11 <object width="30" height="30" data="data:image/svg+xml,<svg xmlns='http://www.w 3.org/2000/svg' width='30' height='30'><rect width='100%' height='100%' fill='bl ue'/></svg>"></object>
12 <object width="30" height="30" data="data:image/svg+xml,<svg xmlns='http://www.w 3.org/2000/svg' width='30' height='30'><rect width='100%' height='100%' fill='bl ue'/></svg>"></object> 12 <object width="30" height="30" data="data:image/svg+xml,<svg xmlns='http://www.w 3.org/2000/svg' width='30' height='30'><rect width='100%' height='100%' fill='bl ue'/></svg>"></object>
13 <object width="30" height="30" data="data:image/svg+xml,<svg xmlns='http://www.w 3.org/2000/svg' width='30' height='30'><rect width='100%' height='100%' fill='bl ue'/></svg>"></object> 13 <object width="30" height="30" data="data:image/svg+xml,<svg xmlns='http://www.w 3.org/2000/svg' width='30' height='30'><rect width='100%' height='100%' fill='bl ue'/></svg>"></object>
14 </body> 14 </body>
15 </html> 15 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/animations/viewspec-animated-viewbox.html ('k') | Source/core/svg/SVGViewSpec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698