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

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

Powered by Google App Engine
This is Rietveld 408576698