diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/svg/foreignObject-fixedpos-ref.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layout/reftests/svg/foreignObject-fixedpos-ref.html b/layout/reftests/svg/foreignObject-fixedpos-ref.html new file mode 100644 index 0000000000..da29d249b4 --- /dev/null +++ b/layout/reftests/svg/foreignObject-fixedpos-ref.html @@ -0,0 +1,4 @@ +<!DOCTYPE html> +<div style="height: 100px"> +</div> +<div style="top: 100px; width: 100px; height: 100px; background-color:red"></div> |