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

Unified Diff: LayoutTests/http/tests/w3c/webperf/approved/UserTiming/idlharness-expected.txt

Issue 1017733003: [DO NOT LAND] Set @@toStringTag for DOM object prototypes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test expectations Created 5 years, 6 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/UserTiming/idlharness-expected.txt
diff --git a/LayoutTests/http/tests/w3c/webperf/approved/UserTiming/idlharness-expected.txt b/LayoutTests/http/tests/w3c/webperf/approved/UserTiming/idlharness-expected.txt
index 4a5b60e46095f59b884f11514610616534aeff96..7b94da1896ab606d4e8e81d7c138d8dce324cdb8 100644
--- a/LayoutTests/http/tests/w3c/webperf/approved/UserTiming/idlharness-expected.txt
+++ b/LayoutTests/http/tests/w3c/webperf/approved/UserTiming/idlharness-expected.txt
@@ -15,11 +15,11 @@ PASS Performance interface: window.performance must inherit property "clearMeasu
PASS Performance interface: calling clearMeasures(DOMString) on window.performance with too few arguments must throw TypeError
PASS PerformanceMark interface: existence and properties of interface object
PASS PerformanceMark interface object length
-FAIL PerformanceMark interface: existence and properties of interface prototype object assert_equals: class string of PerformanceMark.prototype expected "[object PerformanceMarkPrototype]" but got "[object Object]"
+FAIL PerformanceMark interface: existence and properties of interface prototype object assert_equals: class string of PerformanceMark.prototype expected "[object PerformanceMarkPrototype]" but got "[object PerformanceMark]"
PASS PerformanceMark interface: existence and properties of interface prototype object's "constructor" property
PASS PerformanceMeasure interface: existence and properties of interface object
PASS PerformanceMeasure interface object length
-FAIL PerformanceMeasure interface: existence and properties of interface prototype object assert_equals: class string of PerformanceMeasure.prototype expected "[object PerformanceMeasurePrototype]" but got "[object Object]"
+FAIL PerformanceMeasure interface: existence and properties of interface prototype object assert_equals: class string of PerformanceMeasure.prototype expected "[object PerformanceMeasurePrototype]" but got "[object PerformanceMeasure]"
PASS PerformanceMeasure interface: existence and properties of interface prototype object's "constructor" property
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698