diff options
Diffstat (limited to 'layout/reftests/css-transitions/transitions-inline-ref.html')
-rw-r--r-- | layout/reftests/css-transitions/transitions-inline-ref.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/css-transitions/transitions-inline-ref.html b/layout/reftests/css-transitions/transitions-inline-ref.html new file mode 100644 index 0000000000..16ade1cfe7 --- /dev/null +++ b/layout/reftests/css-transitions/transitions-inline-ref.html @@ -0,0 +1,7 @@ +<html> +<title>Test for CSS transitions and re-wrapping of inlines</title> +<div style="width: 3em"> +<span id="test" style="color: green"> +This is some text with a transition. +</span> +</div> |