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

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

Issue 2139073002: Auto-rebaseline for r404741 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
(...skipping 17 matching lines...) Expand all
28 "rect": [14, 353, 48, 65], 28 "rect": [14, 353, 48, 65],
29 "reason": "forced by layout" 29 "reason": "forced by layout"
30 }, 30 },
31 { 31 {
32 "object": "LayoutText #text", 32 "object": "LayoutText #text",
33 "rect": [27, 353, 22, 18], 33 "rect": [27, 353, 22, 18],
34 "reason": "layoutObject insertion" 34 "reason": "layoutObject insertion"
35 } 35 }
36 ] 36 ]
37 } 37 }
38 ],
39 "objectPaintInvalidations": [
40 {
41 "object": "LayoutText #text",
42 "reason": "forced by layout"
43 },
44 {
45 "object": "InlineTextBox 'begin again, it was very provoking to find that the hedgehog'",
46 "reason": "forced by layout"
47 },
48 {
49 "object": "InlineTextBox 'had\n'",
50 "reason": "forced by layout"
51 },
52 {
53 "object": "InlineTextBox 'unrolled itself, and was in the act of crawling away:'",
54 "reason": "forced by layout"
55 },
56 {
57 "object": "InlineTextBox 'besides all\n'",
58 "reason": "forced by layout"
59 },
60 {
61 "object": "InlineTextBox 'this, there was generally a ridge or furrow in t he'",
62 "reason": "forced by layout"
63 },
64 {
65 "object": "InlineTextBox 'way wherever\n'",
66 "reason": "forced by layout"
67 },
68 {
69 "object": "InlineTextBox 'she wanted to send the hedgehog to, and, as the' ",
70 "reason": "forced by layout"
71 },
72 {
73 "object": "InlineTextBox 'doubled-up\n'",
74 "reason": "forced by layout"
75 },
76 {
77 "object": "InlineTextBox 'soldiers were always getting up and walking off to'",
78 "reason": "forced by layout"
79 },
80 {
81 "object": "InlineTextBox 'other parts of\n'",
82 "reason": "forced by layout"
83 },
84 {
85 "object": "InlineTextBox 'the ground, Alice soon came to the conclusion'",
86 "reason": "forced by layout"
87 },
88 {
89 "object": "InlineTextBox 'that it was a very\n'",
90 "reason": "forced by layout"
91 },
92 {
93 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
94 "reason": "forced by layout"
95 },
96 {
97 "object": "RootInlineBox",
98 "reason": "forced by layout"
99 },
100 {
101 "object": "LayoutText #text",
102 "reason": "layoutObject insertion"
103 },
104 {
105 "object": "InlineTextBox 'foo'",
106 "reason": "layoutObject insertion"
107 },
108 {
109 "object": "LayoutText #text",
110 "reason": "forced by layout"
111 },
112 {
113 "object": "InlineTextBox 'difficult game indeed.\n'",
114 "reason": "forced by layout"
115 },
116 {
117 "object": "LayoutText #text",
118 "reason": "forced by layout"
119 },
120 {
121 "object": "InlineTextBox 'The players all played at once without waiting'" ,
122 "reason": "forced by layout"
123 }
38 ] 124 ]
39 } 125 }
40 126
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698