mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add some bug annotations to a few of the web platform tests ini files. No bug, rs=jgraham
This commit is contained in:
parent
386b66e144
commit
40706fa6cb
@ -2,4 +2,5 @@
|
||||
type: testharness
|
||||
[ MessageChannel: port message queue is initially disabled ]
|
||||
expected: FAIL
|
||||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=952139
|
||||
|
||||
|
@ -2,4 +2,5 @@
|
||||
type: testharness
|
||||
[ MessageChannel: port.onmessage enables message queue ]
|
||||
expected: FAIL
|
||||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=952139
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
type: testharness
|
||||
[WorkerGlobalScope interface: attribute onlanguagechange]
|
||||
expected: FAIL
|
||||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1154779
|
||||
|
||||
[WorkerGlobalScope interface: operation importScripts(DOMString)]
|
||||
expected: FAIL
|
||||
@ -29,6 +30,7 @@
|
||||
|
||||
[WorkerGlobalScope interface: self must inherit property "onlanguagechange" with the proper type (4)]
|
||||
expected: FAIL
|
||||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1154779
|
||||
|
||||
[WorkerGlobalScope interface: calling importScripts(DOMString) on self with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
@ -2,4 +2,5 @@
|
||||
type: testharness
|
||||
[ postMessage(): MessageEvent properties ]
|
||||
expected: FAIL
|
||||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=952139
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user