diff options
Diffstat (limited to 'layout/reftests/text/pre-wrap-1-ref.html')
-rw-r--r-- | layout/reftests/text/pre-wrap-1-ref.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/layout/reftests/text/pre-wrap-1-ref.html b/layout/reftests/text/pre-wrap-1-ref.html new file mode 100644 index 0000000000..7cda9fba13 --- /dev/null +++ b/layout/reftests/text/pre-wrap-1-ref.html @@ -0,0 +1,27 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset=utf-8> +<title>test for bug 1008019</title> +<style> +#test { + white-space: pre; + font-family: monospace; + width: 16ch; + border: 1px solid blue; + padding: 3px; +} +</style> +</head> +<body> +<div id="test">ab c d e f +g h i +j k +l m +n o +p +q +r +s</div> +</body> +</html> |