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" |
] |
} |
] |