OLD | NEW |
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/235256: 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 1 green boxes below:<br/> |
7 <object width="30" height="30" data="resources/viewspec-animated-viewbox.svg#svg
View(viewBox(100,100,30,30))"></object> | 7 <object width="30" height="30" data="resources/viewspec-animated-viewbox.svg#svg
View(viewBox(0,0,30,30))"></object> |
8 <object width="30" height="30" data="resources/viewspec-animated-viewbox.svg#svg
View(viewBox(110,110,10,10))"></object> | |
9 <br/> | 8 <br/> |
10 There should be 3 blue boxes below:<br/> | |
11 <object width="30" height="30" data="resources/viewspec-animated-viewbox.svg#svg
View(viewBox(0))"></object> | |
12 <object width="30" height="30" data="resources/viewspec-animated-viewbox.svg#svg
View(viewBox(10,10,-1,-1)"></object> | |
13 <object width="30" height="30" data="resources/viewspec-animated-viewbox.svg#svg
View(viewBox(100;100;30;30))"></object> | |
14 </body> | 9 </body> |
15 </html> | 10 </html> |
OLD | NEW |