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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/interfaces-expected.txt

Issue 1923043002: Import web-platform-tests@028d354aba4c8ee6700def957a45f3927241d8b0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix expectations after the test harness was updated Created 4 years, 7 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 CONSOLE MESSAGE: line 198: callback not yet supported 1 CONSOLE MESSAGE: line 236: callback not yet supported
2 This is a testharness.js-based test. 2 This is a testharness.js-based test.
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
(...skipping 25 matching lines...) Expand all
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 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 () { [native code] }" did not throw 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 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 () { [native code] }" did not throw 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 FAIL CustomEvent interface object length assert_equals: wrong value for CustomEv ent.length expected 1 but got 0 73 FAIL CustomEvent interface object length assert_equals: wrong value for CustomEv ent.length expected 1 but got 0
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 PASS CustomEvent interface: operation initCustomEvent(DOMString,boolean,boolean, any) 78 PASS CustomEvent interface: operation initCustomEvent(DOMString,boolean,boolean, any)
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 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 () { [native code] }" did not throw 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 1418 matching lines...) Expand 10 before | Expand all | Expand 10 after
1526 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError 1532 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError
1527 PASS DOMTokenList interface: document.body.classList must inherit property "togg le" with the proper type (5) 1533 PASS DOMTokenList interface: document.body.classList must inherit property "togg le" with the proper type (5)
1528 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body. classList with too few arguments must throw TypeError 1534 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body. classList with too few arguments must throw TypeError
1529 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 1535 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
1530 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 1536 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
1531 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7) 1537 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7)
1532 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL ist with too few arguments must throw TypeError 1538 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL ist with too few arguments must throw TypeError
1533 PASS DOMTokenList interface: document.body.classList must inherit property "valu e" with the proper type (8) 1539 PASS DOMTokenList interface: document.body.classList must inherit property "valu e" with the proper type (8)
1534 Harness: the test ran to completion. 1540 Harness: the test ran to completion.
1535 1541
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698