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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/dom/interfaces-expected.txt

Issue 2760173002: Revert of Make initEvent's first argument non-optional (Closed)
Patch Set: Created 3 years, 9 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 1609 tests; 1428 PASS, 181 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 1609 tests; 1423 PASS, 186 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS Event interface: existence and properties of interface object 3 PASS Event interface: existence and properties of interface object
4 PASS Event interface object length 4 PASS Event interface object length
5 PASS Event interface object name 5 PASS Event interface object name
6 FAIL Event interface: existence and properties of interface prototype object ass ert_equals: class string of Event.prototype expected "[object EventPrototype]" b ut got "[object Event]" 6 FAIL Event interface: existence and properties of interface prototype object ass ert_equals: class string of Event.prototype expected "[object EventPrototype]" b ut got "[object Event]"
7 PASS Event interface: existence and properties of interface prototype object's " constructor" property 7 PASS Event interface: existence and properties of interface prototype object's " constructor" property
8 PASS Event interface: attribute type 8 PASS Event interface: attribute type
9 PASS Event interface: attribute target 9 PASS Event interface: attribute target
10 PASS Event interface: attribute currentTarget 10 PASS Event interface: attribute currentTarget
11 PASS Event interface: constant NONE on interface object 11 PASS Event interface: constant NONE on interface object
12 PASS Event interface: constant NONE on interface prototype object 12 PASS Event interface: constant NONE on interface prototype object
13 PASS Event interface: constant CAPTURING_PHASE on interface object 13 PASS Event interface: constant CAPTURING_PHASE on interface object
14 PASS Event interface: constant CAPTURING_PHASE on interface prototype object 14 PASS Event interface: constant CAPTURING_PHASE on interface prototype object
15 PASS Event interface: constant AT_TARGET on interface object 15 PASS Event interface: constant AT_TARGET on interface object
16 PASS Event interface: constant AT_TARGET on interface prototype object 16 PASS Event interface: constant AT_TARGET on interface prototype object
17 PASS Event interface: constant BUBBLING_PHASE on interface object 17 PASS Event interface: constant BUBBLING_PHASE on interface object
18 PASS Event interface: constant BUBBLING_PHASE on interface prototype object 18 PASS Event interface: constant BUBBLING_PHASE on interface prototype object
19 PASS Event interface: attribute eventPhase 19 PASS Event interface: attribute eventPhase
20 PASS Event interface: operation stopPropagation() 20 PASS Event interface: operation stopPropagation()
21 PASS Event interface: operation stopImmediatePropagation() 21 PASS Event interface: operation stopImmediatePropagation()
22 PASS Event interface: attribute bubbles 22 PASS Event interface: attribute bubbles
23 PASS Event interface: attribute cancelable 23 PASS Event interface: attribute cancelable
24 PASS Event interface: operation preventDefault() 24 PASS Event interface: operation preventDefault()
25 PASS Event interface: attribute defaultPrevented 25 PASS Event interface: attribute defaultPrevented
26 PASS Event interface: attribute timeStamp 26 PASS Event interface: attribute timeStamp
27 PASS Event interface: operation initEvent(DOMString,boolean,boolean) 27 FAIL Event interface: operation initEvent(DOMString,boolean,boolean) assert_equa ls: property has wrong .length expected 1 but got 0
28 PASS Event must be primary interface of document.createEvent("Event") 28 PASS Event must be primary interface of document.createEvent("Event")
29 PASS Stringification of document.createEvent("Event") 29 PASS Stringification of document.createEvent("Event")
30 PASS Event interface: document.createEvent("Event") must inherit property "type" with the proper type (0) 30 PASS Event interface: document.createEvent("Event") must inherit property "type" with the proper type (0)
31 PASS Event interface: document.createEvent("Event") must inherit property "targe t" with the proper type (1) 31 PASS Event interface: document.createEvent("Event") must inherit property "targe t" with the proper type (1)
32 PASS Event interface: document.createEvent("Event") must inherit property "curre ntTarget" with the proper type (2) 32 PASS Event interface: document.createEvent("Event") must inherit property "curre ntTarget" with the proper type (2)
33 PASS Event interface: document.createEvent("Event") must inherit property "NONE" with the proper type (3) 33 PASS Event interface: document.createEvent("Event") must inherit property "NONE" with the proper type (3)
34 PASS Event interface: document.createEvent("Event") must inherit property "CAPTU RING_PHASE" with the proper type (4) 34 PASS Event interface: document.createEvent("Event") must inherit property "CAPTU RING_PHASE" with the proper type (4)
35 PASS Event interface: document.createEvent("Event") must inherit property "AT_TA RGET" with the proper type (5) 35 PASS Event interface: document.createEvent("Event") must inherit property "AT_TA RGET" with the proper type (5)
36 PASS Event interface: document.createEvent("Event") must inherit property "BUBBL ING_PHASE" with the proper type (6) 36 PASS Event interface: document.createEvent("Event") must inherit property "BUBBL ING_PHASE" with the proper type (6)
37 PASS Event interface: document.createEvent("Event") must inherit property "event Phase" with the proper type (7) 37 PASS Event interface: document.createEvent("Event") must inherit property "event Phase" with the proper type (7)
38 PASS Event interface: document.createEvent("Event") must inherit property "stopP ropagation" with the proper type (8) 38 PASS Event interface: document.createEvent("Event") must inherit property "stopP ropagation" with the proper type (8)
39 PASS Event interface: document.createEvent("Event") must inherit property "stopI mmediatePropagation" with the proper type (9) 39 PASS Event interface: document.createEvent("Event") must inherit property "stopI mmediatePropagation" with the proper type (9)
40 PASS Event interface: document.createEvent("Event") must inherit property "bubbl es" with the proper type (10) 40 PASS Event interface: document.createEvent("Event") must inherit property "bubbl es" with the proper type (10)
41 PASS Event interface: document.createEvent("Event") must inherit property "cance lable" with the proper type (11) 41 PASS Event interface: document.createEvent("Event") must inherit property "cance lable" with the proper type (11)
42 PASS Event interface: document.createEvent("Event") must inherit property "preve ntDefault" with the proper type (12) 42 PASS Event interface: document.createEvent("Event") must inherit property "preve ntDefault" with the proper type (12)
43 PASS Event interface: document.createEvent("Event") must inherit property "defau ltPrevented" with the proper type (13) 43 PASS Event interface: document.createEvent("Event") must inherit property "defau ltPrevented" with the proper type (13)
44 PASS Event interface: document.createEvent("Event") must have own property "isTr usted" 44 PASS Event interface: document.createEvent("Event") must have own property "isTr usted"
45 PASS Event interface: document.createEvent("Event") must inherit property "timeS tamp" with the proper type (15) 45 PASS Event interface: document.createEvent("Event") must inherit property "timeS tamp" with the proper type (15)
46 PASS Event interface: document.createEvent("Event") must inherit property "initE vent" with the proper type (16) 46 PASS Event interface: document.createEvent("Event") must inherit property "initE vent" with the proper type (16)
47 PASS Event interface: calling initEvent(DOMString,boolean,boolean) on document.c reateEvent("Event") with too few arguments must throw TypeError 47 FAIL Event interface: calling initEvent(DOMString,boolean,boolean) on document.c reateEvent("Event") with too few arguments must throw TypeError assert_throws: C alled with 0 arguments function "function () {
48 fn.apply(obj, args);
49 }" did not throw
48 PASS Event must be primary interface of new Event("foo") 50 PASS Event must be primary interface of new Event("foo")
49 PASS Stringification of new Event("foo") 51 PASS Stringification of new Event("foo")
50 PASS Event interface: new Event("foo") must inherit property "type" with the pro per type (0) 52 PASS Event interface: new Event("foo") must inherit property "type" with the pro per type (0)
51 PASS Event interface: new Event("foo") must inherit property "target" with the p roper type (1) 53 PASS Event interface: new Event("foo") must inherit property "target" with the p roper type (1)
52 PASS Event interface: new Event("foo") must inherit property "currentTarget" wit h the proper type (2) 54 PASS Event interface: new Event("foo") must inherit property "currentTarget" wit h the proper type (2)
53 PASS Event interface: new Event("foo") must inherit property "NONE" with the pro per type (3) 55 PASS Event interface: new Event("foo") must inherit property "NONE" with the pro per type (3)
54 PASS Event interface: new Event("foo") must inherit property "CAPTURING_PHASE" w ith the proper type (4) 56 PASS Event interface: new Event("foo") must inherit property "CAPTURING_PHASE" w ith the proper type (4)
55 PASS Event interface: new Event("foo") must inherit property "AT_TARGET" with th e proper type (5) 57 PASS Event interface: new Event("foo") must inherit property "AT_TARGET" with th e proper type (5)
56 PASS Event interface: new Event("foo") must inherit property "BUBBLING_PHASE" wi th the proper type (6) 58 PASS Event interface: new Event("foo") must inherit property "BUBBLING_PHASE" wi th the proper type (6)
57 PASS Event interface: new Event("foo") must inherit property "eventPhase" with t he proper type (7) 59 PASS Event interface: new Event("foo") must inherit property "eventPhase" with t he proper type (7)
58 PASS Event interface: new Event("foo") must inherit property "stopPropagation" w ith the proper type (8) 60 PASS Event interface: new Event("foo") must inherit property "stopPropagation" w ith the proper type (8)
59 PASS Event interface: new Event("foo") must inherit property "stopImmediatePropa gation" with the proper type (9) 61 PASS Event interface: new Event("foo") must inherit property "stopImmediatePropa gation" with the proper type (9)
60 PASS Event interface: new Event("foo") must inherit property "bubbles" with the proper type (10) 62 PASS Event interface: new Event("foo") must inherit property "bubbles" with the proper type (10)
61 PASS Event interface: new Event("foo") must inherit property "cancelable" with t he proper type (11) 63 PASS Event interface: new Event("foo") must inherit property "cancelable" with t he proper type (11)
62 PASS Event interface: new Event("foo") must inherit property "preventDefault" wi th the proper type (12) 64 PASS Event interface: new Event("foo") must inherit property "preventDefault" wi th the proper type (12)
63 PASS Event interface: new Event("foo") must inherit property "defaultPrevented" with the proper type (13) 65 PASS Event interface: new Event("foo") must inherit property "defaultPrevented" with the proper type (13)
64 PASS Event interface: new Event("foo") must have own property "isTrusted" 66 PASS Event interface: new Event("foo") must have own property "isTrusted"
65 PASS Event interface: new Event("foo") must inherit property "timeStamp" with th e proper type (15) 67 PASS Event interface: new Event("foo") must inherit property "timeStamp" with th e proper type (15)
66 PASS Event interface: new Event("foo") must inherit property "initEvent" with th e proper type (16) 68 PASS Event interface: new Event("foo") must inherit property "initEvent" with th e proper type (16)
67 PASS Event interface: calling initEvent(DOMString,boolean,boolean) on new Event( "foo") with too few arguments must throw TypeError 69 FAIL Event interface: calling initEvent(DOMString,boolean,boolean) on new Event( "foo") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
70 fn.apply(obj, args);
71 }" did not throw
68 PASS CustomEvent interface: existence and properties of interface object 72 PASS CustomEvent interface: existence and properties of interface object
69 PASS CustomEvent interface object length 73 PASS CustomEvent interface object length
70 PASS CustomEvent interface object name 74 PASS CustomEvent interface object name
71 FAIL CustomEvent interface: existence and properties of interface prototype obje ct assert_equals: class string of CustomEvent.prototype expected "[object Custom EventPrototype]" but got "[object CustomEvent]" 75 FAIL CustomEvent interface: existence and properties of interface prototype obje ct assert_equals: class string of CustomEvent.prototype expected "[object Custom EventPrototype]" but got "[object CustomEvent]"
72 PASS CustomEvent interface: existence and properties of interface prototype obje ct's "constructor" property 76 PASS CustomEvent interface: existence and properties of interface prototype obje ct's "constructor" property
73 PASS CustomEvent interface: attribute detail 77 PASS CustomEvent interface: attribute detail
74 FAIL CustomEvent interface: operation initCustomEvent(DOMString,boolean,boolean, any) assert_equals: property has wrong .length expected 1 but got 4 78 FAIL CustomEvent interface: operation initCustomEvent(DOMString,boolean,boolean, any) assert_equals: property has wrong .length expected 1 but got 4
75 PASS CustomEvent must be primary interface of new CustomEvent("foo") 79 PASS CustomEvent must be primary interface of new CustomEvent("foo")
76 PASS Stringification of new CustomEvent("foo") 80 PASS Stringification of new CustomEvent("foo")
77 PASS CustomEvent interface: new CustomEvent("foo") must inherit property "detail " with the proper type (0) 81 PASS CustomEvent interface: new CustomEvent("foo") must inherit property "detail " with the proper type (0)
78 PASS CustomEvent interface: new CustomEvent("foo") must inherit property "initCu stomEvent" with the proper type (1) 82 PASS CustomEvent interface: new CustomEvent("foo") must inherit property "initCu stomEvent" with the proper type (1)
79 PASS CustomEvent interface: calling initCustomEvent(DOMString,boolean,boolean,an y) on new CustomEvent("foo") with too few arguments must throw TypeError 83 PASS CustomEvent interface: calling initCustomEvent(DOMString,boolean,boolean,an y) on new CustomEvent("foo") with too few arguments must throw TypeError
80 PASS Event interface: new CustomEvent("foo") must inherit property "type" with t he proper type (0) 84 PASS Event interface: new CustomEvent("foo") must inherit property "type" with t he proper type (0)
81 PASS Event interface: new CustomEvent("foo") must inherit property "target" with the proper type (1) 85 PASS Event interface: new CustomEvent("foo") must inherit property "target" with the proper type (1)
82 PASS Event interface: new CustomEvent("foo") must inherit property "currentTarge t" with the proper type (2) 86 PASS Event interface: new CustomEvent("foo") must inherit property "currentTarge t" with the proper type (2)
83 PASS Event interface: new CustomEvent("foo") must inherit property "NONE" with t he proper type (3) 87 PASS Event interface: new CustomEvent("foo") must inherit property "NONE" with t he proper type (3)
84 PASS Event interface: new CustomEvent("foo") must inherit property "CAPTURING_PH ASE" with the proper type (4) 88 PASS Event interface: new CustomEvent("foo") must inherit property "CAPTURING_PH ASE" with the proper type (4)
85 PASS Event interface: new CustomEvent("foo") must inherit property "AT_TARGET" w ith the proper type (5) 89 PASS Event interface: new CustomEvent("foo") must inherit property "AT_TARGET" w ith the proper type (5)
86 PASS Event interface: new CustomEvent("foo") must inherit property "BUBBLING_PHA SE" with the proper type (6) 90 PASS Event interface: new CustomEvent("foo") must inherit property "BUBBLING_PHA SE" with the proper type (6)
87 PASS Event interface: new CustomEvent("foo") must inherit property "eventPhase" with the proper type (7) 91 PASS Event interface: new CustomEvent("foo") must inherit property "eventPhase" with the proper type (7)
88 PASS Event interface: new CustomEvent("foo") must inherit property "stopPropagat ion" with the proper type (8) 92 PASS Event interface: new CustomEvent("foo") must inherit property "stopPropagat ion" with the proper type (8)
89 PASS Event interface: new CustomEvent("foo") must inherit property "stopImmediat ePropagation" with the proper type (9) 93 PASS Event interface: new CustomEvent("foo") must inherit property "stopImmediat ePropagation" with the proper type (9)
90 PASS Event interface: new CustomEvent("foo") must inherit property "bubbles" wit h the proper type (10) 94 PASS Event interface: new CustomEvent("foo") must inherit property "bubbles" wit h the proper type (10)
91 PASS Event interface: new CustomEvent("foo") must inherit property "cancelable" with the proper type (11) 95 PASS Event interface: new CustomEvent("foo") must inherit property "cancelable" with the proper type (11)
92 PASS Event interface: new CustomEvent("foo") must inherit property "preventDefau lt" with the proper type (12) 96 PASS Event interface: new CustomEvent("foo") must inherit property "preventDefau lt" with the proper type (12)
93 PASS Event interface: new CustomEvent("foo") must inherit property "defaultPreve nted" with the proper type (13) 97 PASS Event interface: new CustomEvent("foo") must inherit property "defaultPreve nted" with the proper type (13)
94 PASS Event interface: new CustomEvent("foo") must have own property "isTrusted" 98 PASS Event interface: new CustomEvent("foo") must have own property "isTrusted"
95 PASS Event interface: new CustomEvent("foo") must inherit property "timeStamp" w ith the proper type (15) 99 PASS Event interface: new CustomEvent("foo") must inherit property "timeStamp" w ith the proper type (15)
96 PASS Event interface: new CustomEvent("foo") must inherit property "initEvent" w ith the proper type (16) 100 PASS Event interface: new CustomEvent("foo") must inherit property "initEvent" w ith the proper type (16)
97 PASS Event interface: calling initEvent(DOMString,boolean,boolean) on new Custom Event("foo") with too few arguments must throw TypeError 101 FAIL Event interface: calling initEvent(DOMString,boolean,boolean) on new Custom Event("foo") with too few arguments must throw TypeError assert_throws: Called w ith 0 arguments function "function () {
102 fn.apply(obj, args);
103 }" did not throw
98 PASS EventTarget interface: existence and properties of interface object 104 PASS EventTarget interface: existence and properties of interface object
99 PASS EventTarget interface object length 105 PASS EventTarget interface object length
100 PASS EventTarget interface object name 106 PASS EventTarget interface object name
101 FAIL EventTarget interface: existence and properties of interface prototype obje ct assert_equals: class string of EventTarget.prototype expected "[object EventT argetPrototype]" but got "[object EventTarget]" 107 FAIL EventTarget interface: existence and properties of interface prototype obje ct assert_equals: class string of EventTarget.prototype expected "[object EventT argetPrototype]" but got "[object EventTarget]"
102 PASS EventTarget interface: existence and properties of interface prototype obje ct's "constructor" property 108 PASS EventTarget interface: existence and properties of interface prototype obje ct's "constructor" property
103 PASS EventTarget interface: operation addEventListener(DOMString,EventListener,[ object Object],[object Object]) 109 PASS EventTarget interface: operation addEventListener(DOMString,EventListener,[ object Object],[object Object])
104 PASS EventTarget interface: operation removeEventListener(DOMString,EventListene r,[object Object],[object Object]) 110 PASS EventTarget interface: operation removeEventListener(DOMString,EventListene r,[object Object],[object Object])
105 PASS EventTarget interface: operation dispatchEvent(Event) 111 PASS EventTarget interface: operation dispatchEvent(Event)
106 PASS EventListener interface: existence and properties of interface object 112 PASS EventListener interface: existence and properties of interface object
107 PASS EventListener interface: existence and properties of interface prototype ob ject 113 PASS EventListener interface: existence and properties of interface prototype ob ject
(...skipping 1496 matching lines...) Expand 10 before | Expand all | Expand 10 after
1604 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError 1610 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError
1605 PASS DOMTokenList interface: document.body.classList must inherit property "togg le" with the proper type (5) 1611 PASS DOMTokenList interface: document.body.classList must inherit property "togg le" with the proper type (5)
1606 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body. classList with too few arguments must throw TypeError 1612 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body. classList with too few arguments must throw TypeError
1607 FAIL DOMTokenList interface: document.body.classList must inherit property "repl ace" with the proper type (6) assert_inherits: property "replace" not found in p rototype chain 1613 FAIL DOMTokenList interface: document.body.classList must inherit property "repl ace" with the proper type (6) assert_inherits: property "replace" not found in p rototype chain
1608 FAIL DOMTokenList interface: calling replace(DOMString,DOMString) on document.bo dy.classList with too few arguments must throw TypeError assert_inherits: proper ty "replace" not found in prototype chain 1614 FAIL DOMTokenList interface: calling replace(DOMString,DOMString) on document.bo dy.classList with too few arguments must throw TypeError assert_inherits: proper ty "replace" not found in prototype chain
1609 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7) 1615 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7)
1610 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL ist with too few arguments must throw TypeError 1616 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL ist with too few arguments must throw TypeError
1611 PASS DOMTokenList interface: document.body.classList must inherit property "valu e" with the proper type (8) 1617 PASS DOMTokenList interface: document.body.classList must inherit property "valu e" with the proper type (8)
1612 Harness: the test ran to completion. 1618 Harness: the test ran to completion.
1613 1619
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698