|
1 | | -2 tests, 13 assertions, 3 failures, 0 errors |
| 1 | +13 tests, 64 assertions, 4 failures, 0 errors |
2 | 2 | Status Test Message |
3 | | -testPrepare passed 4 assertions, 0 failures, 0 errors |
4 | | -testWithin failed 9 assertions, 3 failures, 0 errors |
5 | | -Failure: outside bottom |
6 | | -got <false> |
7 | | -Failure: outside bottom |
8 | | -got <false> |
9 | | -Failure: outside bottom |
10 | | -got <false> |
| 3 | +test preCompute argument of layout passed 24 assertions, 0 failures, 0 errors |
| 4 | +test layout on absolutely-positioned elements passed 6 assertions, 0 failures, 0 errors |
| 5 | +test layout on elements with display: none and exact width passed 6 assertions, 0 failures, 0 errors |
| 6 | +test layout on elements with negative margins passed 3 assertions, 0 failures, 0 errors |
| 7 | +test layout on elements with display: none and width: auto passed 7 assertions, 0 failures, 0 errors |
| 8 | +test layout on elements with display: none ancestors passed 6 assertions, 0 failures, 0 errors |
| 9 | +test positioning on absolutely-positioned elements failed 1 assertions, 2 failures, 0 errors |
| 10 | +Failure: right (percentage value) |
| 11 | +expected: <60>, actual: <-198> |
| 12 | +Failure: left |
| 13 | +expected: <340>, actual: <598> |
| 14 | +test positioning on absolutely-positioned element with top=0 and left=0 passed 2 assertions, 0 failures, 0 errors |
| 15 | +test layout on statically-positioned element with percentage width passed 1 assertions, 0 failures, 0 errors |
| 16 | +test layout on absolutely-positioned element with percentage width passed 1 assertions, 0 failures, 0 errors |
| 17 | +test layout on fixed-position element with percentage width passed 2 assertions, 0 failures, 0 errors |
| 18 | +Info: -- skipped for comparison -- |
| 19 | +test #toCSS, #toObject, #toHash passed 5 assertions, 0 failures, 0 errors |
| 20 | +test dimensions on absolutely-positioned, hidden elements failed 0 assertions, 2 failures, 0 errors |
| 21 | +Failure: width |
| 22 | +expected: <278>, actual: <0> |
| 23 | +Failure: height |
| 24 | +expected: <591>, actual: <586> |
0 commit comments