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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [108, 108, 100, 100],
10 [108, 108, 100, 100],
11 [108, 108, 100, 100],
12 [108, 8, 100, 100], 9 [108, 8, 100, 100],
13 [108, 8, 100, 100], 10 [108, 8, 100, 100],
14 [108, 8, 100, 100] 11 [108, 8, 100, 100],
12 [8, 8, 100, 100],
13 [8, 8, 100, 100],
14 [8, 8, 100, 100]
15 ], 15 ],
16 "paintInvalidationClients": [ 16 "paintInvalidationClients": [
17 "LayoutSVGRoot svg", 17 "LayoutSVGRoot svg",
18 "LayoutSVGContainer g", 18 "LayoutSVGForeignObject foreignObject",
19 "LayoutSVGRect rect" 19 "LayoutBlockFlow DIV"
20 ] 20 ]
21 } 21 }
22 ] 22 ]
23 } 23 }
24 24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698