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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-implicit-grid-expected.txt

Issue 1607463004: [css-grid] Allow to place positioned grid items on the padding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forgot to remove <html> from test Created 4 years, 11 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 This test checks the behavior of the absolutely positioned grid items placed on the implicit grid. 1 This test checks the behavior of the absolutely positioned grid items placed on the implicit grid.
2 2
3 TODO(rego): width and height of 1st and 3rd items in the next grid should be 230 px once we solve http://crbug.com/562167
4
5 FAIL:
6 Expected 230 for width, but got 215.
7 Expected 230 for height, but got 215.
8 Expected 230 for width, but got 215.
9 Expected 230 for height, but got 215.
10
11 <div class="grid">
12 <div class="sizedToGridArea absolute secondRowSecondColumn" data-offset-x="1 5" data-offset-y="15" data-expected-width="230" data-expected-height="230">
13 </div>
14 <div class="sizedToGridArea absolute endSecondRowEndSecondColumn" data-offse t-x="15" data-offset-y="15" data-expected-width="230" data-expected-height="230" >
15 </div>
16 <div class="sizedToGridArea absolute onlySecondRowOnlySecondColumn" data-off set-x="15" data-offset-y="15" data-expected-width="230" data-expected-height="23 0">
17 </div>
18 </div>
3 PASS 19 PASS
4 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698