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

Unified Diff: LayoutTests/compositing/overflow/scrolls-with-respect-to.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/scrolls-with-respect-to.html
diff --git a/LayoutTests/compositing/overflow/scrolls-with-respect-to.html b/LayoutTests/compositing/overflow/scrolls-with-respect-to.html
index a21105bdb164afa234d26da42cc97dd4f09b3aea..e4f34f0b1267efc13141d3d2f479c7c53bdebae3 100644
--- a/LayoutTests/compositing/overflow/scrolls-with-respect-to.html
+++ b/LayoutTests/compositing/overflow/scrolls-with-respect-to.html
@@ -77,7 +77,7 @@
function doTest()
{
var pre = document.getElementById('console');
- var testDescription = 'This test ensures that RenderLayer::scrollsWithRespectTo ' +
+ var testDescription = 'This test ensures that Layer::scrollsWithRespectTo ' +
'always returns the correct answer on relatively ' +
'"basic" elements as well as fixed- and absolute-' +
'positioned elements (ie, those with non-obvious ' +

Powered by Google App Engine
This is Rietveld 408576698