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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/layoutstate-invalid-invalidation-inline-relative-positioned-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 [8, 220, 100, 104], 9 [8, 220, 100, 104],
10 [8, 220, 100, 100], 10 [8, 220, 100, 100],
11 [8, 220, 100, 100], 11 [8, 220, 100, 100],
12 [8, 200, 100, 104], 12 [8, 200, 100, 104],
13 [8, 200, 100, 100], 13 [8, 200, 100, 100],
14 [8, 200, 100, 100], 14 [8, 200, 100, 100],
15 [8, 40, 784, 104] 15 [8, 40, 784, 104]
16 ], 16 ],
17 "paintInvalidationClients": [ 17 "paintInvalidationClients": [
18 "InlineBox", 18 "InlineBox",
19 "InlineFlowBox", 19 "InlineFlowBox",
20 "InlineFlowBox", 20 "InlineFlowBox",
21 "RootInlineBox", 21 "RootInlineBox",
22 "LayoutBlockFlow (anonymous)", 22 "LayoutBlockFlow (anonymous)",
23 "LayoutInline (relative positioned) SPAN id='target'", 23 "LayoutInline (relative positioned) SPAN id='target'",
24 "InlineFlowBox", 24 "InlineFlowBox",
25 "LayoutText #text", 25 "LayoutText #text",
26 "LayoutBlockFlow DIV", 26 "LayoutBlockFlow DIV",
27 "RootInlineBox",
27 "LayoutText #text", 28 "LayoutText #text",
28 "InlineTextBox 'x'", 29 "InlineTextBox 'x'",
29 "LayoutText #text" 30 "LayoutText #text"
30 ] 31 ]
31 } 32 }
32 ] 33 ]
33 } 34 }
34 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698