Sign in
webkit
/
WebKit
/
a231b9c05f00391ba283ff877aa3287c882082d0
/
.
/
LayoutTests
/
css3
/
flexbox
/
multiline-column-overflow-expected.html
blob: a9601fde2dff155452c45d6b3d40df0320462009 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
.
flex
{
height
:
200px
;
background
:
blue
;
}
</style>
There should only be a blue box below, and the word "FAIL" should
not be seen.
<div
class
=
"flex"
>
</div>