Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
inline
/
blocks-in-inline-multicol-spanner-expected.html
blob: 65804075f5c34f135613f2e1ee8a2cd3ca8c5217 [
file
] [
edit
]
<html>
<body>
<div
style
=
"
-webkit-columns
:
4
;
columns
:
4
;
orphans
:
1
;
widows
:
1
;
line-height
:
100px
;
background
:
blue
;
"
>
<span>
text
<div
style
=
"
column-span
:
all
;
background
:
yellow
;
"
>
spanner
</div>
</span>
</div>
</body>
</html>