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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt

Issue 1989683003: Auto-rebaseline for r394275 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
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 P", 10 "object": "LayoutBlockFlow P",
11 "rect": [8, 386, 418, 54], 11 "rect": [8, 386, 418, 54],
12 "reason": "invalidate paint rectangle" 12 "reason": "invalidate paint rectangle"
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",
21 "rect": [368, 422, 1, 54],
22 "reason": "incremental"
23 },
24 {
25 "object": "InlineTextBox ' was in a furious passion, and went\n'",
26 "reason": "incremental"
27 },
28 {
20 "object": "InlineTextBox ' was in a furious passion, and went\n'", 29 "object": "InlineTextBox ' was in a furious passion, and went\n'",
21 "reason": "full" 30 "reason": "full"
22 }, 31 },
23 { 32 {
24 "object": "InlineTextBox ''", 33 "object": "InlineTextBox ''",
25 "reason": "full" 34 "reason": "full"
26 }, 35 },
27 { 36 {
28 "object": "InlineTextBox ''", 37 "object": "InlineTextBox ''",
29 "reason": "full" 38 "reason": "full"
30 }, 39 },
31 { 40 {
32 "object": "InlineTextBox 'Queen'", 41 "object": "InlineTextBox 'Queen'",
33 "reason": "style change" 42 "reason": "style change"
34 }, 43 },
35 { 44 {
36 "object": "InlineTextBox 'a very short time '", 45 "object": "InlineTextBox 'a very short time '",
37 "reason": "full" 46 "reason": "full"
38 }, 47 },
39 { 48 {
49 "object": "InlineTextBox 'about, and shouting \u2018Off with his head! \u2019 or \u2018Off with'",
50 "reason": "incremental"
51 },
52 {
40 "object": "InlineTextBox 'for the hedgehogs; and in\n'", 53 "object": "InlineTextBox 'for the hedgehogs; and in\n'",
41 "reason": "full" 54 "reason": "full"
42 }, 55 },
43 { 56 {
44 "object": "InlineTextBox 'for turns,\n'", 57 "object": "InlineTextBox 'for turns,\n'",
45 "reason": "full" 58 "reason": "full"
46 }, 59 },
47 { 60 {
61 "object": "InlineTextBox 'her head!\u2019 about once in a minute.\n'",
62 "reason": "incremental"
63 },
64 {
48 "object": "InlineTextBox 'quarrelling all the while, and fighting'", 65 "object": "InlineTextBox 'quarrelling all the while, and fighting'",
49 "reason": "full" 66 "reason": "full"
50 }, 67 },
51 { 68 {
52 "object": "InlineTextBox 'stamping'", 69 "object": "InlineTextBox 'stamping'",
70 "reason": "incremental"
71 },
72 {
73 "object": "InlineTextBox 'stamping'",
53 "reason": "full" 74 "reason": "full"
54 }, 75 },
55 { 76 {
56 "object": "InlineTextBox 'the'", 77 "object": "InlineTextBox 'the'",
57 "reason": "style change" 78 "reason": "style change"
58 }, 79 },
59 { 80 {
60 "object": "LayoutInline SPAN id='theQueen'", 81 "object": "LayoutInline SPAN id='theQueen'",
61 "reason": "style change" 82 "reason": "style change"
62 }, 83 },
63 { 84 {
64 "object": "RootInlineBox", 85 "object": "RootInlineBox",
65 "reason": "full" 86 "reason": "full"
66 }, 87 },
67 { 88 {
68 "object": "RootInlineBox", 89 "object": "RootInlineBox",
69 "reason": "full" 90 "reason": "full"
70 }, 91 },
71 { 92 {
72 "object": "RootInlineBox", 93 "object": "RootInlineBox",
73 "reason": "full" 94 "reason": "full"
74 } 95 }
75 ] 96 ]
76 } 97 }
77 ] 98 ]
78 } 99 }
79 100
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698