diff options
Diffstat (limited to '')
-rw-r--r-- | dom/presentation/tests/mochitest/chrome.ini | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dom/presentation/tests/mochitest/chrome.ini b/dom/presentation/tests/mochitest/chrome.ini new file mode 100644 index 0000000000..22ecc244ee --- /dev/null +++ b/dom/presentation/tests/mochitest/chrome.ini @@ -0,0 +1,13 @@ +[DEFAULT] +support-files = + PresentationDeviceInfoChromeScript.js + PresentationSessionChromeScript.js + +[test_presentation_datachannel_sessiontransport.html] +skip-if = os == 'android' +[test_presentation_sender_startWithDevice.html] +skip-if = toolkit == 'android' # Bug 1129785 +[test_presentation_tcp_sender.html] +skip-if = toolkit == 'android' # Bug 1129785 +[test_presentation_tcp_sender_default_request.html] +skip-if = toolkit == 'android' # Bug 1129785 |