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

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

Issue 1685543002: Supports "class string" based on @@toStringTag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Synced. Created 4 years, 10 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: third_party/WebKit/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/idlharness-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/idlharness-expected.txt b/third_party/WebKit/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/idlharness-expected.txt
index db1422b94e346f4a96601e665e3bea045898cbe4..7dec55b88819714aab104dbb8208a5ee6e915c75 100644
--- a/third_party/WebKit/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/idlharness-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/idlharness-expected.txt
@@ -1,12 +1,12 @@
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
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
PASS PerformanceTiming interface object name
-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
@@ -55,7 +55,7 @@ PASS PerformanceTiming interface: window.performance.timing must inherit propert
PASS PerformanceNavigation interface: existence and properties of interface object
PASS PerformanceNavigation interface object length
PASS PerformanceNavigation interface object name
-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
@@ -78,7 +78,7 @@ PASS PerformanceNavigation interface: window.performance.navigation must inherit
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
PASS Performance interface object name
-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

Powered by Google App Engine
This is Rietveld 408576698