haikuwebkit/LayoutTests/fast/inline/crash-when-negative-spacing...

4 lines
194 B
Plaintext

* { display: block; } html { zoom: 12345678901234567890; } style { letter-spacing: -1px; zoom: 12345678901234567890; }
PASS if no crash or assert
if (window.testRunner) testRunner.dumpAsText();