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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/abspos-shift-image-incorrect-repaint-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": [1250, 585], 2 "bounds": [1250, 585],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [1250, 585], 5 "bounds": [1250, 585],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [1250, 0, 250, 585], 9 [1250, 0, 250, 585],
10 [704, 0, 700, 237], 10 [704, 0, 700, 237],
11 [704, 0, 214, 232], 11 [704, 0, 214, 232],
12 [700, 217, 4, 19], 12 [700, 217, 4, 19],
13 [454, 0, 700, 237], 13 [454, 0, 700, 237],
14 [454, 0, 214, 232], 14 [454, 0, 214, 232],
15 [450, 217, 4, 19], 15 [450, 217, 4, 19],
16 [0, 0, 1500, 237], 16 [0, 0, 1500, 237],
17 [0, 0, 800, 56], 17 [0, 0, 800, 56],
18 [0, 0, 700, 237], 18 [0, 0, 700, 237],
19 [0, 0, 214, 232], 19 [0, 0, 214, 232],
20 [-250, 0, 1500, 237], 20 [-250, 0, 1500, 237],
21 [-250, 0, 700, 237], 21 [-250, 0, 700, 237],
22 [-250, 0, 214, 232] 22 [-250, 0, 214, 232]
23 ], 23 ],
24 "paintInvalidationClients": [ 24 "paintInvalidationClients": [
25 "LayoutView #document", 25 "LayoutView #document",
26 "LayoutBlockFlow HTML", 26 "LayoutBlockFlow HTML",
27 "LayoutBlockFlow (positioned) DIV id='shiftMe'", 27 "LayoutBlockFlow (positioned) DIV id='shiftMe'",
28 "RootInlineBox",
28 "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'", 29 "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'",
30 "RootInlineBox",
29 "LayoutImage IMG", 31 "LayoutImage IMG",
30 "LayoutText #text", 32 "LayoutText #text",
31 "LayoutText #text", 33 "LayoutText #text",
32 "InlineTextBox '\n'", 34 "InlineTextBox '\n'",
33 "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'", 35 "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'",
36 "RootInlineBox",
34 "LayoutImage IMG", 37 "LayoutImage IMG",
35 "LayoutText #text", 38 "LayoutText #text",
36 "LayoutText #text" 39 "LayoutText #text"
37 ] 40 ]
38 } 41 }
39 ] 42 ]
40 } 43 }
41 44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698