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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/multicol-with-text-expected.txt

Issue 2509323005: No need to force relayout of children when page logical height changes. (Closed)
Patch Set: Rebaseline invalidation tests that lay out less than before (but still pass). 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/multicol-repaint-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)", 10 "object": "LayoutMultiColumnFlowThread (anonymous)",
11 "rect": [8, 8, 630, 20], 11 "rect": [8, 8, 630, 20],
12 "reason": "forced by layout" 12 "reason": "border box change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [488, 8, 80, 20], 16 "rect": [488, 8, 80, 20],
17 "reason": "layoutObject insertion" 17 "reason": "layoutObject insertion"
18 } 18 }
19 ] 19 ]
20 } 20 }
21 ], 21 ],
22 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
23 { 23 {
24 "object": "LayoutMultiColumnFlowThread (anonymous)", 24 "object": "LayoutMultiColumnFlowThread (anonymous)",
25 "reason": "forced by layout" 25 "reason": "border box change"
26 }, 26 },
27 { 27 {
28 "object": "RootInlineBox", 28 "object": "RootInlineBox",
29 "reason": "forced by layout" 29 "reason": "border box change"
30 }, 30 },
31 { 31 {
32 "object": "LayoutBR BR", 32 "object": "LayoutBR BR",
33 "reason": "forced by layout"
34 },
35 {
36 "object": "InlineTextBox '\n'",
37 "reason": "forced by layout"
38 },
39 {
40 "object": "LayoutBR BR",
41 "reason": "forced by layout" 33 "reason": "forced by layout"
42 }, 34 },
43 { 35 {
44 "object": "InlineTextBox '\n'", 36 "object": "InlineTextBox '\n'",
45 "reason": "forced by layout" 37 "reason": "forced by layout"
46 }, 38 },
47 { 39 {
48 "object": "LayoutBR BR", 40 "object": "LayoutBR BR",
49 "reason": "forced by layout" 41 "reason": "forced by layout"
50 }, 42 },
51 { 43 {
52 "object": "InlineTextBox '\n'", 44 "object": "InlineTextBox '\n'",
53 "reason": "forced by layout" 45 "reason": "forced by layout"
54 }, 46 },
55 { 47 {
56 "object": "LayoutText #text", 48 "object": "LayoutText #text",
57 "reason": "layoutObject insertion" 49 "reason": "layoutObject insertion"
58 }, 50 },
59 { 51 {
60 "object": "InlineTextBox 'PASS'", 52 "object": "InlineTextBox 'PASS'",
61 "reason": "layoutObject insertion" 53 "reason": "layoutObject insertion"
62 } 54 }
63 ] 55 ]
64 } 56 }
65 57
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/multicol-repaint-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698