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

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

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) Created 4 years, 8 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": "InlineTextBox ' was in a furious passion, and went\n'",
11 "rect": [0, 0, 0, 0],
12 "reason": "full"
13 },
14 {
15 "object": "InlineTextBox ''",
16 "rect": [0, 0, 0, 0],
17 "reason": "full"
18 },
19 {
20 "object": "InlineTextBox ''",
21 "rect": [0, 0, 0, 0],
22 "reason": "full"
23 },
24 {
25 "object": "InlineTextBox 'Queen'",
26 "rect": [0, 0, 0, 0],
27 "reason": "style change"
28 },
29 {
30 "object": "InlineTextBox 'a very short time '",
31 "rect": [0, 0, 0, 0],
32 "reason": "full"
33 },
34 {
35 "object": "InlineTextBox 'for the hedgehogs; and in\n'",
36 "rect": [0, 0, 0, 0],
37 "reason": "full"
38 },
39 {
40 "object": "InlineTextBox 'for turns,\n'",
41 "rect": [0, 0, 0, 0],
42 "reason": "full"
43 },
44 {
45 "object": "InlineTextBox 'quarrelling all the while, and fighting'",
46 "rect": [0, 0, 0, 0],
47 "reason": "full"
48 },
49 {
50 "object": "InlineTextBox 'stamping'",
51 "rect": [0, 0, 0, 0],
52 "reason": "full"
53 },
54 {
55 "object": "InlineTextBox 'the'",
56 "rect": [0, 0, 0, 0],
57 "reason": "style change"
58 },
59 {
60 "object": "LayoutBlockFlow P", 10 "object": "LayoutBlockFlow P",
61 "rect": [8, 386, 418, 54], 11 "rect": [8, 386, 418, 54],
62 "reason": "invalidate paint rectangle" 12 "reason": "invalidate paint rectangle"
63 }, 13 },
64 { 14 {
65 "object": "LayoutInline SPAN id='theQueen'",
66 "rect": [0, 0, 0, 0],
67 "reason": "style change"
68 },
69 {
70 "object": "LayoutText #text", 15 "object": "LayoutText #text",
71 "rect": [14, 404, 355, 36], 16 "rect": [14, 404, 355, 36],
72 "reason": "style change" 17 "reason": "style change"
73 }, 18 },
74 { 19 {
20 "object": "InlineTextBox ' was in a furious passion, and went\n'",
21 "reason": "full"
22 },
23 {
24 "object": "InlineTextBox ''",
25 "reason": "full"
26 },
27 {
28 "object": "InlineTextBox ''",
29 "reason": "full"
30 },
31 {
32 "object": "InlineTextBox 'Queen'",
33 "reason": "style change"
34 },
35 {
36 "object": "InlineTextBox 'a very short time '",
37 "reason": "full"
38 },
39 {
40 "object": "InlineTextBox 'for the hedgehogs; and in\n'",
41 "reason": "full"
42 },
43 {
44 "object": "InlineTextBox 'for turns,\n'",
45 "reason": "full"
46 },
47 {
48 "object": "InlineTextBox 'quarrelling all the while, and fighting'",
49 "reason": "full"
50 },
51 {
52 "object": "InlineTextBox 'stamping'",
53 "reason": "full"
54 },
55 {
56 "object": "InlineTextBox 'the'",
57 "reason": "style change"
58 },
59 {
60 "object": "LayoutInline SPAN id='theQueen'",
61 "reason": "style change"
62 },
63 {
75 "object": "RootInlineBox", 64 "object": "RootInlineBox",
76 "rect": [0, 0, 0, 0],
77 "reason": "full" 65 "reason": "full"
78 }, 66 },
79 { 67 {
80 "object": "RootInlineBox", 68 "object": "RootInlineBox",
81 "rect": [0, 0, 0, 0],
82 "reason": "full" 69 "reason": "full"
83 }, 70 },
84 { 71 {
85 "object": "RootInlineBox", 72 "object": "RootInlineBox",
86 "rect": [0, 0, 0, 0],
87 "reason": "full" 73 "reason": "full"
88 } 74 }
89 ] 75 ]
90 } 76 }
91 ] 77 ]
92 } 78 }
93 79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698