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

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/custom/clip-path-child-changes-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/transform-foreign-object-expected.txt
similarity index 64%
copy from third_party/WebKit/LayoutTests/svg/custom/clip-path-child-changes-expected.txt
copy to third_party/WebKit/LayoutTests/svg/repaint/transform-foreign-object-expected.txt
index 085df9c9f2e2f6f4096426e8a0b89ebff5fc4583..a8e06e460ff572f8f343b33b9ca6e5efe0b1ed82 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/clip-path-child-changes-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/repaint/transform-foreign-object-expected.txt
@@ -6,17 +6,16 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [100, 0, 100, 200],
- [0, 100, 200, 100],
- [0, 0, 200, 200],
- [0, 0, 200, 200],
+ [100, 0, 100, 100],
+ [100, 0, 100, 100],
+ [100, 0, 100, 100],
[0, 0, 100, 100],
[0, 0, 100, 100]
],
"paintInvalidationClients": [
"LayoutSVGRoot svg",
- "LayoutSVGPath path",
- "LayoutSVGContainer g"
+ "LayoutSVGForeignObject foreignObject",
+ "LayoutBlockFlow div"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698