diff options
Diffstat (limited to 'layout/style/crashtests/147777-1.html')
-rw-r--r-- | layout/style/crashtests/147777-1.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/style/crashtests/147777-1.html b/layout/style/crashtests/147777-1.html new file mode 100644 index 000000000..2500fae9f --- /dev/null +++ b/layout/style/crashtests/147777-1.html @@ -0,0 +1,6 @@ +<!DOCTYPE HTML> +<title>crashtest for NS_ABORT_IF_FALSE during development of 147777</title> +<style type="text/css"> +:link::before { content: "link: " } +</style> +<a href="http://www.example.com/">example</a> |