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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/resize-scrollable-iframe-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 [293, 393, 15, 15], 9 [293, 393, 15, 15],
10 [293, 108, 15, 285], 10 [293, 108, 15, 285],
11 [108, 108, 200, 300], 11 [108, 108, 200, 300],
12 [93, 193, 15, 15], 12 [93, 193, 15, 15],
13 [93, 108, 200, 285], 13 [93, 108, 200, 285],
14 [93, 108, 15, 85], 14 [93, 108, 15, 85],
15 [8, 393, 285, 15], 15 [8, 393, 285, 15],
16 [8, 213, 784, 200], 16 [8, 213, 784, 200],
17 [8, 208, 300, 200], 17 [8, 208, 300, 200],
18 [8, 193, 285, 200], 18 [8, 193, 285, 200],
19 [8, 193, 85, 15], 19 [8, 193, 85, 15],
20 [8, 108, 784, 304], 20 [8, 108, 784, 304],
21 [8, 108, 285, 285] 21 [8, 108, 285, 285]
22 ], 22 ],
23 "paintInvalidationClients": [ 23 "paintInvalidationClients": [
24 "InlineBox", 24 "InlineBox",
25 "RootInlineBox", 25 "RootInlineBox",
26 "LayoutBlockFlow (anonymous)", 26 "LayoutBlockFlow (anonymous)",
27 "LayoutBlockFlow (anonymous)", 27 "LayoutBlockFlow (anonymous)",
28 "RootInlineBox",
28 "LayoutIFrame IFRAME id='iframe'", 29 "LayoutIFrame IFRAME id='iframe'",
29 "LayoutView #document", 30 "LayoutView #document",
30 "LayoutView #document", 31 "LayoutView #document",
31 "LayoutView #document", 32 "LayoutView #document",
32 "HorizontalScrollbar", 33 "HorizontalScrollbar",
33 "LayoutView #document", 34 "LayoutView #document",
34 "VerticalScrollbar" 35 "VerticalScrollbar"
35 ] 36 ]
36 } 37 }
37 ] 38 ]
38 } 39 }
39 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698