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

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

Issue 2676573004: Import wpt@6010f54a979d242f657b284bae53c2b218c533f4 (Closed)
Patch Set: Update test expectations and baselines. 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
(Empty)
1 This is a testharness.js-based test.
2 PASS Window interface: attribute performance
3 PASS Window must be primary interface of window
4 PASS Stringification of window
5 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 object length
8 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 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 unloadEventStart
13 PASS PerformanceTiming interface: attribute unloadEventEnd
14 PASS PerformanceTiming interface: attribute redirectStart
15 PASS PerformanceTiming interface: attribute redirectEnd
16 PASS PerformanceTiming interface: attribute fetchStart
17 PASS PerformanceTiming interface: attribute domainLookupStart
18 PASS PerformanceTiming interface: attribute domainLookupEnd
19 PASS PerformanceTiming interface: attribute connectStart
20 PASS PerformanceTiming interface: attribute connectEnd
21 PASS PerformanceTiming interface: attribute secureConnectionStart
22 PASS PerformanceTiming interface: attribute requestStart
23 PASS PerformanceTiming interface: attribute responseStart
24 PASS PerformanceTiming interface: attribute responseEnd
25 PASS PerformanceTiming interface: attribute domLoading
26 PASS PerformanceTiming interface: attribute domInteractive
27 PASS PerformanceTiming interface: attribute domContentLoadedEventStart
28 PASS PerformanceTiming interface: attribute domContentLoadedEventEnd
29 PASS PerformanceTiming interface: attribute domComplete
30 PASS PerformanceTiming interface: attribute loadEventStart
31 PASS PerformanceTiming interface: attribute loadEventEnd
32 PASS PerformanceTiming must be primary interface of window.performance.timing
33 PASS Stringification of window.performance.timing
34 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "navigationStart" with the proper type (0)
35 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "unloadEventStart" with the proper type (1)
36 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "unloadEventEnd" with the proper type (2)
37 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "redirectStart" with the proper type (3)
38 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "redirectEnd" with the proper type (4)
39 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "fetchStart" with the proper type (5)
40 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "domainLookupStart" with the proper type (6)
41 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "domainLookupEnd" with the proper type (7)
42 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "connectStart" with the proper type (8)
43 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "connectEnd" with the proper type (9)
44 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "secureConnectionStart" with the proper type (10)
45 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "requestStart" with the proper type (11)
46 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "responseStart" with the proper type (12)
47 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "responseEnd" with the proper type (13)
48 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "domLoading" with the proper type (14)
49 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "domInteractive" with the proper type (15)
50 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "domContentLoadedEventStart" with the proper type (16)
51 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "domContentLoadedEventEnd" with the proper type (17)
52 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "domComplete" with the proper type (18)
53 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "loadEventStart" with the proper type (19)
54 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "loadEventEnd" with the proper type (20)
55 PASS PerformanceNavigation interface: existence and properties of interface obje ct
56 PASS PerformanceNavigation interface object length
57 PASS PerformanceNavigation interface object name
58 FAIL PerformanceNavigation interface: existence and properties of interface prot otype object assert_equals: class string of PerformanceNavigation.prototype expe cted "[object PerformanceNavigationPrototype]" but got "[object PerformanceNavig ation]"
59 PASS PerformanceNavigation interface: existence and properties of interface prot otype object's "constructor" property
60 PASS PerformanceNavigation interface: constant TYPE_NAVIGATE on interface object
61 PASS PerformanceNavigation interface: constant TYPE_NAVIGATE on interface protot ype object
62 PASS PerformanceNavigation interface: constant TYPE_RELOAD on interface object
63 PASS PerformanceNavigation interface: constant TYPE_RELOAD on interface prototyp e object
64 PASS PerformanceNavigation interface: constant TYPE_BACK_FORWARD on interface ob ject
65 PASS PerformanceNavigation interface: constant TYPE_BACK_FORWARD on interface pr ototype object
66 PASS PerformanceNavigation interface: constant TYPE_RESERVED on interface object
67 PASS PerformanceNavigation interface: constant TYPE_RESERVED on interface protot ype object
68 PASS PerformanceNavigation interface: attribute type
69 PASS PerformanceNavigation interface: attribute redirectCount
70 PASS PerformanceNavigation must be primary interface of window.performance.navig ation
71 PASS Stringification of window.performance.navigation
72 PASS PerformanceNavigation interface: window.performance.navigation must inherit property "TYPE_NAVIGATE" with the proper type (0)
73 PASS PerformanceNavigation interface: window.performance.navigation must inherit property "TYPE_RELOAD" with the proper type (1)
74 PASS PerformanceNavigation interface: window.performance.navigation must inherit property "TYPE_BACK_FORWARD" with the proper type (2)
75 PASS PerformanceNavigation interface: window.performance.navigation must inherit property "TYPE_RESERVED" with the proper type (3)
76 PASS PerformanceNavigation interface: window.performance.navigation must inherit property "type" with the proper type (4)
77 PASS PerformanceNavigation interface: window.performance.navigation must inherit property "redirectCount" with the proper type (5)
78 PASS Performance interface: existence and properties of interface object
79 PASS Performance interface object length
80 PASS Performance interface object name
81 FAIL Performance interface: existence and properties of interface prototype obje ct assert_equals: class string of Performance.prototype expected "[object Perfor mancePrototype]" but got "[object Performance]"
82 PASS Performance interface: existence and properties of interface prototype obje ct's "constructor" property
83 PASS Performance interface: attribute timing
84 PASS Performance interface: attribute navigation
85 PASS Performance must be primary interface of window.performance
86 PASS Stringification of window.performance
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 "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: 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: 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: calling dispatchEvent(Event) on window.performance w ith too few arguments must throw TypeError
95 Harness: the test ran to completion.
96
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698