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

Unified Diff: LayoutTests/scrollbars/scrollbar-content-crash.html

Issue 898783003: Move rendering/RenderLayer* to layout/ (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/scrollbars/scrollbar-content-crash.html
diff --git a/LayoutTests/scrollbars/scrollbar-content-crash.html b/LayoutTests/scrollbars/scrollbar-content-crash.html
index a66ed5b9b9cf0b1de6699aef05421de18d9f9f7a..2c9749a230001e7dcf4ae96cf7f7273e73630e91 100644
--- a/LayoutTests/scrollbars/scrollbar-content-crash.html
+++ b/LayoutTests/scrollbars/scrollbar-content-crash.html
@@ -15,5 +15,5 @@ function runTest() {
}
window.addEventListener("load", runTest, false);
</script>
-<p>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=96863">96863</a>: REGRESSION(r124168): Null crash in RenderLayer::createScrollbar</p>
+<p>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=96863">96863</a>: REGRESSION(r124168): Null crash in Layer::createScrollbar</p>
<p>This test PASSED if it didn't CRASH or ASSERT.</p>

Powered by Google App Engine
This is Rietveld 408576698