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

Unified Diff: third_party/WebKit/LayoutTests/svg/repaint/transform-text-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, 12 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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/svg/repaint/outline-offset-text-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/transform-text-expected.txt
similarity index 51%
copy from third_party/WebKit/LayoutTests/platform/win/svg/repaint/outline-offset-text-expected.txt
copy to third_party/WebKit/LayoutTests/svg/repaint/transform-text-expected.txt
index 30547272ffe202a2a4e1ec51eede5bcff76b207b..d607def49b6412c402b78bd0aeb07db2c4987c2d 100644
--- a/third_party/WebKit/LayoutTests/platform/win/svg/repaint/outline-offset-text-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/repaint/transform-text-expected.txt
@@ -6,21 +6,26 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [118, 40, 130, 84],
- [103, 25, 160, 114],
- [103, 25, 160, 114],
- [78, 40, 130, 84],
- [63, 25, 160, 114],
- [63, 25, 160, 114]
+ [108, 43, 38, 19],
+ [108, 43, 38, 19],
+ [108, 43, 38, 19],
+ [8, 43, 38, 19],
+ [8, 43, 38, 19],
+ [8, 43, 38, 19],
+ [8, 43, 38, 19]
],
"paintInvalidationClients": [
"RootInlineBox",
- "InlineTextBox 'Foo'",
+ "InlineTextBox 'TEXT'",
+ "LayoutSVGText text",
+ "RootInlineBox",
+ "RootInlineBox",
+ "InlineTextBox 'TEXT'",
"LayoutSVGRoot svg",
"LayoutSVGText text",
"RootInlineBox",
"LayoutSVGInlineText #text",
- "InlineTextBox 'Foo'"
+ "InlineTextBox 'TEXT'"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698