diff options
Diffstat (limited to 'layout/reftests/bugs/341043-1a.html')
-rw-r--r-- | layout/reftests/bugs/341043-1a.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/layout/reftests/bugs/341043-1a.html b/layout/reftests/bugs/341043-1a.html new file mode 100644 index 0000000000..ba48122b4e --- /dev/null +++ b/layout/reftests/bugs/341043-1a.html @@ -0,0 +1,22 @@ +<html><head> +<style> + + body { + font-family: fixed, monospace; + background-color: white; + } + +</style> + + </head><body> + + <div style="position: absolute; background-color: white;"> + 12345678<br>12345678 + </div> + + abcdefghijklmnopqrstuvwxyz<br> + abcdefghijklmnopqrstuvwxyz<br> + abcdefghijklmnopqrstuvwxyz<br> + abcdefghijklmnopqrstuvwxyz<br> + +</body></html> |