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

Side by Side Diff: LayoutTests/fast/repaint/justify-self-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 [1, 53, 150, 150], 9 [150, 52, 50, 300],
10 [0, 52, 200, 300], 10 [0, 52, 200, 300],
11 [0, 52, 152, 152], 11 [0, 52, 150, 300],
12 [0, 52, 150, 150],
12 [0, 16, 800, 336], 13 [0, 16, 800, 336],
13 [0, 0, 800, 352], 14 [0, 0, 800, 352],
14 [-51, 53, 150, 150], 15 [-50, 52, 250, 300],
15 [-52, 52, 252, 300], 16 [-50, 52, 150, 300],
16 [-52, 52, 152, 152], 17 [-50, 52, 150, 150],
17 [-52, 16, 852, 336], 18 [-50, 16, 850, 336],
18 [-52, 0, 852, 352] 19 [-50, 0, 850, 352]
19 ] 20 ]
20 } 21 }
21 ] 22 ]
22 } 23 }
23 24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698