diff options
Diffstat (limited to 'tests/ref/text_overflow_ref.html')
-rw-r--r-- | tests/ref/text_overflow_ref.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/ref/text_overflow_ref.html b/tests/ref/text_overflow_ref.html new file mode 100644 index 00000000000..19adf5d9104 --- /dev/null +++ b/tests/ref/text_overflow_ref.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> +<head> +<style> +p { + width: 128px; + background: gold; +} +</style> +</head> +<body> +<p>mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm</p> +<p>mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm</p> +</body> +</html> + + |