tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / fontMetric-webkit-border-end-width-null-crash.html
1 <script>
2     if (window.layoutTestController)
3         layoutTestController.dumpAsText();
4     document.writeln("<v>");
5     document.body.innerHTML="<style>*{-webkit-border-end-width:0ex;}</style>";
6     document.write("<title>x");
7     document.body.innerHTML = "<a href='https://bugs.webkit.org/show_bug.cgi?id=57756'>chrome.dll!WebCore::RenderStyle::fontMetrics ReadAV@NULL (two crashes)<br>PASSED: This test did not crash!";
8 </script>