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

Unified Diff: LayoutTests/compositing/squashing/invalidations-with-large-negative-margin.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/squashing/invalidations-with-large-negative-margin.html
diff --git a/LayoutTests/compositing/squashing/invalidations-with-large-negative-margin.html b/LayoutTests/compositing/squashing/invalidations-with-large-negative-margin.html
index d6eae517571777f847a93aa0c1d56ce527520fb5..7fa3c34d96f58a33b8f824c493f30ea496998d68 100644
--- a/LayoutTests/compositing/squashing/invalidations-with-large-negative-margin.html
+++ b/LayoutTests/compositing/squashing/invalidations-with-large-negative-margin.html
@@ -9,7 +9,7 @@
<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
<script>
-// Test that moving a RenderLayer that is squashed relative to its squashing container repaints correctly.
+// Test that moving a Layer that is squashed relative to its squashing container repaints correctly.
// In particular, the repaint rect needs to be recorded in the correct position relative to the squashing GraphicsLayer.
function repaintTest()
{
@@ -17,4 +17,4 @@ function repaintTest()
}
runRepaintTest();
-</script>
+</script>

Powered by Google App Engine
This is Rietveld 408576698