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

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

Issue 2380403002: Use enclosingLayoutRect instead of enclosingIntRect in SVGLayoutSupport::transformPaintInvalidation… (Closed)
Patch Set: Remove an unrelated test rebaseline 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"
20 } 25 }
21 ] 26 ]
22 } 27 }
23 ], 28 ],
24 "objectPaintInvalidations": [ 29 "objectPaintInvalidations": [
25 { 30 {
26 "object": "LayoutSVGRoot svg", 31 "object": "LayoutSVGRoot svg",
27 "reason": "style change" 32 "reason": "style change"
28 }, 33 },
29 { 34 {
30 "object": "LayoutSVGRect rect", 35 "object": "LayoutSVGRect rect",
31 "reason": "style change" 36 "reason": "style change"
32 }, 37 },
33 { 38 {
34 "object": "LayoutSVGHiddenContainer defs", 39 "object": "LayoutSVGHiddenContainer defs",
35 "reason": "style change" 40 "reason": "style change"
36 } 41 }
37 ] 42 ]
38 } 43 }
39 44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698