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 89a1acf7f4e905d200f40df146836bc80628eb0e..54a3aa33d994038c4843aad0bce5362816e9449b 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 |
@@ -116,8 +116,8 @@ PASS PerformanceNavigation interface: window.performance.navigation must inherit |
PASS PerformanceNavigation interface: window.performance.navigation must inherit property "TYPE_RESERVED" with the proper type (3) |
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 |
FAIL PerformanceNavigation interface: window.performance.navigation must inherit property "redirectCount" with the proper type (5) assert_inherits: property "redirectCount" found on object expected in prototype chain |
-PASS Performance interface: existence and properties of interface object |
-FAIL Performance interface: existence and properties of interface prototype object assert_equals: class string of Performance.prototype expected "[object PerformancePrototype]" but got "[object Object]" |
+FAIL Performance interface: existence and properties of interface object assert_equals: prototype of window's property "Performance" is not Function.prototype expected function "function Empty() {}" but got function "function EventTarget() { [native code] }" |
+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]" |
PASS Performance interface: existence and properties of interface prototype object's "constructor" property |
FAIL Performance interface: attribute timing assert_true: The prototype object must have a property "timing" expected true got false |
FAIL Performance interface: attribute navigation assert_true: The prototype object must have a property "navigation" expected true got false |