| Index: LayoutTests/svg/dom/viewspec-aspectparams-expected.html
|
| diff --git a/LayoutTests/svg/dom/viewspec-aspectparams-expected.html b/LayoutTests/svg/dom/viewspec-aspectparams-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..70607c70240daef1a7a9610bf207bb9e12e35cba
|
| --- /dev/null
|
| +++ b/LayoutTests/svg/dom/viewspec-aspectparams-expected.html
|
| @@ -0,0 +1,17 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<body>
|
| +<!-- See: https://svgwg.org/svg2-draft/single-page.html#linking-SVGFragmentIdentifiers -->
|
| +Test for crbug.com/249578: viewSpec's AspectParams.<br/>
|
| +There should be 3 green boxes below:<br/>
|
| +<object width="30" height="30" data="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><rect width='100%' height='100%' fill='green'/></svg>"></object>
|
| +<object width="30" height="30" data="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><rect width='100%' height='100%' fill='green'/></svg>"></object>
|
| +<object width="30" height="30" data="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><rect width='100%' height='100%' fill='green'/></svg>"></object>
|
| +<br/>
|
| +There should be 4 blue boxes below:<br/>
|
| +<object width="30" height="30" data="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><rect width='100%' height='100%' fill='blue'/></svg>"></object>
|
| +<object width="30" height="30" data="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><rect width='100%' height='100%' fill='blue'/></svg>"></object>
|
| +<object width="30" height="30" data="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><rect width='100%' height='100%' fill='blue'/></svg>"></object>
|
| +<object width="30" height="30" data="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><rect width='100%' height='100%' fill='blue'/></svg>"></object>
|
| +</body>
|
| +</html>
|
|
|