| 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 28 matching lines...) Expand all Loading... |
| 39 readonly attribute PerformanceTiming timing; | 39 readonly attribute PerformanceTiming timing; |
| 40 readonly attribute PerformanceNavigation navigation; | 40 readonly attribute PerformanceNavigation navigation; |
| 41 }; | 41 }; |
| 42 | 42 |
| 43 partial interface Window { | 43 partial interface Window { |
| 44 [Replaceable] readonly attribute Performance performance; | 44 [Replaceable] readonly attribute Performance performance; |
| 45 }; | 45 }; |
| 46 | 46 |
| 47 FAIL Window interface: attribute performance assert_true: The prototype object m
ust have a property "performance" expected true got false | 47 FAIL Window interface: attribute performance assert_true: The prototype object m
ust have a property "performance" expected true got false |
| 48 PASS Window must be primary interface of window | 48 PASS Window must be primary interface of window |
| 49 FAIL Stringification of window assert_class_string is not defined(stack: Referen
ceError: assert_class_string is not defined | 49 FAIL Stringification of window assert_equals: class string of window expected "[
object Window]" but got "[object global]" |
| 50 at IdlObject. (http://127.0.0.1:8000/w3c/resources/idlharness.js:1563:9) | |
| 51 at Object.Test.step (http://127.0.0.1:8000/w3c/resources/testharness.js:876:
18) | |
| 52 at test (http://127.0.0.1:8000/w3c/resources/testharness.js:338:18) | |
| 53 at IdlObject.IdlInterface.test_primary_interface_of (http://127.0.0.1:8000/w
3c/resources/idlharness.js:1559:5) | |
| 54 at IdlObject.IdlInterface.test_object (http://127.0.0.1:8000/w3c/resources/i
dlharness.js:1509:10) | |
| 55 at null. (http://127.0.0.1:8000/w3c/resources/idlharness.js:440:36) | |
| 56 at Array.forEach (native) | |
| 57 at IdlArray.test (http://127.0.0.1:8000/w3c/resources/idlharness.js:438:32) | |
| 58 at http://127.0.0.1:8000/w3c/webperf/approved/navigation-timing/html/idlharn
ess.html:82:13 | |
| 59 at http://127.0.0.1:8000/w3c/webperf/approved/navigation-timing/html/idlharn
ess.html:83:3) | |
| 60 FAIL Window interface: window must inherit property "performance" with the prope
r type (0) assert_inherits: property "performance" found on object expected in p
rototype chain | 50 FAIL Window interface: window must inherit property "performance" with the prope
r type (0) assert_inherits: property "performance" found on object expected in p
rototype chain |
| 61 FAIL PerformanceTiming interface: existence and properties of interface object a
ssert_own_property: window does not have own property "PerformanceTiming" expect
ed property "PerformanceTiming" missing | 51 PASS PerformanceTiming interface: existence and properties of interface object |
| 62 FAIL PerformanceTiming interface: existence and properties of interface prototyp
e object assert_own_property: window does not have own property "PerformanceTimi
ng" expected property "PerformanceTiming" missing | 52 FAIL PerformanceTiming interface: existence and properties of interface prototyp
e object assert_equals: class string of PerformanceTiming.prototype expected "[o
bject PerformanceTimingPrototype]" but got "[object Object]" |
| 63 FAIL PerformanceTiming interface: existence and properties of interface prototyp
e object's "constructor" property assert_own_property: window does not have own
property "PerformanceTiming" expected property "PerformanceTiming" missing | 53 PASS PerformanceTiming interface: existence and properties of interface prototyp
e object's "constructor" property |
| 64 FAIL PerformanceTiming interface: attribute navigationStart assert_own_property:
window does not have own property "PerformanceTiming" expected property "Perfor
manceTiming" missing | 54 FAIL PerformanceTiming interface: attribute navigationStart assert_true: The pro
totype object must have a property "navigationStart" expected true got false |
| 65 FAIL PerformanceTiming interface: attribute unloadEventStart assert_own_property
: window does not have own property "PerformanceTiming" expected property "Perfo
rmanceTiming" missing | 55 FAIL PerformanceTiming interface: attribute unloadEventStart assert_true: The pr
ototype object must have a property "unloadEventStart" expected true got false |
| 66 FAIL PerformanceTiming interface: attribute unloadEventEnd assert_own_property:
window does not have own property "PerformanceTiming" expected property "Perform
anceTiming" missing | 56 FAIL PerformanceTiming interface: attribute unloadEventEnd assert_true: The prot
otype object must have a property "unloadEventEnd" expected true got false |
| 67 FAIL PerformanceTiming interface: attribute redirectStart assert_own_property: w
indow does not have own property "PerformanceTiming" expected property "Performa
nceTiming" missing | 57 FAIL PerformanceTiming interface: attribute redirectStart assert_true: The proto
type object must have a property "redirectStart" expected true got false |
| 68 FAIL PerformanceTiming interface: attribute redirectEnd assert_own_property: win
dow does not have own property "PerformanceTiming" expected property "Performanc
eTiming" missing | 58 FAIL PerformanceTiming interface: attribute redirectEnd assert_true: The prototy
pe object must have a property "redirectEnd" expected true got false |
| 69 FAIL PerformanceTiming interface: attribute fetchStart assert_own_property: wind
ow does not have own property "PerformanceTiming" expected property "Performance
Timing" missing | 59 FAIL PerformanceTiming interface: attribute fetchStart assert_true: The prototyp
e object must have a property "fetchStart" expected true got false |
| 70 FAIL PerformanceTiming interface: attribute domainLookupStart assert_own_propert
y: window does not have own property "PerformanceTiming" expected property "Perf
ormanceTiming" missing | 60 FAIL PerformanceTiming interface: attribute domainLookupStart assert_true: The p
rototype object must have a property "domainLookupStart" expected true got false |
| 71 FAIL PerformanceTiming interface: attribute domainLookupEnd assert_own_property:
window does not have own property "PerformanceTiming" expected property "Perfor
manceTiming" missing | 61 FAIL PerformanceTiming interface: attribute domainLookupEnd assert_true: The pro
totype object must have a property "domainLookupEnd" expected true got false |
| 72 FAIL PerformanceTiming interface: attribute connectStart assert_own_property: wi
ndow does not have own property "PerformanceTiming" expected property "Performan
ceTiming" missing | 62 FAIL PerformanceTiming interface: attribute connectStart assert_true: The protot
ype object must have a property "connectStart" expected true got false |
| 73 FAIL PerformanceTiming interface: attribute connectEnd assert_own_property: wind
ow does not have own property "PerformanceTiming" expected property "Performance
Timing" missing | 63 FAIL PerformanceTiming interface: attribute connectEnd assert_true: The prototyp
e object must have a property "connectEnd" expected true got false |
| 74 FAIL PerformanceTiming interface: attribute secureConnectionStart assert_own_pro
perty: window does not have own property "PerformanceTiming" expected property "
PerformanceTiming" missing | 64 FAIL PerformanceTiming interface: attribute secureConnectionStart assert_true: T
he prototype object must have a property "secureConnectionStart" expected true g
ot false |
| 75 FAIL PerformanceTiming interface: attribute requestStart assert_own_property: wi
ndow does not have own property "PerformanceTiming" expected property "Performan
ceTiming" missing | 65 FAIL PerformanceTiming interface: attribute requestStart assert_true: The protot
ype object must have a property "requestStart" expected true got false |
| 76 FAIL PerformanceTiming interface: attribute responseStart assert_own_property: w
indow does not have own property "PerformanceTiming" expected property "Performa
nceTiming" missing | 66 FAIL PerformanceTiming interface: attribute responseStart assert_true: The proto
type object must have a property "responseStart" expected true got false |
| 77 FAIL PerformanceTiming interface: attribute responseEnd assert_own_property: win
dow does not have own property "PerformanceTiming" expected property "Performanc
eTiming" missing | 67 FAIL PerformanceTiming interface: attribute responseEnd assert_true: The prototy
pe object must have a property "responseEnd" expected true got false |
| 78 FAIL PerformanceTiming interface: attribute domLoading assert_own_property: wind
ow does not have own property "PerformanceTiming" expected property "Performance
Timing" missing | 68 FAIL PerformanceTiming interface: attribute domLoading assert_true: The prototyp
e object must have a property "domLoading" expected true got false |
| 79 FAIL PerformanceTiming interface: attribute domInteractive assert_own_property:
window does not have own property "PerformanceTiming" expected property "Perform
anceTiming" missing | 69 FAIL PerformanceTiming interface: attribute domInteractive assert_true: The prot
otype object must have a property "domInteractive" expected true got false |
| 80 FAIL PerformanceTiming interface: attribute domContentLoadedEventStart assert_ow
n_property: window does not have own property "PerformanceTiming" expected prope
rty "PerformanceTiming" missing | 70 FAIL PerformanceTiming interface: attribute domContentLoadedEventStart assert_tr
ue: The prototype object must have a property "domContentLoadedEventStart" expec
ted true got false |
| 81 FAIL PerformanceTiming interface: attribute domContentLoadedEventEnd assert_own_
property: window does not have own property "PerformanceTiming" expected propert
y "PerformanceTiming" missing | 71 FAIL PerformanceTiming interface: attribute domContentLoadedEventEnd assert_true
: The prototype object must have a property "domContentLoadedEventEnd" expected
true got false |
| 82 FAIL PerformanceTiming interface: attribute domComplete assert_own_property: win
dow does not have own property "PerformanceTiming" expected property "Performanc
eTiming" missing | 72 FAIL PerformanceTiming interface: attribute domComplete assert_true: The prototy
pe object must have a property "domComplete" expected true got false |
| 83 FAIL PerformanceTiming interface: attribute loadEventStart assert_own_property:
window does not have own property "PerformanceTiming" expected property "Perform
anceTiming" missing | 73 FAIL PerformanceTiming interface: attribute loadEventStart assert_true: The prot
otype object must have a property "loadEventStart" expected true got false |
| 84 FAIL PerformanceTiming interface: attribute loadEventEnd assert_own_property: wi
ndow does not have own property "PerformanceTiming" expected property "Performan
ceTiming" missing | 74 FAIL PerformanceTiming interface: attribute loadEventEnd assert_true: The protot
ype object must have a property "loadEventEnd" expected true got false |
| 85 FAIL PerformanceTiming must be primary interface of window.performance.timing as
sert_own_property: window does not have own property "PerformanceTiming" expecte
d property "PerformanceTiming" missing | 75 PASS PerformanceTiming must be primary interface of window.performance.timing |
| 86 FAIL Stringification of window.performance.timing assert_class_string is not def
ined(stack: ReferenceError: assert_class_string is not defined | 76 PASS Stringification of window.performance.timing |
| 87 at IdlObject. (http://127.0.0.1:8000/w3c/resources/idlharness.js:1563:9) | |
| 88 at Object.Test.step (http://127.0.0.1:8000/w3c/resources/testharness.js:876:
18) | |
| 89 at test (http://127.0.0.1:8000/w3c/resources/testharness.js:338:18) | |
| 90 at IdlObject.IdlInterface.test_primary_interface_of (http://127.0.0.1:8000/w
3c/resources/idlharness.js:1559:5) | |
| 91 at IdlObject.IdlInterface.test_object (http://127.0.0.1:8000/w3c/resources/i
dlharness.js:1509:10) | |
| 92 at null. (http://127.0.0.1:8000/w3c/resources/idlharness.js:440:36) | |
| 93 at Array.forEach (native) | |
| 94 at IdlArray.test (http://127.0.0.1:8000/w3c/resources/idlharness.js:438:32) | |
| 95 at http://127.0.0.1:8000/w3c/webperf/approved/navigation-timing/html/idlharn
ess.html:82:13 | |
| 96 at http://127.0.0.1:8000/w3c/webperf/approved/navigation-timing/html/idlharn
ess.html:83:3) | |
| 97 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "navigationStart" with the proper type (0) assert_inherits: property "navigati
onStart" found on object expected in prototype chain | 77 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "navigationStart" with the proper type (0) assert_inherits: property "navigati
onStart" found on object expected in prototype chain |
| 98 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "unloadEventStart" with the proper type (1) assert_inherits: property "unloadE
ventStart" found on object expected in prototype chain | 78 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "unloadEventStart" with the proper type (1) assert_inherits: property "unloadE
ventStart" found on object expected in prototype chain |
| 99 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "unloadEventEnd" with the proper type (2) assert_inherits: property "unloadEve
ntEnd" found on object expected in prototype chain | 79 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "unloadEventEnd" with the proper type (2) assert_inherits: property "unloadEve
ntEnd" found on object expected in prototype chain |
| 100 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "redirectStart" with the proper type (3) assert_inherits: property "redirectSt
art" found on object expected in prototype chain | 80 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "redirectStart" with the proper type (3) assert_inherits: property "redirectSt
art" found on object expected in prototype chain |
| 101 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "redirectEnd" with the proper type (4) assert_inherits: property "redirectEnd"
found on object expected in prototype chain | 81 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "redirectEnd" with the proper type (4) assert_inherits: property "redirectEnd"
found on object expected in prototype chain |
| 102 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "fetchStart" with the proper type (5) assert_inherits: property "fetchStart" f
ound on object expected in prototype chain | 82 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "fetchStart" with the proper type (5) assert_inherits: property "fetchStart" f
ound on object expected in prototype chain |
| 103 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "domainLookupStart" with the proper type (6) assert_inherits: property "domain
LookupStart" found on object expected in prototype chain | 83 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "domainLookupStart" with the proper type (6) assert_inherits: property "domain
LookupStart" found on object expected in prototype chain |
| 104 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "domainLookupEnd" with the proper type (7) assert_inherits: property "domainLo
okupEnd" found on object expected in prototype chain | 84 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "domainLookupEnd" with the proper type (7) assert_inherits: property "domainLo
okupEnd" found on object expected in prototype chain |
| 105 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "connectStart" with the proper type (8) assert_inherits: property "connectStar
t" found on object expected in prototype chain | 85 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "connectStart" with the proper type (8) assert_inherits: property "connectStar
t" found on object expected in prototype chain |
| 106 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "connectEnd" with the proper type (9) assert_inherits: property "connectEnd" f
ound on object expected in prototype chain | 86 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "connectEnd" with the proper type (9) assert_inherits: property "connectEnd" f
ound on object expected in prototype chain |
| 107 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "secureConnectionStart" with the proper type (10) assert_inherits: property "s
ecureConnectionStart" found on object expected in prototype chain | 87 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "secureConnectionStart" with the proper type (10) assert_inherits: property "s
ecureConnectionStart" found on object expected in prototype chain |
| 108 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "requestStart" with the proper type (11) assert_inherits: property "requestSta
rt" found on object expected in prototype chain | 88 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "requestStart" with the proper type (11) assert_inherits: property "requestSta
rt" found on object expected in prototype chain |
| 109 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "responseStart" with the proper type (12) assert_inherits: property "responseS
tart" found on object expected in prototype chain | 89 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "responseStart" with the proper type (12) assert_inherits: property "responseS
tart" found on object expected in prototype chain |
| 110 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "responseEnd" with the proper type (13) assert_inherits: property "responseEnd
" found on object expected in prototype chain | 90 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "responseEnd" with the proper type (13) assert_inherits: property "responseEnd
" found on object expected in prototype chain |
| 111 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "domLoading" with the proper type (14) assert_inherits: property "domLoading"
found on object expected in prototype chain | 91 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "domLoading" with the proper type (14) assert_inherits: property "domLoading"
found on object expected in prototype chain |
| 112 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "domInteractive" with the proper type (15) assert_inherits: property "domInter
active" found on object expected in prototype chain | 92 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "domInteractive" with the proper type (15) assert_inherits: property "domInter
active" found on object expected in prototype chain |
| 113 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "domContentLoadedEventStart" with the proper type (16) assert_inherits: proper
ty "domContentLoadedEventStart" found on object expected in prototype chain | 93 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "domContentLoadedEventStart" with the proper type (16) assert_inherits: proper
ty "domContentLoadedEventStart" found on object expected in prototype chain |
| 114 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "domContentLoadedEventEnd" with the proper type (17) assert_inherits: property
"domContentLoadedEventEnd" found on object expected in prototype chain | 94 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "domContentLoadedEventEnd" with the proper type (17) assert_inherits: property
"domContentLoadedEventEnd" found on object expected in prototype chain |
| 115 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "domComplete" with the proper type (18) assert_inherits: property "domComplete
" found on object expected in prototype chain | 95 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "domComplete" with the proper type (18) assert_inherits: property "domComplete
" found on object expected in prototype chain |
| 116 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "loadEventStart" with the proper type (19) assert_inherits: property "loadEven
tStart" found on object expected in prototype chain | 96 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "loadEventStart" with the proper type (19) assert_inherits: property "loadEven
tStart" found on object expected in prototype chain |
| 117 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "loadEventEnd" with the proper type (20) assert_inherits: property "loadEventE
nd" found on object expected in prototype chain | 97 FAIL PerformanceTiming interface: window.performance.timing must inherit propert
y "loadEventEnd" with the proper type (20) assert_inherits: property "loadEventE
nd" found on object expected in prototype chain |
| 118 FAIL PerformanceNavigation interface: existence and properties of interface obje
ct assert_own_property: window does not have own property "PerformanceNavigation
" expected property "PerformanceNavigation" missing | 98 PASS PerformanceNavigation interface: existence and properties of interface obje
ct |
| 119 FAIL PerformanceNavigation interface: existence and properties of interface prot
otype object assert_own_property: window does not have own property "Performance
Navigation" expected property "PerformanceNavigation" missing | 99 FAIL PerformanceNavigation interface: existence and properties of interface prot
otype object assert_equals: class string of PerformanceNavigation.prototype expe
cted "[object PerformanceNavigationPrototype]" but got "[object Object]" |
| 120 FAIL PerformanceNavigation interface: existence and properties of interface prot
otype object's "constructor" property assert_own_property: window does not have
own property "PerformanceNavigation" expected property "PerformanceNavigation" m
issing | 100 PASS PerformanceNavigation interface: existence and properties of interface prot
otype object's "constructor" property |
| 121 FAIL PerformanceNavigation interface: constant TYPE_NAVIGATE on interface object
assert_own_property: window does not have own property "PerformanceNavigation"
expected property "PerformanceNavigation" missing | 101 FAIL PerformanceNavigation interface: constant TYPE_NAVIGATE on interface object
assert_false: property is configurable expected false got true |
| 122 FAIL PerformanceNavigation interface: constant TYPE_NAVIGATE on interface protot
ype object assert_own_property: window does not have own property "PerformanceNa
vigation" expected property "PerformanceNavigation" missing | 102 FAIL PerformanceNavigation interface: constant TYPE_NAVIGATE on interface protot
ype object assert_false: property is configurable expected false got true |
| 123 FAIL PerformanceNavigation interface: constant TYPE_RELOAD on interface object a
ssert_own_property: window does not have own property "PerformanceNavigation" ex
pected property "PerformanceNavigation" missing | 103 FAIL PerformanceNavigation interface: constant TYPE_RELOAD on interface object a
ssert_false: property is configurable expected false got true |
| 124 FAIL PerformanceNavigation interface: constant TYPE_RELOAD on interface prototyp
e object assert_own_property: window does not have own property "PerformanceNavi
gation" expected property "PerformanceNavigation" missing | 104 FAIL PerformanceNavigation interface: constant TYPE_RELOAD on interface prototyp
e object assert_false: property is configurable expected false got true |
| 125 FAIL PerformanceNavigation interface: constant TYPE_BACK_FORWARD on interface ob
ject assert_own_property: window does not have own property "PerformanceNavigati
on" expected property "PerformanceNavigation" missing | 105 FAIL PerformanceNavigation interface: constant TYPE_BACK_FORWARD on interface ob
ject assert_false: property is configurable expected false got true |
| 126 FAIL PerformanceNavigation interface: constant TYPE_BACK_FORWARD on interface pr
ototype object assert_own_property: window does not have own property "Performan
ceNavigation" expected property "PerformanceNavigation" missing | 106 FAIL PerformanceNavigation interface: constant TYPE_BACK_FORWARD on interface pr
ototype object assert_false: property is configurable expected false got true |
| 127 FAIL PerformanceNavigation interface: constant TYPE_RESERVED on interface object
assert_own_property: window does not have own property "PerformanceNavigation"
expected property "PerformanceNavigation" missing | 107 FAIL PerformanceNavigation interface: constant TYPE_RESERVED on interface object
assert_false: property is configurable expected false got true |
| 128 FAIL PerformanceNavigation interface: constant TYPE_RESERVED on interface protot
ype object assert_own_property: window does not have own property "PerformanceNa
vigation" expected property "PerformanceNavigation" missing | 108 FAIL PerformanceNavigation interface: constant TYPE_RESERVED on interface protot
ype object assert_false: property is configurable expected false got true |
| 129 FAIL PerformanceNavigation interface: attribute type assert_own_property: window
does not have own property "PerformanceNavigation" expected property "Performan
ceNavigation" missing | 109 FAIL PerformanceNavigation interface: attribute type assert_true: The prototype
object must have a property "type" expected true got false |
| 130 FAIL PerformanceNavigation interface: attribute redirectCount assert_own_propert
y: window does not have own property "PerformanceNavigation" expected property "
PerformanceNavigation" missing | 110 FAIL PerformanceNavigation interface: attribute redirectCount assert_true: The p
rototype object must have a property "redirectCount" expected true got false |
| 131 FAIL PerformanceNavigation must be primary interface of window.performance.navig
ation assert_own_property: window does not have own property "PerformanceNavigat
ion" expected property "PerformanceNavigation" missing | 111 PASS PerformanceNavigation must be primary interface of window.performance.navig
ation |
| 132 FAIL Stringification of window.performance.navigation assert_class_string is not
defined(stack: ReferenceError: assert_class_string is not defined | 112 PASS Stringification of window.performance.navigation |
| 133 at IdlObject. (http://127.0.0.1:8000/w3c/resources/idlharness.js:1563:9) | |
| 134 at Object.Test.step (http://127.0.0.1:8000/w3c/resources/testharness.js:876:
18) | |
| 135 at test (http://127.0.0.1:8000/w3c/resources/testharness.js:338:18) | |
| 136 at IdlObject.IdlInterface.test_primary_interface_of (http://127.0.0.1:8000/w
3c/resources/idlharness.js:1559:5) | |
| 137 at IdlObject.IdlInterface.test_object (http://127.0.0.1:8000/w3c/resources/i
dlharness.js:1509:10) | |
| 138 at null. (http://127.0.0.1:8000/w3c/resources/idlharness.js:440:36) | |
| 139 at Array.forEach (native) | |
| 140 at IdlArray.test (http://127.0.0.1:8000/w3c/resources/idlharness.js:438:32) | |
| 141 at http://127.0.0.1:8000/w3c/webperf/approved/navigation-timing/html/idlharn
ess.html:82:13 | |
| 142 at http://127.0.0.1:8000/w3c/webperf/approved/navigation-timing/html/idlharn
ess.html:83:3) | |
| 143 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) |
| 144 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) |
| 145 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) |
| 146 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) |
| 147 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 |
| 148 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 |
| 149 FAIL Performance interface: existence and properties of interface object assert_
own_property: window does not have own property "Performance" expected property
"Performance" missing | 119 PASS Performance interface: existence and properties of interface object |
| 150 FAIL Performance interface: existence and properties of interface prototype obje
ct assert_own_property: window does not have own property "Performance" expected
property "Performance" missing | 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]" |
| 151 FAIL Performance interface: existence and properties of interface prototype obje
ct's "constructor" property assert_own_property: window does not have own proper
ty "Performance" expected property "Performance" missing | 121 PASS Performance interface: existence and properties of interface prototype obje
ct's "constructor" property |
| 152 FAIL Performance interface: attribute timing assert_own_property: window does no
t have own property "Performance" expected property "Performance" missing | 122 FAIL Performance interface: attribute timing assert_true: The prototype object m
ust have a property "timing" expected true got false |
| 153 FAIL Performance interface: attribute navigation assert_own_property: window doe
s not have own property "Performance" expected property "Performance" missing | 123 FAIL Performance interface: attribute navigation assert_true: The prototype obje
ct must have a property "navigation" expected true got false |
| 154 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 | 124 PASS Performance must be primary interface of window.performance |
| 155 FAIL Stringification of window.performance assert_class_string is not defined(st
ack: ReferenceError: assert_class_string is not defined | 125 PASS Stringification of window.performance |
| 156 at IdlObject. (http://127.0.0.1:8000/w3c/resources/idlharness.js:1563:9) | |
| 157 at Object.Test.step (http://127.0.0.1:8000/w3c/resources/testharness.js:876:
18) | |
| 158 at test (http://127.0.0.1:8000/w3c/resources/testharness.js:338:18) | |
| 159 at IdlObject.IdlInterface.test_primary_interface_of (http://127.0.0.1:8000/w
3c/resources/idlharness.js:1559:5) | |
| 160 at IdlObject.IdlInterface.test_object (http://127.0.0.1:8000/w3c/resources/i
dlharness.js:1509:10) | |
| 161 at null. (http://127.0.0.1:8000/w3c/resources/idlharness.js:440:36) | |
| 162 at Array.forEach (native) | |
| 163 at IdlArray.test (http://127.0.0.1:8000/w3c/resources/idlharness.js:438:32) | |
| 164 at http://127.0.0.1:8000/w3c/webperf/approved/navigation-timing/html/idlharn
ess.html:82:13 | |
| 165 at http://127.0.0.1:8000/w3c/webperf/approved/navigation-timing/html/idlharn
ess.html:83:3) | |
| 166 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 |
| 167 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 |
| 168 | 128 |
| OLD | NEW |