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

Unified Diff: third_party/WebKit/LayoutTests/svg/repaint/transform-foreign-object-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-foreign-object-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/repaint/transform-changed-state-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/transform-foreign-object-expected.txt
similarity index 62%
copy from third_party/WebKit/LayoutTests/svg/repaint/transform-changed-state-expected.txt
copy to third_party/WebKit/LayoutTests/svg/repaint/transform-foreign-object-expected.txt
index 4f773cbde6ee68beb29c7c4e65dd279b8ce0cb65..730806557345a9fbd1db5e31fc3dfc5a59f7cfe8 100644
--- a/third_party/WebKit/LayoutTests/svg/repaint/transform-changed-state-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/repaint/transform-foreign-object-expected.txt
@@ -6,17 +6,17 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [108, 108, 100, 100],
- [108, 108, 100, 100],
- [108, 108, 100, 100],
[108, 8, 100, 100],
[108, 8, 100, 100],
- [108, 8, 100, 100]
+ [108, 8, 100, 100],
+ [8, 8, 100, 100],
+ [8, 8, 100, 100],
+ [8, 8, 100, 100]
],
"paintInvalidationClients": [
"LayoutSVGRoot svg",
- "LayoutSVGContainer g",
- "LayoutSVGRect rect"
+ "LayoutSVGForeignObject foreignObject",
+ "LayoutBlockFlow DIV"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698