summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/388049.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/generic/crashtests/388049.html')
-rw-r--r--layout/generic/crashtests/388049.html43
1 files changed, 43 insertions, 0 deletions
diff --git a/layout/generic/crashtests/388049.html b/layout/generic/crashtests/388049.html
new file mode 100644
index 0000000000..c324dc225b
--- /dev/null
+++ b/layout/generic/crashtests/388049.html
@@ -0,0 +1,43 @@
+<html>
+ <head>
+ <style type="text/css">
+ p:first-line { color: teal; }
+ p:first-letter { color: aqua; }
+ .one:first-line { font-size: 300%; }
+ .one:first-letter { font-size: 300%; }
+ p.two:first-letter { font-size: 200%; }
+ p.two:first-line { font-variant: small-caps; }
+ /* three uses the default styles */
+ </style>
+ </head>
+ <body>
+ <p class="one">
+ The <strong>first letter of this paragraph, and only that
+ one, should be 600% bigger than the normal text
+ (300% bigger than the rest of first line of this paragraph) and
+ aqua, while the entire first line
+ should be 300% bigger than normal and teal. If this precise combination does not occur,
+ then the user agent has failed this test. Remember that in order to
+ ensure a complete test, the paragraph must be displayed on more
+ than one line. (TEST1)
+ </p>
+ <p class="two">
+ The first two characters in this paragraph
+ (a double-quote mark and a capital 'T') should be 200%
+ bigger than the rest of the paragraph, and
+ aqua. In addition, the entire first
+ line should be in a small-caps font and
+ teal. Remember that in order to ensure a complete test,
+ the paragraph must be displayed on more than one line. (TEST2)
+ </p>
+ <p>
+ The first letter of this paragraph, and only that
+ one, should be aqua, while the entire
+ <strong>first line should be teal. If
+ this precise combination does not occur, then the user agent has
+ failed this test. Remember that in order to ensure a complete test,
+ the paragraph must be displayed on more than one line. (TEST3)
+ </p>
+
+ </body>
+</html> \ No newline at end of file