diff options
Diffstat (limited to 'layout/reftests/css-animations/screen-animations-notref.html')
-rw-r--r-- | layout/reftests/css-animations/screen-animations-notref.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/css-animations/screen-animations-notref.html b/layout/reftests/css-animations/screen-animations-notref.html new file mode 100644 index 0000000000..73a026f603 --- /dev/null +++ b/layout/reftests/css-animations/screen-animations-notref.html @@ -0,0 +1,11 @@ +<!DOCTYPE HTML> +<html> +<title>Static CSS animation</title> +<style> + +p { + color: olive; +} + +</style> +<p>blue with animation support; olive without</p> |