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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/line-flow-with-floats-7-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": "LayoutText #text", 10 "object": "LayoutText #text",
11 "rect": [14, 422, 355, 54], 11 "rect": [14, 422, 355, 54],
12 "reason": "forced by layout" 12 "reason": "geometry"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [14, 404, 355, 36], 16 "rect": [14, 404, 355, 36],
17 "reason": "style change" 17 "reason": "style change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutText #text", 20 "object": "LayoutText #text",
21 "rect": [65, 386, 304, 36], 21 "rect": [65, 386, 304, 36],
22 "reason": "forced by layout" 22 "reason": "geometry"
23 } 23 }
24 ] 24 ]
25 } 25 }
26 ], 26 ],
27 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
28 { 28 {
29 "object": "LayoutText #text", 29 "object": "LayoutText #text",
30 "reason": "forced by layout" 30 "reason": "geometry"
31 }, 31 },
32 { 32 {
33 "object": "InlineTextBox 'for turns,\n'", 33 "object": "InlineTextBox 'for turns,\n'",
34 "reason": "forced by layout" 34 "reason": "geometry"
35 }, 35 },
36 { 36 {
37 "object": "InlineTextBox 'quarrelling all the while, and fighting'", 37 "object": "InlineTextBox 'quarrelling all the while, and fighting'",
38 "reason": "forced by layout" 38 "reason": "geometry"
39 }, 39 },
40 { 40 {
41 "object": "InlineTextBox 'for the hedgehogs; and in\n'", 41 "object": "InlineTextBox 'for the hedgehogs; and in\n'",
42 "reason": "forced by layout" 42 "reason": "geometry"
43 }, 43 },
44 { 44 {
45 "object": "InlineTextBox 'a very short time '", 45 "object": "InlineTextBox 'a very short time '",
46 "reason": "forced by layout" 46 "reason": "geometry"
47 }, 47 },
48 { 48 {
49 "object": "LayoutInline SPAN id='theQueen'", 49 "object": "LayoutInline SPAN id='theQueen'",
50 "reason": "style change" 50 "reason": "style change"
51 }, 51 },
52 { 52 {
53 "object": "LayoutText #text", 53 "object": "LayoutText #text",
54 "reason": "style change" 54 "reason": "style change"
55 }, 55 },
56 { 56 {
57 "object": "InlineTextBox 'the'", 57 "object": "InlineTextBox 'the'",
58 "reason": "style change" 58 "reason": "style change"
59 }, 59 },
60 { 60 {
61 "object": "InlineTextBox 'Queen'", 61 "object": "InlineTextBox 'Queen'",
62 "reason": "style change" 62 "reason": "style change"
63 }, 63 },
64 { 64 {
65 "object": "LayoutText #text", 65 "object": "LayoutText #text",
66 "reason": "forced by layout" 66 "reason": "geometry"
67 }, 67 },
68 { 68 {
69 "object": "InlineTextBox ' was in a furious passion, and went\n'", 69 "object": "InlineTextBox ' was in a furious passion, and went\n'",
70 "reason": "forced by layout" 70 "reason": "geometry"
71 }, 71 },
72 { 72 {
73 "object": "InlineTextBox 'stamping'", 73 "object": "InlineTextBox 'stamping'",
74 "reason": "forced by layout" 74 "reason": "geometry"
75 }, 75 },
76 { 76 {
77 "object": "InlineTextBox 'about, and shouting \u2018Off with his head!\u20 19 or \u2018Off with'", 77 "object": "InlineTextBox 'about, and shouting \u2018Off with his head!\u20 19 or \u2018Off with'",
78 "reason": "forced by layout" 78 "reason": "geometry"
79 }, 79 },
80 { 80 {
81 "object": "InlineTextBox 'her head!\u2019 about once in a minute.\n'", 81 "object": "InlineTextBox 'her head!\u2019 about once in a minute.\n'",
82 "reason": "forced by layout" 82 "reason": "geometry"
83 } 83 }
84 ] 84 ]
85 } 85 }
86 86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698