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

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

Issue 1191043004: Import hr-time and user-timing tests, remove redundant webperf copies (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add idlharness result 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
deleted file mode 100644
index 4a5b60e46095f59b884f11514610616534aeff96..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/w3c/webperf/approved/UserTiming/idlharness-expected.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-This is a testharness.js-based test.
-PASS Performance interface: operation mark(DOMString)
-PASS Performance interface: operation clearMarks(DOMString)
-PASS Performance interface: operation measure(DOMString,DOMString,DOMString)
-PASS Performance interface: operation clearMeasures(DOMString)
-PASS Performance must be primary interface of window.performance
-PASS Stringification of window.performance
-PASS Performance interface: window.performance must inherit property "mark" with the proper type (0)
-PASS Performance interface: calling mark(DOMString) on window.performance with too few arguments must throw TypeError
-PASS Performance interface: window.performance must inherit property "clearMarks" with the proper type (1)
-PASS Performance interface: calling clearMarks(DOMString) on window.performance with too few arguments must throw TypeError
-PASS Performance interface: window.performance must inherit property "measure" with the proper type (2)
-PASS Performance interface: calling measure(DOMString,DOMString,DOMString) on window.performance with too few arguments must throw TypeError
-PASS Performance interface: window.performance must inherit property "clearMeasures" with the proper type (3)
-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]"
-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]"
-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