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

Side by Side Diff: LayoutTests/fast/repaint/justify-items-overflow-change-expected.txt

Issue 1130843004: [CSS Grid Layout] New alignment related repaint layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Anohter test expected to fail added to TestExpectations. Created 5 years, 7 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 [149, 53, 50, 50], 9 [150, 52, 50, 300],
10 [149, 53, 50, 50], 10 [150, 52, 50, 300],
11 [148, 52, 52, 150], 11 [150, 52, 50, 50],
12 [148, 52, 52, 150], 12 [150, 52, 50, 50],
13 [1, 53, 160, 50],
14 [0, 52, 200, 300], 13 [0, 52, 200, 300],
15 [0, 52, 162, 150], 14 [0, 52, 160, 300],
15 [0, 52, 160, 50],
16 [0, 16, 800, 336], 16 [0, 16, 800, 336],
17 [0, 0, 800, 352], 17 [0, 0, 800, 352],
18 [-61, 53, 160, 50], 18 [-60, 52, 260, 300],
19 [-62, 52, 262, 300], 19 [-60, 52, 160, 300],
20 [-62, 52, 162, 150], 20 [-60, 52, 160, 50],
21 [-62, 16, 862, 336], 21 [-60, 16, 860, 336],
22 [-62, 0, 862, 352] 22 [-60, 0, 860, 352]
23 ] 23 ]
24 } 24 }
25 ] 25 ]
26 } 26 }
27 27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698