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

Unified Diff: LayoutTests/css3/filters/filter-repaint-child-layers.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/css3/filters/filter-repaint-child-layers.html
diff --git a/LayoutTests/css3/filters/filter-repaint-child-layers.html b/LayoutTests/css3/filters/filter-repaint-child-layers.html
index 17b793b4107e19d09529b2717b82f057d9c56c11..7edae6ddf4b6bee91ab3d9a795671a97c69137e9 100644
--- a/LayoutTests/css3/filters/filter-repaint-child-layers.html
+++ b/LayoutTests/css3/filters/filter-repaint-child-layers.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
This tests verifies that blur is repainted using the full source image of the element instead of just the dirty area.
- Also it tests that the filter area includes all the child RenderLayers and applies the children's transforms correctly.
+ Also it tests that the filter area includes all the child Layers and applies the children's transforms correctly.
You should see three green rectangles slightly rotated and blured. There should be no red.
-->
<html>

Powered by Google App Engine
This is Rietveld 408576698