diff options
Diffstat (limited to 'layout/reftests/bugs/411334-1.xml')
-rw-r--r-- | layout/reftests/bugs/411334-1.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/bugs/411334-1.xml b/layout/reftests/bugs/411334-1.xml new file mode 100644 index 000000000..91a4b3efa --- /dev/null +++ b/layout/reftests/bugs/411334-1.xml @@ -0,0 +1,7 @@ +<html xmlns="http://www.w3.org/1999/xhtml"> +<body> +<svg xmlns="http://www.w3.org/2000/svg" style="font-family: serif; font-size: 100px;" height="500" width="500"> + <text x="10" y="200">W</text> +</svg> +</body> +</html> |