| Index: third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-svg-image-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-svg-image-expected.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-svg-image-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e055891da4caf9a4f82b925033ae42a0eca1ee6c
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-svg-image-expected.html
|
| @@ -0,0 +1,24 @@
|
| +<!doctype html>
|
| +<style>
|
| +svg {
|
| + border: 1px solid black;
|
| +}
|
| +#img4 {
|
| + display: none;
|
| +}
|
| +</style>
|
| +<svg id="s1" width="20px" height="20px">
|
| + <image id="img1" href="resources/pattern.png" x="0" y="0" width="20px" height="20px" />
|
| +</svg>
|
| +<svg id="s2" width="20px" height="20px">
|
| + <image id="img1" href="resources/pattern.png" x="10" y="10" width="20px" height="20px" />
|
| +</svg>
|
| +<svg id="s3" width="20px" height="20px">
|
| + <image id="img3" href="resources/pattern.png" x="0" y="0" width="20px" height="20px" />
|
| +</svg>
|
| +<svg id="s4" width="20px" height="20px">
|
| + <image id="img4" href="invalid" x="0" y="0" width="20px" height="20px" />
|
| +</svg>
|
| +<svg id="s5" width="20px" height="20px">
|
| +</svg>
|
| +</svg>
|
|
|