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

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

Issue 2543293002: Add virtual/spinvalidation/paint/invalidation test suite (Closed)
Patch Set: Rebaseline virtual/spinvalidation/paint/invalidation/select-option-background-color.html Created 4 years 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, 836], 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, 742, 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, 186, 769, 642], 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, 92, 769, 642], 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, 92, 732, 94], 26 "rect": [8, 86, 732, 94],
27 "reason": "layoutObject insertion" 27 "reason": "layoutObject insertion"
28 }, 28 },
29 { 29 {
30 "object": "LayoutBlockFlow HTML", 30 "object": "LayoutBlockFlow HTML",
31 "rect": [10, 94, 728, 90], 31 "rect": [10, 88, 728, 90],
32 "reason": "layoutObject insertion" 32 "reason": "layoutObject insertion"
33 }, 33 },
34 { 34 {
35 "object": "LayoutView #document", 35 "object": "LayoutView #document",
36 "rect": [10, 94, 728, 90], 36 "rect": [10, 88, 728, 90],
37 "reason": "style change" 37 "reason": "style change"
38 }, 38 },
39 { 39 {
40 "object": "LayoutBlockFlow BODY", 40 "object": "LayoutBlockFlow BODY",
41 "rect": [18, 102, 712, 74], 41 "rect": [18, 96, 712, 74],
42 "reason": "layoutObject insertion" 42 "reason": "layoutObject insertion"
43 }, 43 },
44 { 44 {
45 "object": "LayoutImage IMG", 45 "object": "LayoutImage IMG",
46 "rect": [58, 236, 489, 537], 46 "rect": [58, 230, 489, 537],
47 "reason": "bounds change" 47 "reason": "bounds change"
48 }, 48 },
49 { 49 {
50 "object": "LayoutImage IMG", 50 "object": "LayoutImage IMG",
51 "rect": [58, 142, 489, 537], 51 "rect": [58, 136, 489, 537],
52 "reason": "bounds change" 52 "reason": "bounds change"
53 } 53 }
54 ] 54 ]
55 } 55 }
56 ], 56 ],
57 "objectPaintInvalidations": [ 57 "objectPaintInvalidations": [
58 { 58 {
59 "object": "LayoutView #document", 59 "object": "LayoutView #document",
60 "reason": "incremental" 60 "reason": "incremental"
61 }, 61 },
(...skipping 29 matching lines...) Expand all
91 "object": "LayoutBlockFlow HTML", 91 "object": "LayoutBlockFlow HTML",
92 "reason": "layoutObject insertion" 92 "reason": "layoutObject insertion"
93 }, 93 },
94 { 94 {
95 "object": "LayoutBlockFlow BODY", 95 "object": "LayoutBlockFlow BODY",
96 "reason": "layoutObject insertion" 96 "reason": "layoutObject insertion"
97 } 97 }
98 ] 98 ]
99 } 99 }
100 100
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698