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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/text-repaint-including-stroke-expected.txt

Issue 2478233002: Make 'transform' a presentation attribute on SVG elements (Closed)
Patch Set: Rebase Created 4 years, 1 month 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-repaint-including-stroke-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/text-repaint-including-stroke-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/text-repaint-including-stroke-expected.txt
index 20364c6ba34ddfbfb600750aa55829b77192f5a9..1ce4c0ab43d98884e912042cab22153b4affe216 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/text-repaint-including-stroke-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/text-repaint-including-stroke-expected.txt
@@ -9,22 +9,22 @@
{
"object": "LayoutSVGInlineText #text",
"rect": [80, 0, 551, 118],
- "reason": "style change"
+ "reason": "subtree"
},
{
"object": "LayoutSVGText text id='bounce'",
"rect": [80, 0, 551, 118],
- "reason": "full"
+ "reason": "subtree"
},
{
"object": "LayoutSVGInlineText #text",
"rect": [30, 0, 404, 60],
- "reason": "style change"
+ "reason": "subtree"
},
{
"object": "LayoutSVGText text id='bounce'",
"rect": [30, 0, 404, 60],
- "reason": "full"
+ "reason": "subtree"
}
]
}
@@ -32,19 +32,19 @@
"objectPaintInvalidations": [
{
"object": "LayoutSVGText text id='bounce'",
- "reason": "full"
+ "reason": "subtree"
},
{
"object": "RootInlineBox",
- "reason": "full"
+ "reason": "subtree"
},
{
"object": "LayoutSVGInlineText #text",
- "reason": "style change"
+ "reason": "subtree"
},
{
"object": "InlineTextBox 'Repaint me!'",
- "reason": "style change"
+ "reason": "subtree"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698