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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/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/linux/paint/invalidation/svg/text-repaint-including-stroke-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-repaint-including-stroke-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-repaint-including-stroke-expected.txt
index a23e0bca5ccc67092d1583de99688938fff51baa..f470d26a2a4ed125b4fbc72215bb67147fcfd0c7 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-repaint-including-stroke-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-repaint-including-stroke-expected.txt
@@ -9,22 +9,22 @@
{
"object": "LayoutSVGInlineText #text",
"rect": [80, 0, 550, 117],
- "reason": "style change"
+ "reason": "subtree"
},
{
"object": "LayoutSVGText text id='bounce'",
"rect": [80, 0, 550, 117],
- "reason": "full"
+ "reason": "subtree"
},
{
"object": "LayoutSVGInlineText #text",
"rect": [30, 0, 403, 59],
- "reason": "style change"
+ "reason": "subtree"
},
{
"object": "LayoutSVGText text id='bounce'",
"rect": [30, 0, 403, 59],
- "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