| Index: LayoutTests/svg/dom/custom-elements-expected.html
|
| diff --git a/LayoutTests/svg/dom/custom-elements-expected.html b/LayoutTests/svg/dom/custom-elements-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..dc52f5b4549ba07a9f591bdbe80441ad2fde77f0
|
| --- /dev/null
|
| +++ b/LayoutTests/svg/dom/custom-elements-expected.html
|
| @@ -0,0 +1,24 @@
|
| +<!DOCTYPE HTML>
|
| +<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg">
|
| + <rect width="20" height="20" fill="green"></rect>
|
| +</svg><br>
|
| +
|
| +<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg">
|
| + <rect width="20" height="20" fill="green"></rect>
|
| +</svg><br>
|
| +
|
| +<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg">
|
| + <rect width="20" height="20" fill="green"></rect>
|
| +</svg><br>
|
| +
|
| +<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg">
|
| + <rect width="20" height="20" fill="green"></rect>
|
| +</svg><br>
|
| +
|
| +<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg">
|
| + <rect width="20" height="20" fill="green"></rect>
|
| +</svg><br>
|
| +
|
| +<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg">
|
| + <text font-size="10px" y="20">PASS</text>
|
| +</svg>
|
|
|