diff options
Diffstat (limited to 'layout/reftests/css-animations/replace-with-new-positive-delay-animation-ref.html')
-rw-r--r-- | layout/reftests/css-animations/replace-with-new-positive-delay-animation-ref.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/css-animations/replace-with-new-positive-delay-animation-ref.html b/layout/reftests/css-animations/replace-with-new-positive-delay-animation-ref.html new file mode 100644 index 0000000000..3c822f514a --- /dev/null +++ b/layout/reftests/css-animations/replace-with-new-positive-delay-animation-ref.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> +<style> +#target { + width: 100px; + height: 100px; + opacity: 1; + background-color: green; +} +</style> +<div id="target"></div> +</html> |