summaryrefslogtreecommitdiffstats
path: root/layout/reftests/generated-content/dynamic-button-01b.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/generated-content/dynamic-button-01b.html')
-rw-r--r--layout/reftests/generated-content/dynamic-button-01b.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/generated-content/dynamic-button-01b.html b/layout/reftests/generated-content/dynamic-button-01b.html
new file mode 100644
index 0000000000..fff73c523f
--- /dev/null
+++ b/layout/reftests/generated-content/dynamic-button-01b.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<style>
+.test::after {
+ content:"::after content";
+}
+</style>
+
+<button class="test">
+ Button contents
+</button>