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

Unified Diff: LayoutTests/fast/layers/crash-remove-scrollbar-no-scrollable-area.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-remove-scrollbar-no-scrollable-area.html
diff --git a/LayoutTests/fast/layers/crash-remove-scrollbar-no-scrollable-area.html b/LayoutTests/fast/layers/crash-remove-scrollbar-no-scrollable-area.html
index 054764c58c3f4cf4c67e8a4dba757f62ee5fc225..de1e46f386529618e509dd14c4491f2a50a7b697 100644
--- a/LayoutTests/fast/layers/crash-remove-scrollbar-no-scrollable-area.html
+++ b/LayoutTests/fast/layers/crash-remove-scrollbar-no-scrollable-area.html
@@ -18,5 +18,5 @@ function boom() {
}
window.onload = boom;
</script>
-<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 didn't CRASH.</div>

Powered by Google App Engine
This is Rietveld 408576698