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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/repaint-paintorder-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/repaint-paintorder-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/repaint-paintorder-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/repaint-paintorder-expected.txt
index d8ba75452efa71c7ce2b778d2c5d9b2216d6f9d3..7cf4143ba92d55d15a64c1ea64a8f9617e7a46cc 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/repaint-paintorder-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/repaint-paintorder-expected.txt
@@ -8,11 +8,6 @@
"paintInvalidations": [
{
"object": "LayoutSVGPath polygon",
- "rect": [137, 37, 581, 564],
- "reason": "style change"
- },
- {
- "object": "LayoutSVGPath polygon",
"rect": [183, 165, 134, 134],
"reason": "style change"
},
@@ -40,11 +35,6 @@
"object": "LayoutSVGContainer use id='t2'",
"rect": [184, 166, 132, 132],
"reason": "style change"
- },
- {
- "object": "LayoutSVGEllipse circle id='t4'",
- "rect": [46, 28, 7, 7],
- "reason": "style change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698