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
Родитель 917ae4a9ce
Коммит 0b8e80b981
2 изменённых файлов: 1 добавлений и 7 удалений

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

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