diff options
Diffstat (limited to 'layout/reftests/css-transitions/transition-and-animation-with-different-durations-ref.html')
-rw-r--r-- | layout/reftests/css-transitions/transition-and-animation-with-different-durations-ref.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/css-transitions/transition-and-animation-with-different-durations-ref.html b/layout/reftests/css-transitions/transition-and-animation-with-different-durations-ref.html new file mode 100644 index 0000000000..e6850238af --- /dev/null +++ b/layout/reftests/css-transitions/transition-and-animation-with-different-durations-ref.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<title>A reference of 100x100 blue box</title> +<style> +div { + width: 100px; height: 100px; + background: blue; +} +</style> +<div></div> |