diff options
Diffstat (limited to 'layout/reftests/svg/foreignObject-dynamic-line-height-01-ref.html')
-rw-r--r-- | layout/reftests/svg/foreignObject-dynamic-line-height-01-ref.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/svg/foreignObject-dynamic-line-height-01-ref.html b/layout/reftests/svg/foreignObject-dynamic-line-height-01-ref.html new file mode 100644 index 0000000000..c69fbd2361 --- /dev/null +++ b/layout/reftests/svg/foreignObject-dynamic-line-height-01-ref.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<html> + <svg> + <foreignObject width="100" height="100" style="line-height: 3"> + This is long text that wraps. + </foreignObject> + </svg> +</htmml> |