diff options
Diffstat (limited to 'tests/ref/inline_block_overflow.html')
-rw-r--r-- | tests/ref/inline_block_overflow.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ref/inline_block_overflow.html b/tests/ref/inline_block_overflow.html new file mode 100644 index 00000000000..5b5aa9d0130 --- /dev/null +++ b/tests/ref/inline_block_overflow.html @@ -0,0 +1,6 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html> +<body> + a<span style="display: inline-block; overflow: hidden">b</span> +</body> +</html> |