Backed out changeset 0b9e5272fe4d (bug 1560299) for wpt failures on idlharness.https.html . CLOSED TREE

This commit is contained in:
Narcis Beleuzu 2019-07-01 16:10:22 +03:00
Родитель 33ddb311b9
Коммит 1d52ade04b
8 изменённых файлов: 0 добавлений и 9 удалений

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

@ -1,7 +1,6 @@
[PresentationRequest_sandboxing_success.https.html]
[Sandboxing: Creating a PresentationRequest from a nested context succeeds when allow-presentation is set]
expected:
if release_or_beta and (os == "android"): FAIL
if (os == "android") and not e10s: PASS
if (os == "android") and e10s: PASS
FAIL

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

@ -10,7 +10,6 @@
[Constructing a PresentationRequest]
expected:
if release_or_beta and (os == "android"): FAIL
if os == "android": PASS
FAIL

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

@ -1,7 +1,6 @@
[defaultRequest.https.html]
[Setting a default presentation request]
expected:
if release_or_beta and (os == "android"): FAIL
if (os == "android") and not e10s: PASS
if (os == "android") and e10s: PASS
FAIL

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

@ -1,6 +1,5 @@
[getAvailability.https.html]
expected:
if release_or_beta and (os == "android"): OK
if os == "android": ERROR
[Getting the presentation displays availability information.]
expected: FAIL

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

@ -1,7 +1,6 @@
[getAvailability_sandboxing_success.https.html]
[Sandboxing: Retrieving display availability from a nested context succeeds when allow-presentation is set]
expected:
if release_or_beta and (os == "android"): FAIL
if (os == "android") and not e10s: PASS
if (os == "android") and e10s: PASS
FAIL

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

@ -1,5 +1,3 @@
prefs: [dom.presentation.enabled:true, dom.presentation.controller.enabled:true, dom.presentation.receiver.enabled:true]
[idlharness.https.html]
[Presentation API IDL tests for Controlling User Agent]
expected: FAIL

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

@ -1,7 +1,6 @@
[reconnectToPresentation_sandboxing_success.https.html]
[Sandboxing: Reconnecting a presentation from a nested context succeeds when allow-presentation is set]
expected:
if release_or_beta and (os == "android"): FAIL
if (os == "android") and not e10s: PASS
if (os == "android") and e10s: PASS
FAIL

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

@ -1,7 +1,6 @@
[startNewPresentation_error.https.html]
[The presentation could not start, because a user gesture is required.]
expected:
if release_or_beta and (os == "android"): FAIL
if (os == "android") and e10s: PASS
FAIL