| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 PASS Setting width, height works with a SimpleLength. | 2 PASS Setting width, height works with a SimpleLength. |
| 3 PASS Setting width, height works with a Simple percentage. | 3 PASS Setting width, height works with a Simple percentage. |
| 4 PASS Setting width, height works with a CalcLength containing a percentage. | 4 PASS Setting width, height works with a CalcLength containing a percentage. |
| 5 PASS Getting width works with a SimpleLength. | 5 PASS Getting width works with a SimpleLength. |
| 6 FAIL Getting width works with a simple percentage. assert_equals: expected funct
ion "function CSSSimpleLength() { [native code] }" but got function "function CS
SStyleValue() { [native code] }" | 6 PASS Getting width works with a simple percentage. |
| 7 FAIL Getting width works with a CalcLength. assert_equals: expected function "fu
nction CSSCalcLength() { [native code] }" but got function "function CSSStyleVal
ue() { [native code] }" | 7 FAIL Getting width works with a CalcLength. assert_equals: expected function "fu
nction CSSCalcLength() { [native code] }" but got function "function CSSStyleVal
ue() { [native code] }" |
| 8 PASS Getting height works with a SimpleLength. | 8 PASS Getting height works with a SimpleLength. |
| 9 FAIL Getting height works with a simple percentage. assert_equals: expected func
tion "function CSSSimpleLength() { [native code] }" but got function "function C
SSStyleValue() { [native code] }" | 9 PASS Getting height works with a simple percentage. |
| 10 FAIL Getting height works with a CalcLength. assert_equals: expected function "f
unction CSSCalcLength() { [native code] }" but got function "function CSSStyleVa
lue() { [native code] }" | 10 FAIL Getting height works with a CalcLength. assert_equals: expected function "f
unction CSSCalcLength() { [native code] }" but got function "function CSSStyleVa
lue() { [native code] }" |
| 11 Harness: the test ran to completion. | 11 Harness: the test ran to completion. |
| 12 | 12 |
| OLD | NEW |