[PresentationAPI] Calling getAvailability() in a sandboxed <iframe> does not throw SecurityError |
|
Issue descriptionVersion: 57.0.2935.0 canary (64-bit) OS: Mac OS X What steps will reproduce the problem? (1) Visit https://rawgit.com/mfoltzgoogle/web-platform-tests/single-presentation-url/presentation-api/controlling-ua/getAvailability_sandboxing_error.html Expect: Test to pass Actual: Test fails: assert_equals: Presentation sandboxing did not work as expected. expected "SecurityError" but got "Could not create PresentationRequest" at Test.<anonymous> (http://web-platform.test:8000/presentation-api/controlling-ua/getAvailability_sandboxing_error.html:16:21) at Test.step (http://web-platform.test:8000/resources/testharness.js:1403:25) at http://web-platform.test:8000/resources/testharness.js:1427:35 |
|
►
Sign in to add a comment |
|
Comment 1 by mfo...@chromium.org
, Nov 28 2016Summary: [PresentationAPI] Calling getAvailability() in a sandboxed <iframe> does not throw SecurityError (was: [PresentationAPI] Creating a PresentationRequest in a sandboxed <iframe> does not throw SecurityError)