summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/fontMetric-border-radius-null-crash.html
blob: 3ffd70a4e629dee8525b0a97c031410bba7511bb (plain)
1
2
3
4
5
6
7
8
<script>
    if (window.testRunner)
        testRunner.dumpAsText();
    document.writeln("<v>");
    document.body.innerHTML="<style>*{border-radius:5ex;}</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>