Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Side by Side Diff: LayoutTests/fast/css/fontMetric-webkit-border-end-width-null-crash.html

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <script> 1 <script>
2 if (window.testRunner) 2 if (window.testRunner)
3 testRunner.dumpAsText(); 3 testRunner.dumpAsText();
4 document.writeln("<v>"); 4 document.writeln("<v>");
5 document.body.innerHTML="<style>*{-webkit-border-end-width:0ex;}</style>"; 5 document.body.innerHTML="<style>*{-webkit-border-end-width:0ex;}</style>";
6 document.write("<title>x"); 6 document.write("<title>x");
7 document.body.innerHTML = "<a href='https://bugs.webkit.org/show_bug.cgi?id= 57756'>chrome.dll!WebCore::LayoutStyle::fontMetrics ReadAV@NULL (two crashes)<br >PASSED: This test did not crash!"; 7 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!";
8 </script> 8 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698