summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-animations/content-on-pseudo-element-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/css-animations/content-on-pseudo-element-ref.html')
-rw-r--r--layout/reftests/css-animations/content-on-pseudo-element-ref.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/css-animations/content-on-pseudo-element-ref.html b/layout/reftests/css-animations/content-on-pseudo-element-ref.html
new file mode 100644
index 0000000000..af5303402f
--- /dev/null
+++ b/layout/reftests/css-animations/content-on-pseudo-element-ref.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+ <style>
+ #target::before {
+ content: 'content';
+ }
+ </style>
+ <div id='target'></div>
+</html>