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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/make-children-non-inline-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 4 years, 12 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 "repaintRects": [ 8 "repaintRects": [
9 [8, 324, 61, 19], 9 [8, 324, 61, 19],
10 [8, 304, 27, 19], 10 [8, 304, 27, 19],
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 "InlineTextBox 'that comes'", 47 "InlineTextBox 'that comes'",
48 "InlineTextBox '\n'", 48 "InlineTextBox '\n'",
49 "RootInlineBox", 49 "RootInlineBox",
50 "InlineTextBox 'after'", 50 "InlineTextBox 'after'",
51 "InlineTextBox '\n'", 51 "InlineTextBox '\n'",
52 "RootInlineBox", 52 "RootInlineBox",
53 "InlineTextBox 'the break.'", 53 "InlineTextBox 'the break.'",
54 "RootInlineBox", 54 "RootInlineBox",
55 "LayoutBlockFlow DIV", 55 "LayoutBlockFlow DIV",
56 "LayoutBlockFlow (anonymous)", 56 "LayoutBlockFlow (anonymous)",
57 "RootInlineBox",
57 "LayoutText #text", 58 "LayoutText #text",
58 "InlineTextBox 'Word,'", 59 "InlineTextBox 'Word,'",
59 "LayoutBR BR", 60 "LayoutBR BR",
60 "InlineTextBox '\n'", 61 "InlineTextBox '\n'",
61 "LayoutText #text", 62 "LayoutText #text",
62 "InlineTextBox 'words,'", 63 "InlineTextBox 'words,'",
63 "LayoutBR BR", 64 "LayoutBR BR",
64 "InlineTextBox '\n'", 65 "InlineTextBox '\n'",
65 "LayoutText #text", 66 "LayoutText #text",
66 "InlineTextBox 'more words.'", 67 "InlineTextBox 'more words.'",
67 "LayoutBR BR", 68 "LayoutBR BR",
68 "InlineTextBox '\n'", 69 "InlineTextBox '\n'",
69 "LayoutText #text", 70 "LayoutText #text",
70 "InlineTextBox 'I could'", 71 "InlineTextBox 'I could'",
71 "LayoutBR BR", 72 "LayoutBR BR",
72 "InlineTextBox '\n'", 73 "InlineTextBox '\n'",
73 "LayoutText #text", 74 "LayoutText #text",
74 "InlineTextBox 'write a book'", 75 "InlineTextBox 'write a book'",
75 "LayoutBR BR", 76 "LayoutBR BR",
76 "InlineTextBox '\n'", 77 "InlineTextBox '\n'",
77 "LayoutBlockFlow DIV id='target'", 78 "LayoutBlockFlow DIV id='target'",
78 "LayoutBlockFlow (anonymous)", 79 "LayoutBlockFlow (anonymous)",
80 "RootInlineBox",
79 "LayoutText #text", 81 "LayoutText #text",
80 "InlineTextBox 'about all the stuff'", 82 "InlineTextBox 'about all the stuff'",
81 "LayoutBR BR", 83 "LayoutBR BR",
82 "InlineTextBox '\n'", 84 "InlineTextBox '\n'",
83 "LayoutText #text", 85 "LayoutText #text",
84 "InlineTextBox 'that comes'", 86 "InlineTextBox 'that comes'",
85 "LayoutBR BR", 87 "LayoutBR BR",
86 "InlineTextBox '\n'", 88 "InlineTextBox '\n'",
87 "LayoutText #text", 89 "LayoutText #text",
88 "InlineTextBox 'after'", 90 "InlineTextBox 'after'",
89 "LayoutBR BR", 91 "LayoutBR BR",
90 "InlineTextBox '\n'", 92 "InlineTextBox '\n'",
91 "LayoutText #text", 93 "LayoutText #text",
92 "InlineTextBox 'the break.'" 94 "InlineTextBox 'the break.'"
93 ] 95 ]
94 } 96 }
95 ] 97 ]
96 } 98 }
97 99
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698