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

Unified Diff: third_party/WebKit/LayoutTests/svg/repaint/transform-text-element-expected.txt

Issue 1553473002: Fix SVG {text, foreignObject} transform for css animation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/svg/repaint/transform-text-element-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/svg/repaint/outline-offset-text-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/transform-text-element-expected.txt
similarity index 61%
copy from third_party/WebKit/LayoutTests/platform/mac/svg/repaint/outline-offset-text-expected.txt
copy to third_party/WebKit/LayoutTests/svg/repaint/transform-text-element-expected.txt
index 9ab766b5b57c0183200f36eb40133e9f204abb7e..d8c0a6fb4ee2edf1647a092caac5b81cfba796bf 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/svg/repaint/outline-offset-text-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/repaint/transform-text-element-expected.txt
@@ -6,21 +6,21 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [118, 39, 130, 86],
- [103, 24, 160, 116],
- [103, 24, 160, 116],
- [78, 39, 130, 86],
- [63, 24, 160, 116],
- [63, 24, 160, 116]
+ [8, 58, 400, 100],
+ [8, 58, 400, 100],
+ [8, 58, 400, 100],
+ [8, 8, 400, 100],
+ [8, 8, 400, 100],
+ [8, 8, 400, 100]
],
"paintInvalidationClients": [
"RootInlineBox",
- "InlineTextBox 'Foo'",
+ "InlineTextBox 'Test'",
"LayoutSVGRoot svg",
"LayoutSVGText text",
"RootInlineBox",
"LayoutSVGInlineText #text",
- "InlineTextBox 'Foo'"
+ "InlineTextBox 'Test'"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698