diff options
Diffstat (limited to 'layout/reftests/bugs/641856-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/641856-1-ref.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/bugs/641856-1-ref.html b/layout/reftests/bugs/641856-1-ref.html new file mode 100644 index 0000000000..6b14c62ef5 --- /dev/null +++ b/layout/reftests/bugs/641856-1-ref.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html> + <head> + <style> + p { + background:gold; + width: 24em; + + columns: 2; + + column-rule: solid; + } + </style> + </head> + <body> + <p>Some<br>text</p> + </body> +</html> |