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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/user-timing/idlharness-expected.txt

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: update Created 3 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 unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 24 tests. 22 PASS 2 FAIL 0 TIMEOUT 0 NOTRUN
2 PASS Performance interface: operation mark(DOMString) 3 PASS Performance interface: operation mark(DOMString)
3 PASS Performance interface: operation clearMarks(DOMString) 4 PASS Performance interface: operation clearMarks(DOMString)
4 PASS Performance interface: operation measure(DOMString,DOMString,DOMString) 5 PASS Performance interface: operation measure(DOMString,DOMString,DOMString)
5 PASS Performance interface: operation clearMeasures(DOMString) 6 PASS Performance interface: operation clearMeasures(DOMString)
6 PASS Performance must be primary interface of window.performance 7 PASS Performance must be primary interface of window.performance
7 PASS Stringification of window.performance 8 PASS Stringification of window.performance
8 PASS Performance interface: window.performance must inherit property "mark" with the proper type (0) 9 PASS Performance interface: window.performance must inherit property "mark" with the proper type (0)
9 PASS Performance interface: calling mark(DOMString) on window.performance with t oo few arguments must throw TypeError 10 PASS Performance interface: calling mark(DOMString) on window.performance with t oo few arguments must throw TypeError
10 PASS Performance interface: window.performance must inherit property "clearMarks " with the proper type (1) 11 PASS Performance interface: window.performance must inherit property "clearMarks " with the proper type (1)
11 PASS Performance interface: calling clearMarks(DOMString) on window.performance with too few arguments must throw TypeError 12 PASS Performance interface: calling clearMarks(DOMString) on window.performance with too few arguments must throw TypeError
12 PASS Performance interface: window.performance must inherit property "measure" w ith the proper type (2) 13 PASS Performance interface: window.performance must inherit property "measure" w ith the proper type (2)
13 PASS Performance interface: calling measure(DOMString,DOMString,DOMString) on wi ndow.performance with too few arguments must throw TypeError 14 PASS Performance interface: calling measure(DOMString,DOMString,DOMString) on wi ndow.performance with too few arguments must throw TypeError
14 PASS Performance interface: window.performance must inherit property "clearMeasu res" with the proper type (3) 15 PASS Performance interface: window.performance must inherit property "clearMeasu res" with the proper type (3)
15 PASS Performance interface: calling clearMeasures(DOMString) on window.performan ce with too few arguments must throw TypeError 16 PASS Performance interface: calling clearMeasures(DOMString) on window.performan ce with too few arguments must throw TypeError
16 PASS PerformanceMark interface: existence and properties of interface object 17 PASS PerformanceMark interface: existence and properties of interface object
17 PASS PerformanceMark interface object length 18 PASS PerformanceMark interface object length
18 PASS PerformanceMark interface object name 19 PASS PerformanceMark interface object name
19 FAIL PerformanceMark interface: existence and properties of interface prototype object assert_equals: class string of PerformanceMark.prototype expected "[objec t PerformanceMarkPrototype]" but got "[object PerformanceMark]" 20 FAIL PerformanceMark interface: existence and properties of interface prototype object assert_equals: class string of PerformanceMark.prototype expected "[objec t PerformanceMarkPrototype]" but got "[object PerformanceMark]"
20 PASS PerformanceMark interface: existence and properties of interface prototype object's "constructor" property 21 PASS PerformanceMark interface: existence and properties of interface prototype object's "constructor" property
21 PASS PerformanceMeasure interface: existence and properties of interface object 22 PASS PerformanceMeasure interface: existence and properties of interface object
22 PASS PerformanceMeasure interface object length 23 PASS PerformanceMeasure interface object length
23 PASS PerformanceMeasure interface object name 24 PASS PerformanceMeasure interface object name
24 FAIL PerformanceMeasure interface: existence and properties of interface prototy pe object assert_equals: class string of PerformanceMeasure.prototype expected " [object PerformanceMeasurePrototype]" but got "[object PerformanceMeasure]" 25 FAIL PerformanceMeasure interface: existence and properties of interface prototy pe object assert_equals: class string of PerformanceMeasure.prototype expected " [object PerformanceMeasurePrototype]" but got "[object PerformanceMeasure]"
25 PASS PerformanceMeasure interface: existence and properties of interface prototy pe object's "constructor" property 26 PASS PerformanceMeasure interface: existence and properties of interface prototy pe object's "constructor" property
26 Harness: the test ran to completion. 27 Harness: the test ran to completion.
27 28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698