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

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

Issue 1536663004: Need to repaint its ::first-line background when a block moves. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Two tests even need manual rebaseline, since they already existed in TestExpectations. Created 5 years 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 "repaintRects": [ 8 "repaintRects": [
9 [485, 0, 15, 600], 9 [485, 0, 15, 600],
10 [303, 420, 67, 19], 10 [303, 420, 67, 19],
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 "InlineTextBox 'stamping about, and'", 84 "InlineTextBox 'stamping about, and'",
85 "RootInlineBox", 85 "RootInlineBox",
86 "InlineTextBox 'shouting \u2018Off with his head!\u2019 or \u2018Off wit h\n'", 86 "InlineTextBox 'shouting \u2018Off with his head!\u2019 or \u2018Off wit h\n'",
87 "InlineTextBox 'her head!\u2019 about'", 87 "InlineTextBox 'her head!\u2019 about'",
88 "RootInlineBox", 88 "RootInlineBox",
89 "InlineTextBox 'once in a minute.\n'", 89 "InlineTextBox 'once in a minute.\n'",
90 "RootInlineBox", 90 "RootInlineBox",
91 "LayoutBlockFlow HTML", 91 "LayoutBlockFlow HTML",
92 "LayoutBlockFlow P", 92 "LayoutBlockFlow P",
93 "LayoutBlockFlow P", 93 "LayoutBlockFlow P",
94 "RootInlineBox",
94 "LayoutText #text", 95 "LayoutText #text",
95 "InlineTextBox 'difficult game indeed.\n'", 96 "InlineTextBox 'difficult game indeed.\n'",
96 "LayoutText #text", 97 "LayoutText #text",
97 "InlineTextBox 'The players all played at once without waiting\n'", 98 "InlineTextBox 'The players all played at once without waiting\n'",
98 "LayoutText #text", 99 "LayoutText #text",
99 "InlineTextBox 'for turns,'", 100 "InlineTextBox 'for turns,'",
100 "InlineTextBox 'quarrelling all the while, and fighting for the hedgehog s; and'", 101 "InlineTextBox 'quarrelling all the while, and fighting for the hedgehog s; and'",
101 "InlineTextBox 'in\n'", 102 "InlineTextBox 'in\n'",
102 "InlineTextBox 'a very short time '", 103 "InlineTextBox 'a very short time '",
103 "LayoutText #text", 104 "LayoutText #text",
(...skipping 12 matching lines...) Expand all
116 "InlineTextBox 'minute, \u2018and then,\u2019 thought she, \u2018what wo uld become of\n'", 117 "InlineTextBox 'minute, \u2018and then,\u2019 thought she, \u2018what wo uld become of\n'",
117 "InlineTextBox 'me?'", 118 "InlineTextBox 'me?'",
118 "InlineTextBox 'They\u2019re dreadfully fond of beheading people here; t he great'", 119 "InlineTextBox 'They\u2019re dreadfully fond of beheading people here; t he great'",
119 "InlineTextBox 'wonder is, that there\u2018s any one left alive!\u2019'" , 120 "InlineTextBox 'wonder is, that there\u2018s any one left alive!\u2019'" ,
120 "VerticalScrollbar" 121 "VerticalScrollbar"
121 ] 122 ]
122 } 123 }
123 ] 124 ]
124 } 125 }
125 126
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698