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

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

Issue 2633813002: Auto-rebaseline for r443764 (Closed)
Patch Set: Created 3 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 "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": "LayoutBlockFlow HTML",
11 "rect": [0, 0, 785, 829],
12 "reason": "forced by layout"
13 },
14 {
10 "object": "LayoutView #document", 15 "object": "LayoutView #document",
11 "rect": [0, 735, 785, 94], 16 "rect": [0, 735, 785, 94],
12 "reason": "incremental" 17 "reason": "incremental"
13 }, 18 },
14 { 19 {
15 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'", 20 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
16 "rect": [8, 180, 769, 641], 21 "rect": [8, 180, 769, 641],
17 "reason": "bounds change" 22 "reason": "bounds change"
18 }, 23 },
19 { 24 {
20 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'", 25 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
21 "rect": [8, 86, 769, 641], 26 "rect": [8, 86, 769, 641],
22 "reason": "bounds change" 27 "reason": "bounds change"
23 }, 28 },
24 { 29 {
25 "object": "LayoutIFrame IFRAME id='iframe'", 30 "object": "LayoutIFrame IFRAME id='iframe'",
26 "rect": [8, 86, 732, 94], 31 "rect": [8, 86, 732, 94],
27 "reason": "layoutObject insertion" 32 "reason": "layoutObject insertion"
28 }, 33 },
29 { 34 {
35 "object": "LayoutBlockFlow HTML",
36 "rect": [10, 88, 728, 90],
37 "reason": "forced by layout"
38 },
39 {
30 "object": "LayoutImage IMG", 40 "object": "LayoutImage IMG",
31 "rect": [58, 230, 489, 537], 41 "rect": [58, 230, 489, 537],
32 "reason": "bounds change" 42 "reason": "bounds change"
33 }, 43 },
34 { 44 {
35 "object": "LayoutImage IMG", 45 "object": "LayoutImage IMG",
36 "rect": [58, 136, 489, 537], 46 "rect": [58, 136, 489, 537],
37 "reason": "bounds change" 47 "reason": "bounds change"
38 } 48 }
39 ] 49 ]
40 } 50 }
41 ], 51 ],
42 "objectPaintInvalidations": [ 52 "objectPaintInvalidations": [
43 { 53 {
44 "object": "LayoutView #document", 54 "object": "LayoutView #document",
45 "reason": "incremental" 55 "reason": "incremental"
46 }, 56 },
47 { 57 {
58 "object": "LayoutBlockFlow HTML",
59 "reason": "forced by layout"
60 },
61 {
48 "object": "LayoutIFrame IFRAME id='iframe'", 62 "object": "LayoutIFrame IFRAME id='iframe'",
49 "reason": "layoutObject insertion" 63 "reason": "layoutObject insertion"
50 }, 64 },
51 { 65 {
52 "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddi ngTop'", 66 "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddi ngTop'",
53 "reason": "bounds change" 67 "reason": "bounds change"
54 }, 68 },
55 { 69 {
56 "object": "RootInlineBox", 70 "object": "RootInlineBox",
57 "reason": "bounds change" 71 "reason": "bounds change"
(...skipping 13 matching lines...) Expand all
71 { 85 {
72 "object": "LayoutView #document", 86 "object": "LayoutView #document",
73 "reason": "scroll" 87 "reason": "scroll"
74 }, 88 },
75 { 89 {
76 "object": "LayoutView #document", 90 "object": "LayoutView #document",
77 "reason": "location change" 91 "reason": "location change"
78 }, 92 },
79 { 93 {
80 "object": "LayoutBlockFlow HTML", 94 "object": "LayoutBlockFlow HTML",
81 "reason": "location change" 95 "reason": "forced by layout"
82 }, 96 },
83 { 97 {
84 "object": "LayoutBlockFlow BODY", 98 "object": "LayoutBlockFlow BODY",
85 "reason": "location change" 99 "reason": "location change"
86 } 100 }
87 ] 101 ]
88 } 102 }
89 103
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698