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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/shift-relative-positioned-container-with-image-addition-expected.txt

Issue 2689213013: Move previous border box size out of global map into LayoutBox::m_previousSize (Closed)
Patch Set: - Created 3 years, 10 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [785, 829], 5 "bounds": [785, 829],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutView #document", 10 "object": "LayoutView #document",
11 "rect": [0, 735, 785, 94], 11 "rect": [0, 735, 785, 94],
12 "reason": "incremental" 12 "reason": "incremental"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'", 15 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
16 "rect": [8, 180, 769, 641], 16 "rect": [8, 180, 769, 641],
17 "reason": "bounds change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'", 20 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
21 "rect": [8, 86, 769, 641], 21 "rect": [8, 86, 769, 641],
22 "reason": "bounds change" 22 "reason": "bounds change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutIFrame IFRAME id='iframe'", 25 "object": "LayoutIFrame IFRAME id='iframe'",
26 "rect": [8, 86, 732, 94], 26 "rect": [8, 86, 732, 94],
27 "reason": "layoutObject insertion" 27 "reason": "layoutObject insertion"
28 }, 28 },
29 { 29 {
30 "object": "LayoutView #document",
31 "rect": [10, 88, 728, 90],
32 "reason": "layout overflow box change"
33 },
34 {
30 "object": "LayoutImage IMG", 35 "object": "LayoutImage IMG",
31 "rect": [58, 230, 489, 537], 36 "rect": [58, 230, 489, 537],
32 "reason": "bounds change" 37 "reason": "bounds change"
33 }, 38 },
34 { 39 {
35 "object": "LayoutImage IMG", 40 "object": "LayoutImage IMG",
36 "rect": [58, 136, 489, 537], 41 "rect": [58, 136, 489, 537],
37 "reason": "bounds change" 42 "reason": "bounds change"
38 } 43 }
39 ] 44 ]
(...skipping 27 matching lines...) Expand all
67 { 72 {
68 "object": "VerticalScrollbar", 73 "object": "VerticalScrollbar",
69 "reason": "scroll" 74 "reason": "scroll"
70 }, 75 },
71 { 76 {
72 "object": "LayoutView #document", 77 "object": "LayoutView #document",
73 "reason": "scroll" 78 "reason": "scroll"
74 }, 79 },
75 { 80 {
76 "object": "LayoutView #document", 81 "object": "LayoutView #document",
77 "reason": "location change" 82 "reason": "layout overflow box change"
78 }, 83 },
79 { 84 {
80 "object": "LayoutBlockFlow HTML", 85 "object": "LayoutBlockFlow HTML",
81 "reason": "location change" 86 "reason": "location change"
82 }, 87 },
83 { 88 {
84 "object": "LayoutBlockFlow BODY", 89 "object": "LayoutBlockFlow BODY",
85 "reason": "location change" 90 "reason": "location change"
86 } 91 }
87 ] 92 ]
88 } 93 }
89 94
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698