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

Unified Diff: LayoutTests/virtual/slimmingpaint/svg/filters/feImage-remove-target-expected.txt

Issue 984813004: Auto-rebaseline for r191480 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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/virtual/slimmingpaint/svg/filters/feImage-remove-target-expected.txt
diff --git a/LayoutTests/virtual/slimmingpaint/fast/repaint/margin-expected.txt b/LayoutTests/virtual/slimmingpaint/svg/filters/feImage-remove-target-expected.txt
similarity index 60%
copy from LayoutTests/virtual/slimmingpaint/fast/repaint/margin-expected.txt
copy to LayoutTests/virtual/slimmingpaint/svg/filters/feImage-remove-target-expected.txt
index aa178b9f6bb1ce4367ec04068899202e1412b04b..edbdfcf37da90009c4aaa71ef00c6db8403a74f4 100644
--- a/LayoutTests/virtual/slimmingpaint/fast/repaint/margin-expected.txt
+++ b/LayoutTests/virtual/slimmingpaint/svg/filters/feImage-remove-target-expected.txt
@@ -6,11 +6,13 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [20, 20, 100, 100],
+ [0, 0, 110, 110],
[0, 0, 100, 100]
],
"paintInvalidationClients": [
- "LayoutBlockFlow (positioned) DIV id='target'"
+ "LayoutSVGRect rect id='rect'",
+ "LayoutSVGResourceFilterPrimitive feImage id='feimage'",
+ "LayoutSVGRect rect"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698