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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/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 ''",
11 "rect": [0, 0, 0, 0],
12 "reason": "full"
13 },
14 {
15 "object": "InlineTextBox 'a very short time '",
16 "rect": [0, 0, 0, 0],
17 "reason": "full"
18 },
19 {
20 "object": "InlineTextBox 'hedgehogs; and in\n'",
21 "rect": [0, 0, 0, 0],
22 "reason": "full"
23 },
24 {
25 "object": "InlineTextBox 'quarrelling all the while, and fighting for the'",
26 "rect": [0, 0, 0, 0],
27 "reason": "full"
28 },
29 {
30 "object": "InlineTextBox 'the Queen'",
31 "rect": [0, 0, 0, 0],
32 "reason": "style change"
33 },
34 {
35 "object": "InlineTextBox 'turns,\n'",
36 "rect": [0, 0, 0, 0],
37 "reason": "full"
38 },
39 {
40 "object": "LayoutBlockFlow P", 10 "object": "LayoutBlockFlow P",
41 "rect": [8, 400, 418, 39], 11 "rect": [8, 400, 418, 39],
42 "reason": "invalidate paint rectangle" 12 "reason": "invalidate paint rectangle"
43 }, 13 },
44 { 14 {
45 "object": "LayoutInline SPAN id='theQueen'", 15 "object": "LayoutText #text",
46 "rect": [0, 0, 0, 0], 16 "rect": [297, 420, 72, 19],
47 "reason": "style change" 17 "reason": "style change"
48 }, 18 },
49 { 19 {
50 "object": "LayoutText #text", 20 "object": "LayoutText #text",
51 "rect": [303, 420, 67, 19], 21 "rect": [303, 420, 67, 19],
52 "reason": "style change" 22 "reason": "style change"
53 }, 23 },
54 { 24 {
55 "object": "LayoutText #text", 25 "object": "InlineTextBox ''",
56 "rect": [297, 420, 72, 19], 26 "reason": "full"
27 },
28 {
29 "object": "InlineTextBox 'a very short time '",
30 "reason": "full"
31 },
32 {
33 "object": "InlineTextBox 'hedgehogs; and in\n'",
34 "reason": "full"
35 },
36 {
37 "object": "InlineTextBox 'quarrelling all the while, and fighting for the'",
38 "reason": "full"
39 },
40 {
41 "object": "InlineTextBox 'the Queen'",
42 "reason": "style change"
43 },
44 {
45 "object": "InlineTextBox 'turns,\n'",
46 "reason": "full"
47 },
48 {
49 "object": "LayoutInline SPAN id='theQueen'",
57 "reason": "style change" 50 "reason": "style change"
58 }, 51 },
59 { 52 {
60 "object": "RootInlineBox", 53 "object": "RootInlineBox",
61 "rect": [0, 0, 0, 0],
62 "reason": "full" 54 "reason": "full"
63 }, 55 },
64 { 56 {
65 "object": "RootInlineBox", 57 "object": "RootInlineBox",
66 "rect": [0, 0, 0, 0],
67 "reason": "full" 58 "reason": "full"
68 } 59 }
69 ] 60 ]
70 } 61 }
71 ] 62 ]
72 } 63 }
73 64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698