Index: LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/idlharness-expected.txt |
diff --git a/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/idlharness-expected.txt b/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/idlharness-expected.txt |
index 4e51084411845e2aebf1ef94a0b165891e99eae5..ae82767cee949d02ed308fcb3b566850c1605034 100644 |
--- a/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/idlharness-expected.txt |
+++ b/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/idlharness-expected.txt |
@@ -1,11 +1,11 @@ |
This is a testharness.js-based test. |
FAIL Window interface: attribute performance assert_true: The prototype object must have a property "performance" expected true got false |
PASS Window must be primary interface of window |
-FAIL Stringification of window assert_equals: class string of window expected "[object Window]" but got "[object global]" |
+PASS Stringification of window |
jsbell
2015/06/05 21:34:40
Yay!
|
FAIL Window interface: window must inherit property "performance" with the proper type (0) assert_inherits: property "performance" found on object expected in prototype chain |
PASS PerformanceTiming interface: existence and properties of interface object |
PASS PerformanceTiming interface object length |
-FAIL PerformanceTiming interface: existence and properties of interface prototype object assert_equals: class string of PerformanceTiming.prototype expected "[object PerformanceTimingPrototype]" but got "[object Object]" |
+FAIL PerformanceTiming interface: existence and properties of interface prototype object assert_equals: class string of PerformanceTiming.prototype expected "[object PerformanceTimingPrototype]" but got "[object PerformanceTiming]" |
PASS PerformanceTiming interface: existence and properties of interface prototype object's "constructor" property |
PASS PerformanceTiming interface: attribute navigationStart |
PASS PerformanceTiming interface: attribute unloadEventStart |
@@ -53,7 +53,7 @@ PASS PerformanceTiming interface: window.performance.timing must inherit propert |
PASS PerformanceTiming interface: window.performance.timing must inherit property "loadEventEnd" with the proper type (20) |
PASS PerformanceNavigation interface: existence and properties of interface object |
PASS PerformanceNavigation interface object length |
-FAIL PerformanceNavigation interface: existence and properties of interface prototype object assert_equals: class string of PerformanceNavigation.prototype expected "[object PerformanceNavigationPrototype]" but got "[object Object]" |
+FAIL PerformanceNavigation interface: existence and properties of interface prototype object assert_equals: class string of PerformanceNavigation.prototype expected "[object PerformanceNavigationPrototype]" but got "[object PerformanceNavigation]" |
PASS PerformanceNavigation interface: existence and properties of interface prototype object's "constructor" property |
PASS PerformanceNavigation interface: constant TYPE_NAVIGATE on interface object |
PASS PerformanceNavigation interface: constant TYPE_NAVIGATE on interface prototype object |
@@ -75,7 +75,7 @@ PASS PerformanceNavigation interface: window.performance.navigation must inherit |
PASS PerformanceNavigation interface: window.performance.navigation must inherit property "redirectCount" with the proper type (5) |
FAIL Performance interface: existence and properties of interface object assert_equals: prototype of self's property "Performance" is not Function.prototype expected function "function () {}" but got function "function EventTarget() { [native code] }" |
PASS Performance interface object length |
-FAIL Performance interface: existence and properties of interface prototype object assert_equals: prototype of Performance.prototype is not Object.prototype expected object "[object Object]" but got object "[object Object]" |
+FAIL Performance interface: existence and properties of interface prototype object assert_equals: prototype of Performance.prototype is not Object.prototype expected object "[object Object]" but got object "[object EventTarget]" |
PASS Performance interface: existence and properties of interface prototype object's "constructor" property |
PASS Performance interface: attribute timing |
PASS Performance interface: attribute navigation |