Back to Chromium

003

third_party/blink/web_tests/fast/inline-block/003.html

149.0.7827.2258 B
Original Source

The two divs below should be on the same line, since they are display: inline-block.

This is div one.

This is div two.

The two divs below should be on separate lines, since they are wrapped in elements with width: 100%.

This is div one.

This is div two.