Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 This is a testharness.js-based test. | |
| 2 PASS Setting bottom to auto | |
| 3 PASS Setting bottom to initial | |
| 4 PASS Setting bottom to inherit | |
| 5 PASS Setting bottom to unset | |
| 6 PASS Setting bottom to CSSSimpleLength with value 1px | |
| 7 PASS Setting bottom to CSSSimpleLength with value 2% | |
| 8 PASS Setting bottom to CSSSimpleLength with value 3em | |
| 9 PASS Setting bottom to CSSCalcLength with value calc(10% + 1px) | |
| 10 PASS Setting bottom to invalid value [object CSSNumberValue] fails | |
| 11 PASS Setting bottom to invalid value null fails | |
| 12 PASS Setting bottom to invalid value undefined fails | |
| 13 PASS Setting bottom to invalid value true fails | |
| 14 PASS Setting bottom to invalid value false fails | |
| 15 PASS Setting bottom to invalid value 1 fails | |
| 16 PASS Setting bottom to invalid value hello fails | |
| 17 PASS Setting bottom to invalid value [object Object] fails | |
| 18 PASS Setting bottom to invalid value [object CSSKeywordValue] fails | |
| 19 FAIL Getting bottom when it is set to auto assert_true: expected true got false | |
| 20 FAIL Getting bottom when it is set to initial assert_true: expected true got fal se | |
| 21 FAIL Getting bottom when it is set to inherit assert_true: expected true got fal se | |
| 22 FAIL Getting bottom when it is set to unset assert_true: expected true got false | |
| 23 PASS Getting bottom with a CSSSimpleLength whose value is 1px | |
| 24 PASS Getting bottom with a CSSSimpleLength whose value is 2% | |
| 25 PASS Getting bottom with a CSSSimpleLength whose value is 3em | |
| 26 FAIL Getting bottom with a CSSCalcLength whose value is calc(10% + 1px) assert_e quals: expected function "function CSSCalcLength() { [native code] }" but got fu nction "function CSSStyleValue() { [native code] }" | |
|
dstockwell
2016/11/29 06:26:35
Can we do better with the failure messages here?
meade_UTC10
2016/12/01 03:48:20
Done.
| |
| 27 PASS getAll for single-valued bottom | |
| 28 PASS Delete bottom removes the value form the styleMap | |
| 29 PASS bottom shows up in getProperties | |
| 30 PASS Setting bottom to a sequence throws | |
| 31 PASS Appending to bottom throws | |
| 32 Harness: the test ran to completion. | |
| 33 | |
| OLD | NEW |