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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/table-overflow-scroll-in-overflow-scroll-scrolled-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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'",
(...skipping 26 matching lines...) Expand all
37 "reason": "subtree" 37 "reason": "subtree"
38 }, 38 },
39 { 39 {
40 "object": "LayoutTableCell TD", 40 "object": "LayoutTableCell TD",
41 "rect": [10, 8, 302, 300], 41 "rect": [10, 8, 302, 300],
42 "reason": "subtree" 42 "reason": "subtree"
43 }, 43 },
44 { 44 {
45 "object": "LayoutBlockFlow DIV id='innerDiv'", 45 "object": "LayoutBlockFlow DIV id='innerDiv'",
46 "rect": [762, 8, 15, 300], 46 "rect": [762, 8, 15, 300],
47 "reason": "scroll" 47 "reason": "scroll control"
48 } 48 }
49 ] 49 ]
50 } 50 }
51 ], 51 ],
52 "objectPaintInvalidations": [ 52 "objectPaintInvalidations": [
53 { 53 {
54 "object": "LayoutBlockFlow DIV id='innerDiv'", 54 "object": "LayoutBlockFlow DIV id='innerDiv'",
55 "reason": "subtree" 55 "reason": "subtree"
56 }, 56 },
57 { 57 {
58 "object": "VerticalScrollbar", 58 "object": "VerticalScrollbar",
59 "reason": "scroll" 59 "reason": "scroll control"
60 }, 60 },
61 { 61 {
62 "object": "LayoutTable TABLE", 62 "object": "LayoutTable TABLE",
63 "reason": "subtree" 63 "reason": "subtree"
64 }, 64 },
65 { 65 {
66 "object": "LayoutTableSection TBODY", 66 "object": "LayoutTableSection TBODY",
67 "reason": "subtree" 67 "reason": "subtree"
68 }, 68 },
69 { 69 {
70 "object": "LayoutTableRow TR", 70 "object": "LayoutTableRow TR",
71 "reason": "subtree" 71 "reason": "subtree"
72 }, 72 },
73 { 73 {
74 "object": "LayoutTableCell TD", 74 "object": "LayoutTableCell TD",
75 "reason": "subtree" 75 "reason": "subtree"
76 }, 76 },
77 { 77 {
78 "object": "LayoutTableRow TR", 78 "object": "LayoutTableRow TR",
79 "reason": "subtree" 79 "reason": "subtree"
80 }, 80 },
81 { 81 {
82 "object": "LayoutTableCell TD", 82 "object": "LayoutTableCell TD",
83 "reason": "subtree" 83 "reason": "subtree"
84 } 84 }
85 ] 85 ]
86 } 86 }
87 87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698