diff options
Diffstat (limited to 'tests/ref/inline_block_overflow_hidden_a.html')
-rw-r--r-- | tests/ref/inline_block_overflow_hidden_a.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ref/inline_block_overflow_hidden_a.html b/tests/ref/inline_block_overflow_hidden_a.html new file mode 100644 index 00000000000..088d536e4e0 --- /dev/null +++ b/tests/ref/inline_block_overflow_hidden_a.html @@ -0,0 +1,7 @@ +<!DOCTYPE html> +<html> +<body> +<div style="display: inline-block; overflow: hidden">This should be visible</div> +</body> +</html> + |