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

Unified Diff: LayoutTests/fast/inline/crash-new-continuation-with-outline.html

Issue 926193003: Move rendering/RenderBox to layout/LayoutBox. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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/inline/crash-new-continuation-with-outline.html
diff --git a/LayoutTests/fast/inline/crash-new-continuation-with-outline.html b/LayoutTests/fast/inline/crash-new-continuation-with-outline.html
index 5ed5f5bcc240dd4972dbfcb807d9995817ecda89..858672a74e0c09256876cd34119cb47ebcdad2bd 100644
--- a/LayoutTests/fast/inline/crash-new-continuation-with-outline.html
+++ b/LayoutTests/fast/inline/crash-new-continuation-with-outline.html
@@ -13,7 +13,7 @@
</style>
</head>
<body>
-<p>Test case for bug <a href="https://bugs.webkit.org/show_bug.cgi?id=84774">84774</a>: NULL-deref in RenderBox::clippedOverflowRectForRepaint</p>
+<p>Test case for bug <a href="https://bugs.webkit.org/show_bug.cgi?id=84774">84774</a>: NULL-deref in LayoutBox::clippedOverflowRectForRepaint</p>
<script>
if (window.testRunner)
testRunner.dumpAsText();

Powered by Google App Engine
This is Rietveld 408576698