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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/mask-invalidation-expected.txt

Issue 2768453003: Put SVGResourceContainer subtypes into their own property trees. (Closed)
Patch Set: none Created 3 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: third_party/WebKit/LayoutTests/paint/invalidation/svg/mask-invalidation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/mask-invalidation-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/mask-invalidation-expected.txt
index d2a0dd889f00abb88740b0b83c1ce60b331c2fd6..f43f7a6ef75c52505c8b826c2f2649e93a53389c 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/mask-invalidation-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/mask-invalidation-expected.txt
@@ -8,11 +8,6 @@
"paintInvalidations": [
{
"object": "LayoutSVGRect rect id='maskRect'",
- "rect": [100, 100, 460, 316],
- "reason": "subtree"
- },
- {
- "object": "LayoutSVGRect rect id='maskRect'",
"rect": [50, 50, 460, 316],
"reason": "subtree"
},

Powered by Google App Engine
This is Rietveld 408576698