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

Unified Diff: LayoutTests/virtual/slimmingpaint/svg/repaint/paintorder-filtered-expected.txt

Issue 1148763002: Invalidate SVG filter display items on subtree modification (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Upload correct patch this time Created 5 years, 7 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/repaint/paintorder-filtered-expected.txt
diff --git a/LayoutTests/virtual/slimmingpaint/svg/repaint/repaint-paintorder-expected.txt b/LayoutTests/virtual/slimmingpaint/svg/repaint/paintorder-filtered-expected.txt
similarity index 79%
copy from LayoutTests/virtual/slimmingpaint/svg/repaint/repaint-paintorder-expected.txt
copy to LayoutTests/virtual/slimmingpaint/svg/repaint/paintorder-filtered-expected.txt
index a9f4866aa1efd4356495319336485f2763b72745..545933f81cefedab74654ed9904553ab80827f20 100644
--- a/LayoutTests/virtual/slimmingpaint/svg/repaint/repaint-paintorder-expected.txt
+++ b/LayoutTests/virtual/slimmingpaint/svg/repaint/paintorder-filtered-expected.txt
@@ -7,15 +7,17 @@
"drawsContent": true,
"repaintRects": [
[456, 166, 133, 132],
+ [454, 163, 137, 137],
[320, 166, 133, 132],
+ [318, 163, 137, 137],
[184, 166, 132, 132],
[184, 166, 132, 132],
- [184, 166, 132, 132],
+ [181, 163, 138, 137],
[137, 37, 580, 563],
[47, 166, 133, 132],
[47, 166, 133, 132],
- [47, 166, 133, 132],
- [46, 28, 7, 7]
+ [46, 28, 7, 7],
+ [45, 163, 137, 137]
],
"paintInvalidationClients": [
"LayoutSVGEllipse circle id='t4'",
@@ -26,7 +28,9 @@
"LayoutSVGContainer use id='t2'",
"LayoutSVGViewportContainer svg id='poly'",
"LayoutSVGPath polygon",
+ "LayoutSVGViewportContainer svg",
"LayoutSVGPath polygon id='t3'",
+ "LayoutSVGContainer use",
"LayoutSVGPath polygon"
]
}

Powered by Google App Engine
This is Rietveld 408576698