summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-animations/background-color-on-html-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/css-animations/background-color-on-html-ref.html')
-rw-r--r--layout/reftests/css-animations/background-color-on-html-ref.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/css-animations/background-color-on-html-ref.html b/layout/reftests/css-animations/background-color-on-html-ref.html
new file mode 100644
index 0000000000..46119151eb
--- /dev/null
+++ b/layout/reftests/css-animations/background-color-on-html-ref.html
@@ -0,0 +1,8 @@
+<!DOCTYPE HTML>
+<html>
+<style>
+html {
+ background-color: green;
+}
+</style>
+</html>