mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
layout: Make content of display: inline-block; overflow: hidden
visible.
This commit is contained in:
parent
c87f34f877
commit
2b0e59725b
6 changed files with 34 additions and 14 deletions
8
tests/ref/inline_block_overflow_hidden_ref.html
Normal file
8
tests/ref/inline_block_overflow_hidden_ref.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<div style="display: inline-block">This should be visible</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue