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

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

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: rebase 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 93 tests; 90 PASS, 3 FAIL, 0 TIMEOUT, 0 NOTRUN.
2 PASS Window interface: attribute performance 3 PASS Window interface: attribute performance
3 PASS Window must be primary interface of window 4 PASS Window must be primary interface of window
4 PASS Stringification of window 5 PASS Stringification of window
5 PASS Window interface: window must inherit property "performance" with the prope r type (0) 6 PASS Window interface: window must inherit property "performance" with the prope r type (0)
6 PASS PerformanceTiming interface: existence and properties of interface object 7 PASS PerformanceTiming interface: existence and properties of interface object
7 PASS PerformanceTiming interface object length 8 PASS PerformanceTiming interface object length
8 PASS PerformanceTiming interface object name 9 PASS PerformanceTiming interface object name
9 FAIL PerformanceTiming interface: existence and properties of interface prototyp e object assert_equals: class string of PerformanceTiming.prototype expected "[o bject PerformanceTimingPrototype]" but got "[object PerformanceTiming]" 10 FAIL PerformanceTiming interface: existence and properties of interface prototyp e object assert_equals: class string of PerformanceTiming.prototype expected "[o bject PerformanceTimingPrototype]" but got "[object PerformanceTiming]"
10 PASS PerformanceTiming interface: existence and properties of interface prototyp e object's "constructor" property 11 PASS PerformanceTiming interface: existence and properties of interface prototyp e object's "constructor" property
11 PASS PerformanceTiming interface: attribute navigationStart 12 PASS PerformanceTiming interface: attribute navigationStart
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 PASS Performance interface: window.performance must inherit property "timing" wi th the proper type (0) 88 PASS Performance interface: window.performance must inherit property "timing" wi th the proper type (0)
88 PASS Performance interface: window.performance must inherit property "navigation " with the proper type (1) 89 PASS Performance interface: window.performance must inherit property "navigation " with the proper type (1)
89 PASS EventTarget interface: window.performance must inherit property "addEventLi stener" with the proper type (0) 90 PASS EventTarget interface: window.performance must inherit property "addEventLi stener" with the proper type (0)
90 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on window.performance with too few arguments must throw TypeError 91 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on window.performance with too few arguments must throw TypeError
91 PASS EventTarget interface: window.performance must inherit property "removeEven tListener" with the proper type (1) 92 PASS EventTarget interface: window.performance must inherit property "removeEven tListener" with the proper type (1)
92 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on window.performance with too few arguments must throw TypeError 93 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on window.performance with too few arguments must throw TypeError
93 PASS EventTarget interface: window.performance must inherit property "dispatchEv ent" with the proper type (2) 94 PASS EventTarget interface: window.performance must inherit property "dispatchEv ent" with the proper type (2)
94 PASS EventTarget interface: calling dispatchEvent(Event) on window.performance w ith too few arguments must throw TypeError 95 PASS EventTarget interface: calling dispatchEvent(Event) on window.performance w ith too few arguments must throw TypeError
95 Harness: the test ran to completion. 96 Harness: the test ran to completion.
96 97
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698