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

Unified Diff: LayoutTests/fast/css/fontMetric-border-radius-null-crash.html

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/css/fontMetric-border-radius-null-crash.html
diff --git a/LayoutTests/fast/css/fontMetric-border-radius-null-crash.html b/LayoutTests/fast/css/fontMetric-border-radius-null-crash.html
index cc1f897e2aab943c6e27917d36d66e960e364dab..3ffd70a4e629dee8525b0a97c031410bba7511bb 100644
--- a/LayoutTests/fast/css/fontMetric-border-radius-null-crash.html
+++ b/LayoutTests/fast/css/fontMetric-border-radius-null-crash.html
@@ -4,5 +4,5 @@
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::LayoutStyle::fontMetrics ReadAV@NULL (two crashes)<br>PASSED: This test did not crash!";
+ 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>

Powered by Google App Engine
This is Rietveld 408576698