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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-3-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, 380, 418, 219], 11 "rect": [8, 380, 418, 219],
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, 420, 339, 39], 16 "rect": [14, 420, 339, 39],
17 "reason": "bounds change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutText #text", 20 "object": "LayoutText #text",
21 "rect": [65, 380, 304, 59], 21 "rect": [65, 380, 304, 59],
22 "reason": "bounds change" 22 "reason": "bounds change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutText #text", 25 "object": "LayoutText #text",
26 "rect": [65, 380, 289, 19],
27 "reason": "bounds change"
28 },
29 {
30 "object": "LayoutText #text",
26 "rect": [303, 420, 67, 19], 31 "rect": [303, 420, 67, 19],
27 "reason": "bounds change" 32 "reason": "bounds change"
28 }, 33 },
29 { 34 {
30 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'", 35 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'",
31 "rect": [356, 383, 64, 81], 36 "rect": [356, 383, 64, 81],
32 "reason": "bounds change" 37 "reason": "bounds change"
33 }, 38 },
34 { 39 {
35 "object": "LayoutText #text", 40 "object": "LayoutText #text",
36 "rect": [353, 440, 16, 59], 41 "rect": [353, 440, 16, 59],
37 "reason": "incremental" 42 "reason": "incremental"
38 }, 43 },
39 { 44 {
40 "object": "LayoutText #text",
41 "rect": [352, 380, 2, 19],
42 "reason": "incremental"
43 },
44 {
45 "object": "InlineTextBox ' was in a furious passion, and went\n'", 45 "object": "InlineTextBox ' was in a furious passion, and went\n'",
46 "reason": "incremental" 46 "reason": "incremental"
47 }, 47 },
48 { 48 {
49 "object": "InlineTextBox 'Alice began to feel very uneasy: to be sure, she had not as\n'", 49 "object": "InlineTextBox 'Alice began to feel very uneasy: to be sure, she had not as\n'",
50 "reason": "full" 50 "reason": "full"
51 }, 51 },
52 { 52 {
53 "object": "InlineTextBox 'Queen'", 53 "object": "InlineTextBox 'Queen'",
54 "reason": "bounds change" 54 "reason": "bounds change"
55 }, 55 },
56 { 56 {
57 "object": "InlineTextBox 'The players all played at once without waiti ng\n'", 57 "object": "InlineTextBox 'The players all played at once without waiti ng\n'",
58 "reason": "full" 58 "reason": "full"
59 }, 59 },
60 { 60 {
61 "object": "InlineTextBox 'The players all played at once without waiti ng'", 61 "object": "InlineTextBox 'The players all played at once without waiti ng'",
62 "reason": "incremental" 62 "reason": "bounds change"
63 }, 63 },
64 { 64 {
65 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading pe ople here; the great'", 65 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading pe ople here; the great'",
66 "reason": "full" 66 "reason": "full"
67 }, 67 },
68 { 68 {
69 "object": "InlineTextBox 'a very short time '", 69 "object": "InlineTextBox 'a very short time '",
70 "reason": "full" 70 "reason": "full"
71 }, 71 },
72 { 72 {
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 }, 211 },
212 { 212 {
213 "object": "RootInlineBox", 213 "object": "RootInlineBox",
214 "reason": "full" 214 "reason": "full"
215 } 215 }
216 ] 216 ]
217 } 217 }
218 ] 218 ]
219 } 219 }
220 220
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698