Index: LayoutTests/svg/parser/svg-parser-argument-whitespace-expected.html |
diff --git a/LayoutTests/svg/parser/svg-parser-argument-whitespace-expected.html b/LayoutTests/svg/parser/svg-parser-argument-whitespace-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6f843f8870e21a9195f86b3551fe938ff5c11150 |
--- /dev/null |
+++ b/LayoutTests/svg/parser/svg-parser-argument-whitespace-expected.html |
@@ -0,0 +1,11 @@ |
+<!DOCTYPE html> |
+<html> |
+<body> |
+ <div id="goal-line1">Whitespace around the arguments of the translate function should be ignored</div> |
+ <div id="goal-line2">Only a green rect should be visible</div> |
+ |
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"> |
+ <rect id="myRect" x="150" y="150" width="100" height="100" fill="green"/> |
+ </svg> |
+</body> |
+</html> |