Sign in
webkit
/
WebKit
/
d3fdb4cf562f20044404c4eecc48b193fcc4521c
/
.
/
LayoutTests
/
fast
/
text
/
overflow-wrap-assert-with-zero-width-overflowing-content.html
blob: 1362ae81bbb715b3de7658b5d86bc41cf15d1896 [
file
] [
log
] [
blame
]
<style>
div
{
width
:
0px
;
overflow-wrap
:
break-word
;
}
span
{
padding-right
:
0.1px
;
}
</style>
PASS if no crash or ASSERT in debug
<div><span>
​
</span></div>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>