Bug 1179685 - Change service worker postmsg wpt test expectation to PASS. r=ehsan

This commit is contained in:
Catalin Badea 2015-07-14 17:41:13 -07:00
parent 4a3259c233
commit 234ff10719

View File

@ -1,10 +0,0 @@
[postmessage-msgport-to-client.https.html]
type: testharness
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): CRASH
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): CRASH
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): CRASH
if debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): CRASH
if debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): CRASH
if debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): CRASH
TIMEOUT