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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/absolute-sized-document-no-scrollbars-expected.txt

Issue 2410153007: Revert of Use enclosingLayoutRect instead of enclosingIntRect in SVGLayoutSupport::transformPaintInvalidation… (Closed)
Patch Set: Created 4 years, 2 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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutSVGRect rect", 12 "object": "LayoutSVGRect rect",
13 "rect": [0, 0, 576, 432], 13 "rect": [0, 0, 576, 432],
14 "reason": "style change" 14 "reason": "style change"
15 }, 15 },
16 { 16 {
17 "object": "LayoutSVGRoot svg", 17 "object": "LayoutSVGRoot svg",
18 "rect": [0, 0, 576, 432], 18 "rect": [0, 0, 576, 432],
19 "reason": "style change" 19 "reason": "style change"
20 },
21 {
22 "object": "LayoutSVGRect rect",
23 "rect": [0, 0, 480, 360],
24 "reason": "style change"
25 } 20 }
26 ] 21 ]
27 } 22 }
28 ], 23 ],
29 "objectPaintInvalidations": [ 24 "objectPaintInvalidations": [
30 { 25 {
31 "object": "LayoutSVGRoot svg", 26 "object": "LayoutSVGRoot svg",
32 "reason": "style change" 27 "reason": "style change"
33 }, 28 },
34 { 29 {
35 "object": "LayoutSVGRect rect", 30 "object": "LayoutSVGRect rect",
36 "reason": "style change" 31 "reason": "style change"
37 }, 32 },
38 { 33 {
39 "object": "LayoutSVGHiddenContainer defs", 34 "object": "LayoutSVGHiddenContainer defs",
40 "reason": "style change" 35 "reason": "style change"
41 } 36 }
42 ] 37 ]
43 } 38 }
44 39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698