Sign in
webkit
/
WebKit
/
d3fdb4cf562f20044404c4eecc48b193fcc4521c
/
.
/
LayoutTests
/
fast
/
text
/
letter-spacing-produces-nan-width.html
blob: 098a4d9f2d8c80bd91657cda8a2df83b68677d82 [
file
] [
log
] [
blame
]
<style>
div
{
zoom
:
12345678901234
;
}
.
inner
{
letter-spacing
:
0
;
}
</style><div><div><div
class
=
inner
>
Pass if no crash or assert.
</div></div></div>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>