Bug 1313284 - Mark passing WPT as expected pass on a CLOSED TREE. r=bustage

MozReview-Commit-ID: 1aqD9f2GGZF
This commit is contained in:
Chris Pearce 2016-10-28 10:50:04 +13:00
Родитель dcffb6b66c
Коммит 9072d25527
1 изменённых файлов: 5 добавлений и 1 удалений

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

@ -1,7 +1,11 @@
[clearkey-mp4-syntax-mediakeysession.html]
type: testharness
[org.w3.clearkey test MediaKeySession generateRequest() exceptions.]
expected: FAIL
expected:
if not debug and e10s and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if debug and not e10s and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if debug and e10s and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if not debug and not e10s and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
[org.w3.clearkey test MediaKeySession load() exceptions.]
expected: