| OLD | NEW |
| 1 CONSOLE MESSAGE: line 308: typedef not yet supported | 1 CONSOLE MESSAGE: line 308: typedef not yet supported |
| 2 idlharness test | 2 idlharness test |
| 3 | 3 |
| 4 This test validates the WebIDL included in the High Resolution Time specificatio
n. | 4 This test validates the WebIDL included in the High Resolution Time specificatio
n. |
| 5 | 5 |
| 6 typedef double DOMHighResTimeStamp; | 6 typedef double DOMHighResTimeStamp; |
| 7 | 7 |
| 8 partial interface Performance { | 8 partial interface Performance { |
| 9 DOMHighResTimeStamp now(); | 9 DOMHighResTimeStamp now(); |
| 10 }; | 10 }; |
| 11 | 11 |
| 12 FAIL Performance interface: operation now() assert_own_property: window does not
have own property "Performance" expected property "Performance" missing | 12 FAIL Performance interface: operation now() assert_true: property is not configu
rable expected true got false |
| 13 FAIL Performance must be primary interface of window.performance assert_own_prop
erty: window does not have own property "Performance" expected property "Perform
ance" missing | 13 PASS Performance must be primary interface of window.performance |
| 14 FAIL Stringification of window.performance assert_class_string is not defined(st
ack: ReferenceError: assert_class_string is not defined | 14 PASS Stringification of window.performance |
| 15 at IdlObject. (http://127.0.0.1:8000/w3c/resources/idlharness.js:1563:9) | |
| 16 at Object.Test.step (http://127.0.0.1:8000/w3c/resources/testharness.js:876:
18) | |
| 17 at test (http://127.0.0.1:8000/w3c/resources/testharness.js:338:18) | |
| 18 at IdlObject.IdlInterface.test_primary_interface_of (http://127.0.0.1:8000/w
3c/resources/idlharness.js:1559:5) | |
| 19 at IdlObject.IdlInterface.test_object (http://127.0.0.1:8000/w3c/resources/i
dlharness.js:1509:10) | |
| 20 at null. (http://127.0.0.1:8000/w3c/resources/idlharness.js:440:36) | |
| 21 at Array.forEach (native) | |
| 22 at IdlArray.test (http://127.0.0.1:8000/w3c/resources/idlharness.js:438:32) | |
| 23 at http://127.0.0.1:8000/w3c/webperf/approved/HighResolutionTime/idlharness.
html:48:13 | |
| 24 at http://127.0.0.1:8000/w3c/webperf/approved/HighResolutionTime/idlharness.
html:49:3) | |
| 25 PASS Performance interface: window.performance must inherit property "now" with
the proper type (0) | 15 PASS Performance interface: window.performance must inherit property "now" with
the proper type (0) |
| 26 | 16 |
| OLD | NEW |