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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/column-rules-fixed-height-expected.txt

Issue 2522453003: invalidateColumnSets() doesn't need to mark anything for layout. (Closed)
Patch Set: Rebaseline test expectation. Less layout. Created 4 years, 1 month 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": "LayoutMultiColumnFlowThread (anonymous)",
11 "rect": [8, 52, 625, 315],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutMultiColumnSet (anonymous)", 10 "object": "LayoutMultiColumnSet (anonymous)",
16 "rect": [8, 52, 525, 315], 11 "rect": [8, 52, 525, 315],
17 "reason": "style change" 12 "reason": "style change"
18 }, 13 },
19 { 14 {
20 "object": "LayoutBlockFlow DIV id='target'", 15 "object": "LayoutBlockFlow DIV id='target'",
21 "rect": [8, 52, 310, 315], 16 "rect": [8, 52, 310, 315],
22 "reason": "style change" 17 "reason": "style change"
23 } 18 }
24 ] 19 ]
25 } 20 }
26 ], 21 ],
27 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
28 { 23 {
29 "object": "LayoutBlockFlow DIV id='target'", 24 "object": "LayoutBlockFlow DIV id='target'",
30 "reason": "style change" 25 "reason": "style change"
31 }, 26 },
32 { 27 {
33 "object": "LayoutMultiColumnFlowThread (anonymous)",
34 "reason": "forced by layout"
35 },
36 {
37 "object": "LayoutMultiColumnSet (anonymous)", 28 "object": "LayoutMultiColumnSet (anonymous)",
38 "reason": "style change" 29 "reason": "style change"
39 } 30 }
40 ] 31 ]
41 } 32 }
42 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698