Re: [presentation-api-tests] [presentation-api] Rename each file by adding '.https' (#5238)

 [View the complete job log.](https://travis-ci.org/w3c/web-platform-tests/jobs/215847599)

# Firefox (nightly channel) #
Testing web-platform-tests at revision d3c120f12ed843e28cb6cd6f122efba0a178ec4f
Using browser at version BuildID 20170327110256; SourceStamp 9577ddeaafd85554c2a855f385a87472a089d5c0
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>9 tests ran</summary>
<details>
<summary><a href="https://w3c-test.org/submissions/5238/presentation-api/controlling-ua/PresentationRequest_error.https.html">/presentation-api/controlling-ua/PresentationRequest_error.https.html</a></summary>


|                                                       Subtest                                                        | Results |                                                                                                                                          Messages                                                                                                                                         |
|----------------------------------------------------------------------------------------------------------------------|---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|                                                                                                                      | OK      |                                                                                                                                                                                                                                                                                           |
| `Call PresentationRequest() constructor without presentation URL. TypeError Exception expected.`                     | FAIL    | `assert_throws: function "function() {\n            new PresentationRequest();\n        }" threw object "ReferenceError: PresentationRequest is not defined" ("ReferenceError") expected object "TypeError" ("TypeError")`                                                                |
| `Call PresentationRequest constructor with an empty sequence. NotSupportedError Exception expected.`                 | FAIL    | `assert_throws: function "function() {\n            new PresentationRequest([]);\n        }" threw object "ReferenceError: PresentationRequest is not defined" that is not a DOMException NotSupportedError: property "code" is equal to undefined, expected 9`                           |
| `Call PresentationRequest constructor with an invalid URL. SyntaxError Exception expected.`                          | FAIL    | `assert_throws: function "function() {\n            new PresentationRequest('http://@');\n        }" threw object "ReferenceError: PresentationRequest is not defined" that is not a DOMException SyntaxError: property "code" is equal to undefined, expected 12`                        |
| `Call PresentationRequest constructor with a sequence of URLs, one of them invalid. SyntaxError Exception expected.` | FAIL    | `assert_throws: function "function() {\n            new PresentationRequest(['presentation.html', 'http://@']);\n        }" threw object "ReferenceError: PresentationRequest is not defined" that is not a DOMException SyntaxError: property "code" is equal to undefined, expected 12` |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5238/presentation-api/controlling-ua/PresentationRequest_sandboxing_error.https.html">/presentation-api/controlling-ua/PresentationRequest_sandboxing_error.https.html</a></summary>


|                                                   Subtest                                                   | Results |                                                       Messages                                                       |
|-------------------------------------------------------------------------------------------------------------|---------|----------------------------------------------------------------------------------------------------------------------|
|                                                                                                             | OK      |                                                                                                                      |
| `Sandboxing: Creating a PresentationRequest from a nested context fails when allow-presentation is not set` | FAIL    | `assert_equals: Presentation sandboxing did not work as expected. expected "SecurityError" but got "ReferenceError"` |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5238/presentation-api/controlling-ua/PresentationRequest_sandboxing_success.https.html">/presentation-api/controlling-ua/PresentationRequest_sandboxing_success.https.html</a></summary>


|                                                  Subtest                                                   | Results |                                                    Messages                                                    |
|------------------------------------------------------------------------------------------------------------|---------|----------------------------------------------------------------------------------------------------------------|
|                                                                                                            | OK      |                                                                                                                |
| `Sandboxing: Creating a PresentationRequest from a nested context succeeds when allow-presentation is set` | FAIL    | `assert_equals: Presentation sandboxing did not work as expected. expected "success" but got "ReferenceError"` |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5238/presentation-api/controlling-ua/PresentationRequest_success.https.html">/presentation-api/controlling-ua/PresentationRequest_success.https.html</a></summary>


|                                                Subtest                                                | Results |                                                           Messages                                                          |
|-------------------------------------------------------------------------------------------------------|---------|-----------------------------------------------------------------------------------------------------------------------------|
|                                                                                                       | OK      |                                                                                                                             |
| `Call PresentationRequest constructor with a valid relative presentation URL. No Exception expected.` | FAIL    | `assert_unreached: PresentationRequest constructor threw an unexpected exception "ReferenceError" Reached unreachable code` |
| `Call PresentationRequest constructor with a valid absolute presentation URL. No Exception expected.` | FAIL    | `assert_unreached: PresentationRequest constructor threw an unexpected exception "ReferenceError" Reached unreachable code` |
| `Call PresentationRequest constructor with a set of valid presentation URLs. No Exception expected.`  | FAIL    | `assert_unreached: PresentationRequest constructor threw an unexpected exception "ReferenceError" Reached unreachable code` |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5238/presentation-api/controlling-ua/getAvailability.https.html">/presentation-api/controlling-ua/getAvailability.https.html</a></summary>


|                            Subtest                            | Results |               Messages               |
|---------------------------------------------------------------|---------|--------------------------------------|
|                                                               | OK      |                                      |
| `Getting the presentation displays availability information.` | FAIL    | `PresentationRequest is not defined` |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5238/presentation-api/controlling-ua/getAvailability_sandboxing_success.https.html">/presentation-api/controlling-ua/getAvailability_sandboxing_success.https.html</a></summary>


|                                                   Subtest                                                   | Results |                                                               Messages                                                               |
|-------------------------------------------------------------------------------------------------------------|---------|--------------------------------------------------------------------------------------------------------------------------------------|
|                                                                                                             | OK      |                                                                                                                                      |
| `Sandboxing: Retrieving display availability from a nested context succeeds when allow-presentation is set` | FAIL    | `assert_equals: Presentation sandboxing did not work as expected. expected "success" but got "Could not create PresentationRequest"` |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5238/presentation-api/controlling-ua/reconnectToPresentation_notfound_error.https.html">/presentation-api/controlling-ua/reconnectToPresentation_notfound_error.https.html</a></summary>


|                                          Subtest                                           | Results |               Messages               |
|--------------------------------------------------------------------------------------------|---------|--------------------------------------|
|                                                                                            | OK      |                                      |
| `Calling "reconnect" with an unknown presentation ID fails with a NotFoundError exception` | FAIL    | `PresentationRequest is not defined` |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5238/presentation-api/controlling-ua/reconnectToPresentation_sandboxing_success.https.html">/presentation-api/controlling-ua/reconnectToPresentation_sandboxing_success.https.html</a></summary>


|                                                 Subtest                                                 | Results |                                                                  Messages                                                                  |
|---------------------------------------------------------------------------------------------------------|---------|--------------------------------------------------------------------------------------------------------------------------------------------|
|                                                                                                         | OK      |                                                                                                                                            |
| `Sandboxing: Reconnecting a presentation from a nested context succeeds when allow-presentation is set` | FAIL    | `assert_equals: Presentation sandboxing did not work as expected. expected "NotFoundError" but got "Could not create PresentationRequest"` |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5238/presentation-api/controlling-ua/startNewPresentation_error.https.html">/presentation-api/controlling-ua/startNewPresentation_error.https.html</a></summary>


|                                 Subtest                                 | Results |               Messages               |
|-------------------------------------------------------------------------|---------|--------------------------------------|
|                                                                         | OK      |                                      |
| `The presentation could not start, because a user gesture is required.` | FAIL    | `PresentationRequest is not defined` |

</details>
</details>

View on GitHub: https://github.com/w3c/web-platform-tests/pull/5238#issuecomment-289700167

Received on Tuesday, 28 March 2017 08:30:49 UTC