| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 8 tests. 2 PASS 6 FAIL 0 TIMEOUT 0 NOTRUN |
| 2 PASS HTML parsing should locate 4 time elements in this document | 3 PASS HTML parsing should locate 4 time elements in this document |
| 3 FAIL HTMLTimeElement should be exposed for prototyping assert_true: expected tru
e got false | 4 FAIL HTMLTimeElement should be exposed for prototyping assert_true: expected tru
e got false |
| 4 FAIL the time elements should be instanceof HTMLTimeElement Right-hand side of '
instanceof' is not an object | 5 FAIL the time elements should be instanceof HTMLTimeElement Right-hand side of '
instanceof' is not an object |
| 5 FAIL the datetime attribute should be reflected by the .dateTime property assert
_equals: expected (string) "2000-02-01T03:04:05Z" but got (undefined) undefined | 6 FAIL the datetime attribute should be reflected by the .dateTime property assert
_equals: expected (string) "2000-02-01T03:04:05Z" but got (undefined) undefined |
| 6 FAIL the dateTime IDL property should default to an empty string assert_equals:
typeof test expected "string" but got "undefined" | 7 FAIL the dateTime IDL property should default to an empty string assert_equals:
typeof test expected "string" but got "undefined" |
| 7 PASS the dateTime property should be read/write | 8 PASS the dateTime property should be read/write |
| 8 FAIL the datetime attribute should be reflected by the .dateTime property even i
f it is invalid assert_equals: expected (string) "go fish" but got (undefined) u
ndefined | 9 FAIL the datetime attribute should be reflected by the .dateTime property even i
f it is invalid assert_equals: expected (string) "go fish" but got (undefined) u
ndefined |
| 9 FAIL the datetime attribute should not reflect the textContent assert_equals: ex
pected (string) "" but got (undefined) undefined | 10 FAIL the datetime attribute should not reflect the textContent assert_equals: ex
pected (string) "" but got (undefined) undefined |
| 10 Harness: the test ran to completion. | 11 Harness: the test ran to completion. |
| 11 | 12 |
| OLD | NEW |