Backed out changeset 43d65c965f0d (bug 1359017)

This commit is contained in:
Sebastian Hengst 2017-09-13 08:56:07 +02:00
Родитель 6c04f54acc
Коммит 38b304e15b
5 изменённых файлов: 131 добавлений и 0 удалений

Просмотреть файл

@ -3292,42 +3292,69 @@
[HTMLLinkElement interface: document.createElement("link") must inherit property "nonce" with the proper type (6)]
expected: FAIL
[HTMLBodyElement interface: attribute onmessageerror]
expected: FAIL
[HTMLBodyElement interface: attribute onrejectionhandled]
expected: FAIL
[HTMLBodyElement interface: attribute onunhandledrejection]
expected: FAIL
[HTMLBodyElement interface: document.createElement("body") must inherit property "onmessageerror" with the proper type (12)]
expected: FAIL
[HTMLBodyElement interface: document.createElement("body") must inherit property "onrejectionhandled" with the proper type (18)]
expected: FAIL
[HTMLBodyElement interface: document.createElement("body") must inherit property "onunhandledrejection" with the proper type (20)]
expected: FAIL
[Window interface: attribute onmessageerror]
expected: FAIL
[Window interface: attribute onrejectionhandled]
expected: FAIL
[Window interface: attribute onunhandledrejection]
expected: FAIL
[Window interface: window must inherit property "onmessageerror" with the proper type (105)]
expected: FAIL
[Window interface: window must inherit property "onrejectionhandled" with the proper type (111)]
expected: FAIL
[Window interface: window must inherit property "onunhandledrejection" with the proper type (113)]
expected: FAIL
[MessagePort interface: attribute onmessageerror]
expected: FAIL
[BroadcastChannel interface: attribute onmessageerror]
expected: FAIL
[HTMLFrameSetElement interface: attribute onmessageerror]
expected: FAIL
[HTMLFrameSetElement interface: attribute onrejectionhandled]
expected: FAIL
[HTMLFrameSetElement interface: attribute onunhandledrejection]
expected: FAIL
[HTMLFrameSetElement interface: document.createElement("frameset") must inherit property "onmessageerror" with the proper type (8)]
expected: FAIL
[HTMLFrameSetElement interface: document.createElement("frameset") must inherit property "onrejectionhandled" with the proper type (14)]
expected: FAIL
[HTMLFrameSetElement interface: document.createElement("frameset") must inherit property "onunhandledrejection" with the proper type (16)]
expected: FAIL
[Window interface: window must inherit property "onmessageerror" with the proper type (104)]
expected: FAIL
[Window interface: window must inherit property "onrejectionhandled" with the proper type (110)]
expected: FAIL
@ -3748,6 +3775,9 @@
[HTMLStyleElement interface: document.createElement("style") must inherit property "nonce" with the proper type]
expected: FAIL
[HTMLBodyElement interface: document.createElement("body") must inherit property "onmessageerror" with the proper type]
expected: FAIL
[HTMLBodyElement interface: document.createElement("body") must inherit property "onrejectionhandled" with the proper type]
expected: FAIL
@ -4198,6 +4228,9 @@
[Window interface: window must inherit property "onsecuritypolicyviolation" with the proper type]
expected: FAIL
[Window interface: window must inherit property "onmessageerror" with the proper type]
expected: FAIL
[Window interface: window must inherit property "onrejectionhandled" with the proper type]
expected: FAIL
@ -4267,6 +4300,9 @@
[MessageEvent interface: new MessageEvent("message", { data: 5 }) must inherit property "source" with the proper type]
expected: FAIL
[Worker interface: attribute onmessageerror]
expected: FAIL
[HTMLAppletElement interface: document.createElement("applet") must inherit property "align" with the proper type]
expected: FAIL
@ -4348,6 +4384,9 @@
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "stop()" with the proper type]
expected: FAIL
[HTMLFrameSetElement interface: document.createElement("frameset") must inherit property "onmessageerror" with the proper type]
expected: FAIL
[HTMLFrameSetElement interface: document.createElement("frameset") must inherit property "onrejectionhandled" with the proper type]
expected: FAIL

