Sign in
webkit
/
WebKit
/
4607ef70b24b852e8d4bdab2b8233fa12bf018e4
/
.
/
LayoutTests
/
fast
/
css
/
inline-block-line-break-expected.html
blob: c53e8fe678f45bd31196876e5127c54a86e618c2 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
div
{
display
:
inline-block
;
width
:
100px
;
height
:
100px
;
background-color
:
orange
;
}
</style>
<p>
The test passes if there are two orange squares placed side by side.
</p>
<main>
<div></div>
<div></div>
</main>