diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/bugs/23604-1-ref.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/bugs/23604-1-ref.html b/layout/reftests/bugs/23604-1-ref.html new file mode 100644 index 0000000000..536728eec8 --- /dev/null +++ b/layout/reftests/bugs/23604-1-ref.html @@ -0,0 +1,13 @@ +<html> + <head> + <style type="text/css"> + body { background: lightblue } + p:first-line { font-family: monospace } + p:first-letter { font-family: sans-serif } + </style> + </head> + <body> + <p style="width: 100px"><span>The first letter of this paragraph should be + in sans-serif while the first-line should be in monospace.</span></p> + </body> +</html> |