diff options
Diffstat (limited to 'layout/reftests/bugs/299136-1.html')
-rw-r--r-- | layout/reftests/bugs/299136-1.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/bugs/299136-1.html b/layout/reftests/bugs/299136-1.html new file mode 100644 index 000000000..4ff5c48f3 --- /dev/null +++ b/layout/reftests/bugs/299136-1.html @@ -0,0 +1,11 @@ +<!doctype html> +<html> +<head> +<style type="text/css"> +.test { white-space: nowrap; } +</style> +</head> +<body> +<span class="test">The quick brown fox jumps over the lazy dog.</span><span class="test"> The quick brown fox jumps over the lazy dog.</span><span class="test"> The quick brown fox jumps over the lazy dog.</span><span class="test"> The quick brown fox jumps over the lazy dog.</span><span class="test"> The quick brown fox jumps over the lazy dog.</span><span class="test"> The quick brown fox jumps over the lazy dog.</span> +</body> +</html> |