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