Sign in
webkit
/
WebKit
/
7da9358be6e516995933e60cccdc53109c6f35ed
/
.
/
LayoutTests
/
fast
/
inline
/
crash-when-negative-spacing-produce-nan.html
blob: 85a2e59af151bcebd954aea7f3c1f7cb54e29439 [
file
] [
log
] [
blame
]
<html>
<style>
*
{
display
:
block
;
}
html
{
zoom
:
12345678901234567890
;
}
style
{
letter-spacing
:
-
1px
;
zoom
:
12345678901234567890
;
}
</style>
PASS if no crash or assert
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
</html>