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

Unified Diff: LayoutTests/virtual/slimmingpaint/svg/custom/use-disappears-after-style-update-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/custom/use-disappears-after-style-update-expected.txt
diff --git a/LayoutTests/virtual/slimmingpaint/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.txt b/LayoutTests/virtual/slimmingpaint/svg/custom/use-disappears-after-style-update-expected.txt
similarity index 56%
copy from LayoutTests/virtual/slimmingpaint/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.txt
copy to LayoutTests/virtual/slimmingpaint/svg/custom/use-disappears-after-style-update-expected.txt
index a8524a13072f7001f78a5fff14d5aa98d1a7b12a..5d48c4d5d38008bb2fcbf2f40683c1a745e6891f 100644
--- a/LayoutTests/virtual/slimmingpaint/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.txt
+++ b/LayoutTests/virtual/slimmingpaint/svg/custom/use-disappears-after-style-update-expected.txt
@@ -6,19 +6,20 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [1, 0, 99, 100],
- [0, 0, 110, 110],
- [0, 0, 100, 100],
- [0, 0, 100, 100],
- [0, 0, 1, 100],
- [0, 0, 1, 100]
+ [50, 10, 36, 36],
+ [50, 10, 30, 30],
+ [50, 10, 30, 30],
+ [10, 10, 30, 30],
+ [10, 10, 30, 30],
+ [0, 10, 30, 30]
],
"paintInvalidationClients": [
"LayoutSVGRect rect id='rect'",
"LayoutSVGRect rect id='rect'",
- "LayoutSVGContainer use id='use'",
"LayoutSVGRect rect id='rect'",
- "LayoutSVGRect rect"
+ "LayoutSVGRect rect id='rect'",
+ "LayoutSVGContainer use",
+ "LayoutSVGRect rect id='rect'"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698