haikuwebkit/LayoutTests/css3/calc/lexer-regression-57581-2.html

10 lines
324 B
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p>This test comes from a regression filed in <a href="https://bugs.webkit.org/show_bug.cgi?id=57581">https://bugs.webkit.org/show_bug.cgi?id=57581</a>.</p>
<p>The test passes if it does not crash</p>
<div style="width: -webkit-calc(((1px)))"></div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>