diff options
Diffstat (limited to 'layout/reftests/web-animations/green-box.html')
-rw-r--r-- | layout/reftests/web-animations/green-box.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/web-animations/green-box.html b/layout/reftests/web-animations/green-box.html new file mode 100644 index 0000000000..5f5b4d11fe --- /dev/null +++ b/layout/reftests/web-animations/green-box.html @@ -0,0 +1,17 @@ +<!doctype html> +<html> + <head> + <meta charset=utf-8> + <title>Reference green box</title> + <style> + div { + width: 100px; + height: 100px; + background: green; + } + </style> + </head> + <body> + <div></div> + </body> +</html> |