summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/content-only-on-link-before.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/style/crashtests/content-only-on-link-before.html')
-rw-r--r--layout/style/crashtests/content-only-on-link-before.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/style/crashtests/content-only-on-link-before.html b/layout/style/crashtests/content-only-on-link-before.html
new file mode 100644
index 0000000000..949e13542f
--- /dev/null
+++ b/layout/style/crashtests/content-only-on-link-before.html
@@ -0,0 +1,5 @@
+<!DOCTYPE HTML>
+<style type="text/css">
+:link::before { content: "link: " }
+</style>
+<a href="http://www.example.com/">example</a>