Skip to content

Commit

Permalink
Bug 1560299 - Update expectations for several presentation-api/contro…
Browse files Browse the repository at this point in the history
…lling-ua tests. r=aryx

Differential Revision: https://phabricator.services.mozilla.com/D36452

--HG--
extra : moz-landing-system : lando
  • Loading branch information
CosminSabou committed Jul 3, 2019
1 parent df56d08 commit a00d8cc
Show file tree
Hide file tree
Showing 8 changed files with 97 additions and 262 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

[Constructing a PresentationRequest]
expected:
if release_or_beta and (os == "android"): FAIL
if os == "android": PASS
FAIL

Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[getAvailability.https.html]
expected:
if release_or_beta and (os == "android"): OK
if os == "android": ERROR
[Getting the presentation displays availability information.]
expected: FAIL
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[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
Expand Down
Loading

0 comments on commit a00d8cc

Please sign in to comment.