summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-animations/updating-animation-on-pseudo-element-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/css-animations/updating-animation-on-pseudo-element-ref.html')
-rw-r--r--layout/reftests/css-animations/updating-animation-on-pseudo-element-ref.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/css-animations/updating-animation-on-pseudo-element-ref.html b/layout/reftests/css-animations/updating-animation-on-pseudo-element-ref.html
new file mode 100644
index 0000000000..7196f11503
--- /dev/null
+++ b/layout/reftests/css-animations/updating-animation-on-pseudo-element-ref.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+<style>
+#target::before {
+ content: 'before';
+ margin-left: 10em;
+ font-size: 20px;
+}
+</style>
+<div id="target"></div>
+</html>