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

Unified Diff: LayoutTests/fast/layers/crash-shadowdom-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-shadowdom-scrollbar-no-scrollable-area.html
diff --git a/LayoutTests/fast/layers/crash-shadowdom-scrollbar-no-scrollable-area.html b/LayoutTests/fast/layers/crash-shadowdom-scrollbar-no-scrollable-area.html
index cd3db091bcb4ed52be09765ce7c650659e286527..a5c47bdbf84731a42b79f50304c59b6ac09ae660 100644
--- a/LayoutTests/fast/layers/crash-shadowdom-scrollbar-no-scrollable-area.html
+++ b/LayoutTests/fast/layers/crash-shadowdom-scrollbar-no-scrollable-area.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<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>
<script>
if (window.testRunner)

Powered by Google App Engine
This is Rietveld 408576698