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

Unified Diff: LayoutTests/compositing/squashing/visibility-composited-squashing.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/visibility-composited-squashing.html
diff --git a/LayoutTests/compositing/squashing/visibility-composited-squashing.html b/LayoutTests/compositing/squashing/visibility-composited-squashing.html
index 0b594c6123ae72260bfe8c9218932d91d89bd9bb..c1b9ff66ad2b3eb9b14ab03cb6164fbe6d2bc48f 100644
--- a/LayoutTests/compositing/squashing/visibility-composited-squashing.html
+++ b/LayoutTests/compositing/squashing/visibility-composited-squashing.html
@@ -45,8 +45,8 @@
</script>
</head>
<body>
- <!-- This test checks that squashed RenderLayers are painted even if not all
- of the RenderLayers squahed into a given GraphicsLayer are visible. -->
+ <!-- This test checks that squashed Layers are painted even if not all
+ of the Layers squahed into a given GraphicsLayer are visible. -->
<div class="set">
<div class="composited box"></div>
<div class="squashed hidden" style="top: 4px"></div>

Powered by Google App Engine
This is Rietveld 408576698