Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(375)

Unified Diff: LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/idlharness-expected.txt

Issue 22649003: Have the Performance interface inherit EventTarget (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..15a4ab2c30930768d1534c76423437d373c2eda6 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
@@ -117,7 +117,7 @@ PASS PerformanceNavigation interface: window.performance.navigation must inherit
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 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

Powered by Google App Engine
This is Rietveld 408576698