| Index: LayoutTests/svg/custom/use-attribute-invalidations-expected.html
|
| diff --git a/LayoutTests/svg/custom/use-attribute-invalidations-expected.html b/LayoutTests/svg/custom/use-attribute-invalidations-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..148b8b4d700914cca1434f26c32d9aeb02249b20
|
| --- /dev/null
|
| +++ b/LayoutTests/svg/custom/use-attribute-invalidations-expected.html
|
| @@ -0,0 +1,17 @@
|
| +<!DOCTYPE HTML>
|
| +<html>
|
| +<body>
|
| +This test passes if there are three green squares below:<br>
|
| +<svg width="300" height="300">
|
| + <svg x="0" y="0" width="100" height="100">
|
| + <rect width="100%" height="100%" fill="green"/>
|
| + </svg>
|
| + <svg x="100" y="100" width="100" height="100">
|
| + <rect width="100%" height="100%" fill="green"/>
|
| + </svg>
|
| + <svg x="200" y="200" width="100" height="100">
|
| + <rect width="100%" height="100%" fill="green"/>
|
| + </svg>
|
| +</svg>
|
| +</body>
|
| +</html>
|
|
|