chromium/third_party/blink/web_tests/fast/css/fontMetric-webkit-border-end-width-null-crash.html

<script>
    if (window.testRunner)
        testRunner.dumpAsText();
    document.writeln("<v>");
    document.body.innerHTML="<style>*{border-inline-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>