| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/interfaces-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/interfaces-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/interfaces-expected.txt
|
| index 3c1f716d6d1f76955dbe809ded727c4fc55a1c9c..780387253f4704e6ebda8e6e93b542c87cbbc29c 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/interfaces-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/interfaces-expected.txt
|
| @@ -1,4 +1,4 @@
|
| -CONSOLE MESSAGE: line 198: callback not yet supported
|
| +CONSOLE MESSAGE: line 236: callback not yet supported
|
| This is a testharness.js-based test.
|
| PASS Event interface: existence and properties of interface object
|
| PASS Event interface object length
|
| @@ -44,7 +44,9 @@ PASS Event interface: document.createEvent("Event") must inherit property "defau
|
| PASS Event interface: document.createEvent("Event") must have own property "isTrusted"
|
| PASS Event interface: document.createEvent("Event") must inherit property "timeStamp" with the proper type (15)
|
| PASS Event interface: document.createEvent("Event") must inherit property "initEvent" with the proper type (16)
|
| -FAIL Event interface: calling initEvent(DOMString,boolean,boolean) on document.createEvent("Event") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () { [native code] }" did not throw
|
| +FAIL Event interface: calling initEvent(DOMString,boolean,boolean) on document.createEvent("Event") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
|
| + fn.apply(obj, args);
|
| + }" did not throw
|
| PASS Event must be primary interface of new Event("foo")
|
| PASS Stringification of new Event("foo")
|
| PASS Event interface: new Event("foo") must inherit property "type" with the proper type (0)
|
| @@ -64,7 +66,9 @@ PASS Event interface: new Event("foo") must inherit property "defaultPrevented"
|
| PASS Event interface: new Event("foo") must have own property "isTrusted"
|
| PASS Event interface: new Event("foo") must inherit property "timeStamp" with the proper type (15)
|
| PASS Event interface: new Event("foo") must inherit property "initEvent" with the proper type (16)
|
| -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
|
| +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 () {
|
| + fn.apply(obj, args);
|
| + }" did not throw
|
| PASS CustomEvent interface: existence and properties of interface object
|
| FAIL CustomEvent interface object length assert_equals: wrong value for CustomEvent.length expected 1 but got 0
|
| PASS CustomEvent interface object name
|
| @@ -94,7 +98,9 @@ PASS Event interface: new CustomEvent("foo") must inherit property "defaultPreve
|
| PASS Event interface: new CustomEvent("foo") must have own property "isTrusted"
|
| PASS Event interface: new CustomEvent("foo") must inherit property "timeStamp" with the proper type (15)
|
| PASS Event interface: new CustomEvent("foo") must inherit property "initEvent" with the proper type (16)
|
| -FAIL Event interface: calling initEvent(DOMString,boolean,boolean) on new CustomEvent("foo") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () { [native code] }" did not throw
|
| +FAIL Event interface: calling initEvent(DOMString,boolean,boolean) on new CustomEvent("foo") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
|
| + fn.apply(obj, args);
|
| + }" did not throw
|
| PASS EventTarget interface: existence and properties of interface object
|
| PASS EventTarget interface object length
|
| PASS EventTarget interface object name
|
|
|