OLD | NEW |
1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
2 Found 5193 tests; 4986 PASS, 207 FAIL, 0 TIMEOUT, 0 NOTRUN. | 2 Found 5193 tests; 4987 PASS, 206 FAIL, 0 TIMEOUT, 0 NOTRUN. |
3 PASS Test driver | 3 PASS Test driver |
4 PASS Document interface: attribute domain | 4 PASS Document interface: attribute domain |
5 PASS Document interface: attribute referrer | 5 PASS Document interface: attribute referrer |
6 PASS Document interface: attribute cookie | 6 PASS Document interface: attribute cookie |
7 PASS Document interface: attribute lastModified | 7 PASS Document interface: attribute lastModified |
8 PASS Document interface: attribute readyState | 8 PASS Document interface: attribute readyState |
9 PASS Document interface: attribute title | 9 PASS Document interface: attribute title |
10 PASS Document interface: attribute dir | 10 PASS Document interface: attribute dir |
11 PASS Document interface: attribute body | 11 PASS Document interface: attribute body |
12 PASS Document interface: attribute head | 12 PASS Document interface: attribute head |
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
585 PASS HTMLElement interface: attribute onloadedmetadata | 585 PASS HTMLElement interface: attribute onloadedmetadata |
586 FAIL HTMLElement interface: attribute onloadend assert_true: The prototype objec
t must have a property "onloadend" expected true got false | 586 FAIL HTMLElement interface: attribute onloadend assert_true: The prototype objec
t must have a property "onloadend" expected true got false |
587 PASS HTMLElement interface: attribute onloadstart | 587 PASS HTMLElement interface: attribute onloadstart |
588 PASS HTMLElement interface: attribute onmousedown | 588 PASS HTMLElement interface: attribute onmousedown |
589 PASS HTMLElement interface: attribute onmouseenter | 589 PASS HTMLElement interface: attribute onmouseenter |
590 PASS HTMLElement interface: attribute onmouseleave | 590 PASS HTMLElement interface: attribute onmouseleave |
591 PASS HTMLElement interface: attribute onmousemove | 591 PASS HTMLElement interface: attribute onmousemove |
592 PASS HTMLElement interface: attribute onmouseout | 592 PASS HTMLElement interface: attribute onmouseout |
593 PASS HTMLElement interface: attribute onmouseover | 593 PASS HTMLElement interface: attribute onmouseover |
594 PASS HTMLElement interface: attribute onmouseup | 594 PASS HTMLElement interface: attribute onmouseup |
595 FAIL HTMLElement interface: attribute onwheel assert_own_property: expected prop
erty "onwheel" missing | 595 PASS HTMLElement interface: attribute onwheel |
596 PASS HTMLElement interface: attribute onpause | 596 PASS HTMLElement interface: attribute onpause |
597 PASS HTMLElement interface: attribute onplay | 597 PASS HTMLElement interface: attribute onplay |
598 PASS HTMLElement interface: attribute onplaying | 598 PASS HTMLElement interface: attribute onplaying |
599 PASS HTMLElement interface: attribute onprogress | 599 PASS HTMLElement interface: attribute onprogress |
600 PASS HTMLElement interface: attribute onratechange | 600 PASS HTMLElement interface: attribute onratechange |
601 PASS HTMLElement interface: attribute onreset | 601 PASS HTMLElement interface: attribute onreset |
602 PASS HTMLElement interface: attribute onresize | 602 PASS HTMLElement interface: attribute onresize |
603 PASS HTMLElement interface: attribute onscroll | 603 PASS HTMLElement interface: attribute onscroll |
604 PASS HTMLElement interface: attribute onseeked | 604 PASS HTMLElement interface: attribute onseeked |
605 PASS HTMLElement interface: attribute onseeking | 605 PASS HTMLElement interface: attribute onseeking |
(...skipping 4588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5194 PASS HTMLFontElement interface: attribute color | 5194 PASS HTMLFontElement interface: attribute color |
5195 PASS HTMLFontElement interface: attribute face | 5195 PASS HTMLFontElement interface: attribute face |
5196 PASS HTMLFontElement interface: attribute size | 5196 PASS HTMLFontElement interface: attribute size |
5197 PASS HTMLFontElement must be primary interface of document.createElement("font")
| 5197 PASS HTMLFontElement must be primary interface of document.createElement("font")
|
5198 PASS Stringification of document.createElement("font") | 5198 PASS Stringification of document.createElement("font") |
5199 PASS HTMLFontElement interface: document.createElement("font") must inherit prop
erty "color" with the proper type (0) | 5199 PASS HTMLFontElement interface: document.createElement("font") must inherit prop
erty "color" with the proper type (0) |
5200 PASS HTMLFontElement interface: document.createElement("font") must inherit prop
erty "face" with the proper type (1) | 5200 PASS HTMLFontElement interface: document.createElement("font") must inherit prop
erty "face" with the proper type (1) |
5201 PASS HTMLFontElement interface: document.createElement("font") must inherit prop
erty "size" with the proper type (2) | 5201 PASS HTMLFontElement interface: document.createElement("font") must inherit prop
erty "size" with the proper type (2) |
5202 Harness: the test ran to completion. | 5202 Harness: the test ran to completion. |
5203 | 5203 |
OLD | NEW |