Bug 1291971 - Part 7, enable mixed-content and sandboxing test cases. r=smaug.

MozReview-Commit-ID: 52jBHDgWiZo

--HG--
extra : rebase_source : cce21a157c964f41f31c7c3f3bf69e3046fb6a1d
This commit is contained in:
Shih-Chiang Chien 2016-10-04 08:47:58 +02:00
Родитель 2e3eadd9df
Коммит b25fe68ce0
6 изменённых файлов: 24 добавлений и 18 удалений

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

@ -1,5 +1,6 @@
[getAvailability_mixedcontent.https.html]
type: testharness
[Calling "getAvailability" with an a priori unauthenticated URL in an HTTPS context throws a SecurityError exception.]
expected: FAIL
prefs: [dom.presentation.enabled: true,
dom.presentation.controller.enabled: true,
dom.presentation.discovery.enabled: true,
dom.presentation.device.name: "Firefox"]

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

@ -1,5 +1,6 @@
[getAvailability_sandboxing_error.html]
type: testharness
[Sandboxing: Retrieving display availability from a nested context fails when allow-presentation is not set]
expected: FAIL
prefs: [dom.presentation.enabled: true,
dom.presentation.controller.enabled: true,
dom.presentation.discovery.enabled: true,
dom.presentation.device.name: "Firefox"]

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

@ -1,5 +1,6 @@
[getAvailability_sandboxing_success.html]
type: testharness
[Sandboxing: Retrieving display availability from a nested context succeeds when allow-presentation is set]
expected: FAIL
prefs: [dom.presentation.enabled: true,
dom.presentation.controller.enabled: true,
dom.presentation.discovery.enabled: true,
dom.presentation.device.name: "Firefox"]

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

@ -1,5 +1,6 @@
[reconnectToPresentation_mixedcontent.https.html]
type: testharness
[Calling "reconnect" with an a priori unauthenticated URL in an HTTPS context throws a SecurityError exception.]
expected: FAIL
prefs: [dom.presentation.enabled: true,
dom.presentation.controller.enabled: true,
dom.presentation.discovery.enabled: true,
dom.presentation.device.name: "Firefox"]

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

@ -1,5 +1,6 @@
[reconnectToPresentation_sandboxing_error.html]
type: testharness
[Sandboxing: Reconnecting a presentation from a nested context fails when allow-presentation is not set]
expected: FAIL
prefs: [dom.presentation.enabled: true,
dom.presentation.controller.enabled: true,
dom.presentation.discovery.enabled: true,
dom.presentation.device.name: "Firefox"]

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

@ -1,5 +1,6 @@
[reconnectToPresentation_sandboxing_success.html]
type: testharness
[Sandboxing: Reconnecting a presentation from a nested context succeeds when allow-presentation is set]
expected: FAIL
prefs: [dom.presentation.enabled: true,
dom.presentation.controller.enabled: true,
dom.presentation.discovery.enabled: true,
dom.presentation.device.name: "Firefox"]