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

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

Powered by Google App Engine
This is Rietveld 408576698