Bug 1291971 - Part 2, enable controller PresentationRequest_success test. r=smaug. draft
authorShih-Chiang Chien <schien@mozilla.com>
Thu, 29 Sep 2016 11:43:35 +0800
changeset 430813 b7c35259a04d1ba19a9e095349f7877c2d2aeeb8
parent 430812 eca8bec6b6200247fbc9c743c13822f02373cc3d
child 430814 65ed6e5c653530e2b4f8bb43628f3c60e7e997c4
push id33907
push userschien@mozilla.com
push dateFri, 28 Oct 2016 06:37:18 +0000
reviewerssmaug
bugs1291971
milestone52.0a1
Bug 1291971 - Part 2, enable controller PresentationRequest_success test. r=smaug. MozReview-Commit-ID: CENJleUg3Qy
testing/web-platform/meta/presentation-api/controlling-ua/PresentationRequest_success.html.ini
--- 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
@@ -1,14 +1,6 @@
 [PresentationRequest_success.html]
   type: testharness
-  [Call PresentationRequest() constructor with valid presentation URL. No Exception expected.]
-    expected: FAIL
-
-  [Call PresentationRequest constructor with a valid relative presentation URL. No Exception expected.]
-    expected: FAIL
-
-  [Call PresentationRequest constructor with a valid absolute presentation URL. No Exception expected.]
-    expected: FAIL
-
-  [Call PresentationRequest constructor with a set of valid presentation URLs. No Exception expected.]
-    expected: FAIL
-
+  prefs: [dom.presentation.enabled: true,
+          dom.presentation.controller.enabled: true,
+          dom.presentation.discovery.enabled: true,
+          dom.presentation.device.name: "Firefox"]