OLD | NEW |
1 idlharness test | 1 idlharness test |
2 | 2 |
3 This test validates the WebIDL included in the High Resolution Time specificatio
n. | 3 This test validates the WebIDL included in the High Resolution Time specificatio
n. |
4 | 4 |
5 typedef double DOMHighResTimeStamp; | 5 typedef double DOMHighResTimeStamp; |
6 | 6 |
7 partial interface Performance { | 7 partial interface Performance { |
8 DOMHighResTimeStamp now(); | 8 DOMHighResTimeStamp now(); |
9 }; | 9 }; |
10 | 10 |
11 FAIL Performance interface: operation now() assert_true: property is not configu
rable expected true got false | 11 PASS Performance interface: operation now() |
12 PASS Performance must be primary interface of window.performance | 12 PASS Performance must be primary interface of window.performance |
13 PASS Stringification of window.performance | 13 PASS Stringification of window.performance |
14 PASS Performance interface: window.performance must inherit property "now" with
the proper type (0) | 14 PASS Performance interface: window.performance must inherit property "now" with
the proper type (0) |
15 | 15 |
OLD | NEW |