diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /testing/web-platform/meta/presentation-api | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/web-platform/meta/presentation-api')
12 files changed, 76 insertions, 0 deletions
diff --git a/testing/web-platform/meta/presentation-api/controlling-ua/PresentationRequest_error.html.ini b/testing/web-platform/meta/presentation-api/controlling-ua/PresentationRequest_error.html.ini new file mode 100644 index 000000000..50b053a64 --- /dev/null +++ b/testing/web-platform/meta/presentation-api/controlling-ua/PresentationRequest_error.html.ini @@ -0,0 +1,6 @@ +[PresentationRequest_error.html] + type: testharness + prefs: [dom.presentation.enabled: true, + dom.presentation.controller.enabled: true, + dom.presentation.discovery.enabled: true, + dom.presentation.device.name: "Firefox"] diff --git a/testing/web-platform/meta/presentation-api/controlling-ua/PresentationRequest_success.html.ini b/testing/web-platform/meta/presentation-api/controlling-ua/PresentationRequest_success.html.ini new file mode 100644 index 000000000..3a563b5bf --- /dev/null +++ b/testing/web-platform/meta/presentation-api/controlling-ua/PresentationRequest_success.html.ini @@ -0,0 +1,6 @@ +[PresentationRequest_success.html] + type: testharness + prefs: [dom.presentation.enabled: true, + dom.presentation.controller.enabled: true, + dom.presentation.discovery.enabled: true, + dom.presentation.device.name: "Firefox"] diff --git a/testing/web-platform/meta/presentation-api/controlling-ua/getAvailability.html.ini b/testing/web-platform/meta/presentation-api/controlling-ua/getAvailability.html.ini new file mode 100644 index 000000000..146cc961d --- /dev/null +++ b/testing/web-platform/meta/presentation-api/controlling-ua/getAvailability.html.ini @@ -0,0 +1,8 @@ +[getAvailability.html] + type: testharness + prefs: [dom.presentation.enabled: true, + dom.presentation.controller.enabled: true, + dom.presentation.discovery.enabled: true, + dom.presentation.device.name: "Firefox"] + [There is an availability.] + expected: FAIL diff --git a/testing/web-platform/meta/presentation-api/controlling-ua/getAvailability_mixedcontent.https.html.ini b/testing/web-platform/meta/presentation-api/controlling-ua/getAvailability_mixedcontent.https.html.ini new file mode 100644 index 000000000..f83a51d94 --- /dev/null +++ b/testing/web-platform/meta/presentation-api/controlling-ua/getAvailability_mixedcontent.https.html.ini @@ -0,0 +1,6 @@ +[getAvailability_mixedcontent.https.html] + type: testharness + prefs: [dom.presentation.enabled: true, + dom.presentation.controller.enabled: true, + dom.presentation.discovery.enabled: true, + dom.presentation.device.name: "Firefox"] diff --git a/testing/web-platform/meta/presentation-api/controlling-ua/getAvailability_sandboxing_error.html.ini b/testing/web-platform/meta/presentation-api/controlling-ua/getAvailability_sandboxing_error.html.ini new file mode 100644 index 000000000..6b6ce4beb --- /dev/null +++ b/testing/web-platform/meta/presentation-api/controlling-ua/getAvailability_sandboxing_error.html.ini @@ -0,0 +1,6 @@ +[getAvailability_sandboxing_error.html] + type: testharness + prefs: [dom.presentation.enabled: true, + dom.presentation.controller.enabled: true, + dom.presentation.discovery.enabled: true, + dom.presentation.device.name: "Firefox"] diff --git a/testing/web-platform/meta/presentation-api/controlling-ua/getAvailability_sandboxing_success.html.ini b/testing/web-platform/meta/presentation-api/controlling-ua/getAvailability_sandboxing_success.html.ini new file mode 100644 index 000000000..45da54be5 --- /dev/null +++ b/testing/web-platform/meta/presentation-api/controlling-ua/getAvailability_sandboxing_success.html.ini @@ -0,0 +1,6 @@ +[getAvailability_sandboxing_success.html] + type: testharness + prefs: [dom.presentation.enabled: true, + dom.presentation.controller.enabled: true, + dom.presentation.discovery.enabled: true, + dom.presentation.device.name: "Firefox"] diff --git a/testing/web-platform/meta/presentation-api/controlling-ua/idlharness.html.ini b/testing/web-platform/meta/presentation-api/controlling-ua/idlharness.html.ini new file mode 100644 index 000000000..4081c2d81 --- /dev/null +++ b/testing/web-platform/meta/presentation-api/controlling-ua/idlharness.html.ini @@ -0,0 +1,6 @@ +[idlharness.html] + type: testharness + prefs: [dom.presentation.enabled: true, + dom.presentation.controller.enabled: true, + dom.presentation.discovery.enabled: true, + dom.presentation.device.name: "Firefox"] diff --git a/testing/web-platform/meta/presentation-api/controlling-ua/reconnectToPresentation_mixedcontent.https.html.ini b/testing/web-platform/meta/presentation-api/controlling-ua/reconnectToPresentation_mixedcontent.https.html.ini new file mode 100644 index 000000000..fdea191a1 --- /dev/null +++ b/testing/web-platform/meta/presentation-api/controlling-ua/reconnectToPresentation_mixedcontent.https.html.ini @@ -0,0 +1,6 @@ +[reconnectToPresentation_mixedcontent.https.html] + type: testharness + prefs: [dom.presentation.enabled: true, + dom.presentation.controller.enabled: true, + dom.presentation.discovery.enabled: true, + dom.presentation.device.name: "Firefox"] diff --git a/testing/web-platform/meta/presentation-api/controlling-ua/reconnectToPresentation_sandboxing_error.html.ini b/testing/web-platform/meta/presentation-api/controlling-ua/reconnectToPresentation_sandboxing_error.html.ini new file mode 100644 index 000000000..3bed93e2b --- /dev/null +++ b/testing/web-platform/meta/presentation-api/controlling-ua/reconnectToPresentation_sandboxing_error.html.ini @@ -0,0 +1,6 @@ +[reconnectToPresentation_sandboxing_error.html] + type: testharness + prefs: [dom.presentation.enabled: true, + dom.presentation.controller.enabled: true, + dom.presentation.discovery.enabled: true, + dom.presentation.device.name: "Firefox"] diff --git a/testing/web-platform/meta/presentation-api/controlling-ua/reconnectToPresentation_sandboxing_success.html.ini b/testing/web-platform/meta/presentation-api/controlling-ua/reconnectToPresentation_sandboxing_success.html.ini new file mode 100644 index 000000000..b809ee224 --- /dev/null +++ b/testing/web-platform/meta/presentation-api/controlling-ua/reconnectToPresentation_sandboxing_success.html.ini @@ -0,0 +1,6 @@ +[reconnectToPresentation_sandboxing_success.html] + type: testharness + prefs: [dom.presentation.enabled: true, + dom.presentation.controller.enabled: true, + dom.presentation.discovery.enabled: true, + dom.presentation.device.name: "Firefox"] diff --git a/testing/web-platform/meta/presentation-api/controlling-ua/startNewPresentation_error.html.ini b/testing/web-platform/meta/presentation-api/controlling-ua/startNewPresentation_error.html.ini new file mode 100644 index 000000000..eba3ce733 --- /dev/null +++ b/testing/web-platform/meta/presentation-api/controlling-ua/startNewPresentation_error.html.ini @@ -0,0 +1,6 @@ +[startNewPresentation_error.html] + type: testharness + prefs: [dom.presentation.enabled: true, + dom.presentation.controller.enabled: true, + dom.presentation.discovery.enabled: true, + dom.presentation.device.name: "Firefox"] diff --git a/testing/web-platform/meta/presentation-api/receiving-ua/idlharness.html.ini b/testing/web-platform/meta/presentation-api/receiving-ua/idlharness.html.ini new file mode 100644 index 000000000..f8833151c --- /dev/null +++ b/testing/web-platform/meta/presentation-api/receiving-ua/idlharness.html.ini @@ -0,0 +1,8 @@ +[idlharness.html] + type: testharness + prefs: [dom.presentation.enabled: true, + dom.presentation.receiver.enabled: true, + dom.presentation.testing.simulate-receiver: true, + dom.presentation.device.name: "Firefox"] + [PresentationReceiver interface: navigator.presentation.receiver must inherit property "connectionList" with the proper type (0)] + expected: FAIL |