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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/content-into-overflow-expected.txt

Issue 2751183002: Update reason after full paint invalidation (Closed)
Patch Set: rebaseline-cl Created 3 years, 9 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": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow (positioned) DIV", 10 "object": "LayoutBlockFlow (positioned) DIV",
11 "rect": [8, 211, 106, 53], 11 "rect": [8, 211, 106, 53],
12 "reason": "incremental" 12 "reason": "incremental"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow DIV", 15 "object": "LayoutBlockFlow DIV",
16 "rect": [8, 308, 100, 100], 16 "rect": [8, 308, 100, 100],
17 "reason": "became visible" 17 "reason": "became visible"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow DIV id='target3'",
21 "rect": [8, 388, 100, 20],
22 "reason": "layoutObject insertion"
23 },
24 {
25 "object": "LayoutBlockFlow (positioned) DIV", 20 "object": "LayoutBlockFlow (positioned) DIV",
26 "rect": [61, 8, 53, 106], 21 "rect": [61, 8, 53, 106],
27 "reason": "incremental" 22 "reason": "incremental"
28 } 23 }
29 ] 24 ]
30 } 25 }
31 ], 26 ],
32 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
33 { 28 {
34 "object": "LayoutBlockFlow (positioned) DIV", 29 "object": "LayoutBlockFlow (positioned) DIV",
35 "reason": "incremental" 30 "reason": "incremental"
36 }, 31 },
37 { 32 {
38 "object": "LayoutBlockFlow (positioned) DIV", 33 "object": "LayoutBlockFlow (positioned) DIV",
39 "reason": "incremental" 34 "reason": "incremental"
40 }, 35 },
41 { 36 {
42 "object": "LayoutBlockFlow DIV", 37 "object": "LayoutBlockFlow DIV",
43 "reason": "became visible" 38 "reason": "became visible"
44 }, 39 },
45 { 40 {
46 "object": "LayoutBlockFlow DIV id='target3'", 41 "object": "LayoutBlockFlow DIV id='target3'",
47 "reason": "layoutObject insertion" 42 "reason": "layoutObject insertion"
48 } 43 }
49 ] 44 ]
50 } 45 }
51 46
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698