Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
inline
/
nested-inline-boxes-with-decoration-clone.html
blob: 776f7b3aeb42f585a165642463b0396077c14759 [
file
]
<style>
div
{
width
:
230px
;
border
:
1px
solid green
;
font-family
:
Monospace
;
}
.
inline_box
{
-webkit-box-decoration-break
:
clone
;
}
</style>
<div>
PASS if content wraps
<span
class
=
inline_box
><span>
to next line
</span></span></div>