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

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..dda9be30d64958580acea5d1247d120571a3f59e 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
@@ -7,16 +7,6 @@
"drawsContent": true,
"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"
- },
- {
"object": "LayoutSVGContainer g id='root'",
"rect": [50, 50, 453, 299],
"reason": "bounds change"

Powered by Google App Engine
This is Rietveld 408576698