зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1164834: MessageEvents coming from postMessage should not be cancelable. r=Ms2ger
This commit is contained in:
Родитель
917ae4a9ce
Коммит
0b8e80b981
|
@ -1147,7 +1147,7 @@ public:
|
|||
nsresult rv =
|
||||
event->InitMessageEvent(NS_LITERAL_STRING("message"),
|
||||
false /* non-bubbling */,
|
||||
true /* cancelable */,
|
||||
false /* non-cancelable */,
|
||||
messageData,
|
||||
EmptyString(),
|
||||
EmptyString(),
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[message-event.html]
|
||||
type: testharness
|
||||
[Properties of the 'message' event]
|
||||
expected: FAIL
|
||||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1164834
|
||||
|
Загрузка…
Ссылка в новой задаче