OLD | NEW |
1 idlharness test | 1 idlharness test |
2 | 2 |
3 This test validates the WebIDL included in the Navigation Timing specification. | 3 This test validates the WebIDL included in the Navigation Timing specification. |
4 | 4 |
5 interface PerformanceTiming { | 5 interface PerformanceTiming { |
6 readonly attribute unsigned long long navigationStart; | 6 readonly attribute unsigned long long navigationStart; |
7 readonly attribute unsigned long long unloadEventStart; | 7 readonly attribute unsigned long long unloadEventStart; |
8 readonly attribute unsigned long long unloadEventEnd; | 8 readonly attribute unsigned long long unloadEventEnd; |
9 readonly attribute unsigned long long redirectStart; | 9 readonly attribute unsigned long long redirectStart; |
10 readonly attribute unsigned long long redirectEnd; | 10 readonly attribute unsigned long long redirectEnd; |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 FAIL PerformanceNavigation interface: attribute type assert_true: The prototype
object must have a property "type" expected true got false | 109 FAIL PerformanceNavigation interface: attribute type assert_true: The prototype
object must have a property "type" expected true got false |
110 FAIL PerformanceNavigation interface: attribute redirectCount assert_true: The p
rototype object must have a property "redirectCount" expected true got false | 110 FAIL PerformanceNavigation interface: attribute redirectCount assert_true: The p
rototype object must have a property "redirectCount" expected true got false |
111 PASS PerformanceNavigation must be primary interface of window.performance.navig
ation | 111 PASS PerformanceNavigation must be primary interface of window.performance.navig
ation |
112 PASS Stringification of window.performance.navigation | 112 PASS Stringification of window.performance.navigation |
113 PASS PerformanceNavigation interface: window.performance.navigation must inherit
property "TYPE_NAVIGATE" with the proper type (0) | 113 PASS PerformanceNavigation interface: window.performance.navigation must inherit
property "TYPE_NAVIGATE" with the proper type (0) |
114 PASS PerformanceNavigation interface: window.performance.navigation must inherit
property "TYPE_RELOAD" with the proper type (1) | 114 PASS PerformanceNavigation interface: window.performance.navigation must inherit
property "TYPE_RELOAD" with the proper type (1) |
115 PASS PerformanceNavigation interface: window.performance.navigation must inherit
property "TYPE_BACK_FORWARD" with the proper type (2) | 115 PASS PerformanceNavigation interface: window.performance.navigation must inherit
property "TYPE_BACK_FORWARD" with the proper type (2) |
116 PASS PerformanceNavigation interface: window.performance.navigation must inherit
property "TYPE_RESERVED" with the proper type (3) | 116 PASS PerformanceNavigation interface: window.performance.navigation must inherit
property "TYPE_RESERVED" with the proper type (3) |
117 FAIL PerformanceNavigation interface: window.performance.navigation must inherit
property "type" with the proper type (4) assert_inherits: property "type" found
on object expected in prototype chain | 117 FAIL PerformanceNavigation interface: window.performance.navigation must inherit
property "type" with the proper type (4) assert_inherits: property "type" found
on object expected in prototype chain |
118 FAIL PerformanceNavigation interface: window.performance.navigation must inherit
property "redirectCount" with the proper type (5) assert_inherits: property "re
directCount" found on object expected in prototype chain | 118 FAIL PerformanceNavigation interface: window.performance.navigation must inherit
property "redirectCount" with the proper type (5) assert_inherits: property "re
directCount" found on object expected in prototype chain |
119 PASS Performance interface: existence and properties of interface object | 119 FAIL Performance interface: existence and properties of interface object assert_
equals: prototype of window's property "Performance" is not Function.prototype e
xpected function "function Empty() {}" but got function "function EventTarget()
{ [native code] }" |
120 FAIL Performance interface: existence and properties of interface prototype obje
ct assert_equals: class string of Performance.prototype expected "[object Perfor
mancePrototype]" but got "[object Object]" | 120 FAIL Performance interface: existence and properties of interface prototype obje
ct assert_equals: prototype of Performance.prototype is not Object.prototype exp
ected object "[object Object]" but got object "[object Object]" |
121 PASS Performance interface: existence and properties of interface prototype obje
ct's "constructor" property | 121 PASS Performance interface: existence and properties of interface prototype obje
ct's "constructor" property |
122 FAIL Performance interface: attribute timing assert_true: The prototype object m
ust have a property "timing" expected true got false | 122 FAIL Performance interface: attribute timing assert_true: The prototype object m
ust have a property "timing" expected true got false |
123 FAIL Performance interface: attribute navigation assert_true: The prototype obje
ct must have a property "navigation" expected true got false | 123 FAIL Performance interface: attribute navigation assert_true: The prototype obje
ct must have a property "navigation" expected true got false |
124 PASS Performance must be primary interface of window.performance | 124 PASS Performance must be primary interface of window.performance |
125 PASS Stringification of window.performance | 125 PASS Stringification of window.performance |
126 FAIL Performance interface: window.performance must inherit property "timing" wi
th the proper type (0) assert_inherits: property "timing" found on object expect
ed in prototype chain | 126 FAIL Performance interface: window.performance must inherit property "timing" wi
th the proper type (0) assert_inherits: property "timing" found on object expect
ed in prototype chain |
127 FAIL Performance interface: window.performance must inherit property "navigation
" with the proper type (1) assert_inherits: property "navigation" found on objec
t expected in prototype chain | 127 FAIL Performance interface: window.performance must inherit property "navigation
" with the proper type (1) assert_inherits: property "navigation" found on objec
t expected in prototype chain |
128 | 128 |
OLD | NEW |