servo/tests/ref/inline_block_overflow_hidden_a.html

7 lines
129 B
HTML

<!DOCTYPE html>
<html>
<body>
<div style="display: inline-block; overflow: hidden">This should be visible</div>
</body>
</html>