summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/187671-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/style/crashtests/187671-1.html')
-rw-r--r--layout/style/crashtests/187671-1.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/style/crashtests/187671-1.html b/layout/style/crashtests/187671-1.html
new file mode 100644
index 0000000000..7395c23b42
--- /dev/null
+++ b/layout/style/crashtests/187671-1.html
@@ -0,0 +1,12 @@
+<a href="http://mozillazine.org/">Link text</a>
+
+<SPAN><p>Paragraph text</p></span>
+
+
+
+<!-- The styles have to be after the content. (In the original, the styles were loaded using javascript, with the style sheet loaded depending on the browser.) -->
+
+<style>
+a {font-size: 13px }
+span {position: relative;}
+</style>