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

Unified Diff: LayoutTests/compositing/overflow/clear-scroll-parent.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/compositing/overflow/clear-scroll-parent.html
diff --git a/LayoutTests/compositing/overflow/clear-scroll-parent.html b/LayoutTests/compositing/overflow/clear-scroll-parent.html
index 7c4e352e79af2abf7f3ed5d61dc95312363d2732..262affad9959aaea281bf7aea35c21c415c331e2 100644
--- a/LayoutTests/compositing/overflow/clear-scroll-parent.html
+++ b/LayoutTests/compositing/overflow/clear-scroll-parent.html
@@ -53,7 +53,7 @@
var pre = document.createElement('pre');
if (!window.internals) {
var description = "This test ensures that amongst the graphics "
- + "layers corresponding to a single RenderLayer, only one may "
+ + "layers corresponding to a single Layer, only one may "
+ "have a scroll parent.";
pre.innerHTML = description;
} else {

Powered by Google App Engine
This is Rietveld 408576698