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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table-overflow-scroll-in-overflow-scroll-scrolled-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 DIV id='innerDiv'", 10 "object": "LayoutBlockFlow DIV id='innerDiv'",
11 "rect": [8, 8, 769, 300], 11 "rect": [8, 8, 769, 300],
12 "reason": "subtree" 12 "reason": "subtree"
13 }, 13 },
14 { 14 {
15 "object": "LayoutTableRow TR",
16 "rect": [8, 8, 306, 300],
17 "reason": "subtree"
18 },
19 {
20 "object": "LayoutTableRow TR",
21 "rect": [8, 8, 306, 300],
22 "reason": "subtree"
23 },
24 {
25 "object": "LayoutTableSection TBODY",
26 "rect": [8, 8, 306, 300],
27 "reason": "subtree"
28 },
29 {
30 "object": "LayoutTableCell TD",
31 "rect": [10, 8, 302, 300],
32 "reason": "subtree"
33 },
34 {
35 "object": "LayoutTableCell TD",
36 "rect": [10, 8, 302, 300],
37 "reason": "subtree"
38 },
39 {
40 "object": "LayoutBlockFlow DIV id='innerDiv'", 15 "object": "LayoutBlockFlow DIV id='innerDiv'",
41 "rect": [762, 8, 15, 300], 16 "rect": [762, 8, 15, 300],
42 "reason": "scroll" 17 "reason": "scroll"
43 } 18 }
44 ] 19 ]
45 } 20 }
46 ], 21 ],
47 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
48 { 23 {
49 "object": "LayoutBlockFlow DIV id='innerDiv'", 24 "object": "LayoutBlockFlow DIV id='innerDiv'",
(...skipping 23 matching lines...) Expand all
73 "object": "LayoutTableRow TR", 48 "object": "LayoutTableRow TR",
74 "reason": "subtree" 49 "reason": "subtree"
75 }, 50 },
76 { 51 {
77 "object": "LayoutTableCell TD", 52 "object": "LayoutTableCell TD",
78 "reason": "subtree" 53 "reason": "subtree"
79 } 54 }
80 ] 55 ]
81 } 56 }
82 57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698