summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-animations/no-style-sharing-with-animations-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/css-animations/no-style-sharing-with-animations-ref.html')
-rw-r--r--layout/reftests/css-animations/no-style-sharing-with-animations-ref.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/css-animations/no-style-sharing-with-animations-ref.html b/layout/reftests/css-animations/no-style-sharing-with-animations-ref.html
new file mode 100644
index 0000000000..0218b02f8a
--- /dev/null
+++ b/layout/reftests/css-animations/no-style-sharing-with-animations-ref.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+<style>
+div {
+ background-color: green;
+ width: 100px;
+ height: 100px;
+}
+</style>
+<div></div>
+<div></div>