Просмотреть файл

@ -74,6 +74,19 @@
[WorkerGlobalScope interface: self must inherit property "onlanguagechange" with the proper type (5)]
expected: FAIL
[MessagePort interface: attribute onmessageerror]
expected: FAIL
[BroadcastChannel interface: attribute onmessageerror]
expected: FAIL
[DedicatedWorkerGlobalScope interface: attribute onmessageerror]
expected: FAIL
[DedicatedWorkerGlobalScope interface: self must inherit property "onmessageerror" with the proper type (3)]
expected: FAIL
[CanvasGradient interface: existence and properties of interface object]
expected: FAIL
@ -416,6 +429,9 @@
[WorkerGlobalScope interface: attribute onunhandledrejection]
expected: FAIL
[DedicatedWorkerGlobalScope interface: self must inherit property "onmessageerror" with the proper type]
expected: FAIL
[WorkerGlobalScope interface: self must inherit property "onlanguagechange" with the proper type]
expected: FAIL
@ -424,3 +440,7 @@
[WorkerGlobalScope interface: self must inherit property "onunhandledrejection" with the proper type]
expected: FAIL
[Worker interface: attribute onmessageerror]
expected: FAIL

Просмотреть файл

@ -3558,3 +3558,55 @@
[meter.optimum: IDL get with DOM attribute unset]
expected: FAIL
[select.autocomplete: typeof IDL attribute]
expected: FAIL
[select.autocomplete: IDL get with DOM attribute unset]
expected: FAIL
[select.autocomplete: IDL set to ""]
expected: FAIL
[select.autocomplete: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[select.autocomplete: IDL set to undefined]
expected: FAIL
[select.autocomplete: IDL set to 7]
expected: FAIL
[select.autocomplete: IDL set to 1.5]
expected: FAIL
[select.autocomplete: IDL set to true]
expected: FAIL
[select.autocomplete: IDL set to false]
expected: FAIL
[select.autocomplete: IDL set to object "[object Object\]"]
expected: FAIL
[select.autocomplete: IDL set to NaN]
expected: FAIL
[select.autocomplete: IDL set to Infinity]
expected: FAIL
[select.autocomplete: IDL set to -Infinity]
expected: FAIL
[select.autocomplete: IDL set to "\\0"]
expected: FAIL
[select.autocomplete: IDL set to null]
expected: FAIL
[select.autocomplete: IDL set to object "test-toString"]
expected: FAIL
[select.autocomplete: IDL set to object "test-valueOf"]
expected: FAIL

Просмотреть файл

@ -0,0 +1,11 @@
[messageerror.html]
type: testharness
[The default value of onmessageerror is null]
expected: FAIL
[The onmessageerror content attribute must be compiled into the onmessageerror property]
expected: FAIL
[The onmessageerror content attribute must execute when an event is dispatched on the window]
expected: FAIL

Просмотреть файл

@ -23,6 +23,12 @@
[WorkerGlobalScope interface: attribute onunhandledrejection]
expected: FAIL
[DedicatedWorkerGlobalScope interface: attribute onmessageerror]
expected: FAIL
[DedicatedWorkerGlobalScope interface: self must inherit property "onmessageerror" with the proper type (4)]
expected: FAIL
[WorkerGlobalScope interface: self must inherit property "onlanguagechange" with the proper type (5)]
expected: FAIL
@ -32,6 +38,9 @@
[WorkerGlobalScope interface: self must inherit property "onunhandledrejection" with the proper type (9)]
expected: FAIL
[DedicatedWorkerGlobalScope interface: self must inherit property "onmessageerror" with the proper type]
expected: FAIL
[WorkerGlobalScope interface: self must inherit property "onlanguagechange" with the proper type]
expected: FAIL