Bug 1164834: MessageEvents coming from postMessage should not be cancelable. r=Ms2ger

This commit is contained in:
Kyle Huey 2015-08-25 13:30:19 -07:00
parent 2691d92ea1
commit 10be24e5bf
2 changed files with 1 additions and 7 deletions

View File

@ -1147,7 +1147,7 @@ public:
nsresult rv =
event->InitMessageEvent(NS_LITERAL_STRING("message"),
false /* non-bubbling */,
true /* cancelable */,
false /* non-cancelable */,
messageData,
EmptyString(),
EmptyString(),

View File

@ -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