summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/fontMetric-webkit-border-end-width-null-crash.html
blob: a3aa5d40edbbd6b216b474304fd3085ffc201aab (plain)
1
2
3
4
5
6
7
8
<script>
    if (window.testRunner)
        testRunner.dumpAsText();
    document.writeln("<v>");
    document.body.innerHTML="<style>*{-webkit-border-end-width:0ex;}</style>";
    document.write("<title>x");
    document.body.innerHTML = "<a href='https://bugs.webkit.org/show_bug.cgi?id=57756'>chrome.dll!WebCore::ComputedStyle::fontMetrics ReadAV@NULL (two crashes)<br>PASSED: This test did not crash!";
</script>