Bug 1402123 - Disable MediaStream-MediaElement-preload-none.https.html on non-stylo builds a=bustage

MozReview-Commit-ID: 6LRGcW4ukVB

--HG--
extra : rebase_source : a044237f6f637e62d41a76426b05606aef48ad00
This commit is contained in:
Wes Kocher 2017-09-21 14:10:30 -07:00
Родитель e467aa133a
Коммит 37586fa5f5
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -13,6 +13,8 @@
if debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): TIMEOUT
if debug and stylo and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
[Test that preload 'none' is ignored for MediaStream object URL used as src]
disabled:
if not stylo: https://bugzilla.mozilla.org/show_bug.cgi?id=1402123
expected:
if debug and not stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
if debug and stylo and e10s and (os == "win") and (version == "10.0.15063") and (processor == "x86_64") and (bits == 64): TIMEOUT