diff options
Diffstat (limited to 'layout/reftests/bugs/490177-1-ref.svg')
-rw-r--r-- | layout/reftests/bugs/490177-1-ref.svg | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/bugs/490177-1-ref.svg b/layout/reftests/bugs/490177-1-ref.svg new file mode 100644 index 0000000000..0fb4b31145 --- /dev/null +++ b/layout/reftests/bugs/490177-1-ref.svg @@ -0,0 +1,18 @@ +<svg xmlns="http://www.w3.org/2000/svg" + xmlns:html="http://www.w3.org/1999/xhtml"> + +<foreignObject id="f" width="500" height="500" y="300"> + +<div xmlns="http://www.w3.org/1999/xhtml"> + +<table border="1"> + <tr> + <td><input type="text" value="3" /></td> + </tr> +</table> + +</div> + +</foreignObject> + +</svg> |