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

Unified Diff: LayoutTests/fast/layers/crash-no-scrollable-area-scrollbars.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/fast/layers/crash-no-scrollable-area-scrollbars.html
diff --git a/LayoutTests/fast/layers/crash-no-scrollable-area-scrollbars.html b/LayoutTests/fast/layers/crash-no-scrollable-area-scrollbars.html
index 53d823bc97dff650dfcad7a953ec1d73f2b6ac36..25983eeb8db14b53c2a7d51298da27780181ea81 100644
--- a/LayoutTests/fast/layers/crash-no-scrollable-area-scrollbars.html
+++ b/LayoutTests/fast/layers/crash-no-scrollable-area-scrollbars.html
@@ -3,7 +3,7 @@
.c11:nth-child(2n) { opacity: 0.1; }
.c11:nth-last-child(odd) { overflow: scroll; }
</style>
-<div>This test checks that RenderLayer doesn't crash because it is missing a ScrollableArea.</div>
+<div>This test checks that Layer doesn't crash because it is missing a ScrollableArea.</div>
<div>This test has passed if it doesn't crash.</div>
<script>
if (window.testRunner)

Powered by Google App Engine
This is Rietveld 408576698