OLD | NEW |
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> | |
19 PASS | 3 PASS |
| 4 PASS |
OLD | NEW |