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

Unified Diff: LayoutTests/fast/images/link-body-content-imageDimensionChanged-crash.html

Issue 923953002: Move rendering/RenderImage* to layout/LayoutImage* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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/images/link-body-content-imageDimensionChanged-crash.html
diff --git a/LayoutTests/fast/images/link-body-content-imageDimensionChanged-crash.html b/LayoutTests/fast/images/link-body-content-imageDimensionChanged-crash.html
index 63ea4935ccab37dc8adf82e26e364a3c8cb3ce01..3af60bd4bb07b1150de4ef0cc5787c882bf0b8fd 100644
--- a/LayoutTests/fast/images/link-body-content-imageDimensionChanged-crash.html
+++ b/LayoutTests/fast/images/link-body-content-imageDimensionChanged-crash.html
@@ -12,7 +12,7 @@ if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
-<p> Bug <a href="http://webkit.org/b/85912">85912</a>: Crash in computedCSSPadding* functions due to RenderImage::imageDimensionsChanged called during attachment</p>
+<p> Bug <a href="http://webkit.org/b/85912">85912</a>: Crash in computedCSSPadding* functions due to LayoutImage::imageDimensionsChanged called during attachment</p>
<p> This test PASSED if it did not crash. </p>
<div>
<link href="inexistant.css" rel=stylesheet>

Powered by Google App Engine
This is Rietveld 408576698