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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-mask-update-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/platform/linux/paint/invalidation/svg/text-mask-update-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-mask-update-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-mask-update-expected.txt
index 70fd2f435adbe44d7f94050832d89bd4088245eb..c084de20dad300af668cfed027a454929a29758b 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-mask-update-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-mask-update-expected.txt
@@ -12,21 +12,11 @@
"reason": "style change"
},
{
- "object": "LayoutSVGText text id='text1'",
- "rect": [10, 3, 46, 22],
- "reason": "style change"
- },
- {
"object": "LayoutSVGInlineText #text",
"rect": [10, 33, 43, 22],
"reason": "layoutObject removal"
},
{
- "object": "LayoutSVGText text id='text2'",
- "rect": [10, 33, 43, 22],
- "reason": "full"
- },
- {
"object": "LayoutSVGRect rect",
"rect": [10, 33, 43, 17],
"reason": "full"

Powered by Google App Engine
This is Rietveld 408576698