Re: [html-tests] Test same-value-setting not changing selection for input/textarea (#5147)

*This report has been truncated because the total content is 1612497 characters in length, which is in excess of GitHub.com's limit for comments (65536 characters).

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

# Firefox (nightly channel) #
Testing web-platform-tests at revision 79e4b2e96ec5151599c7cb46e266694b8a292542
Using browser at version BuildID 20170322110306; SourceStamp 201231223cd4354a450c3e5d80959f35b8e4cf0c
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>112 tests ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/2dcontext/pixel-manipulation/2d.imageData.create2.double.html">/2dcontext/pixel-manipulation/2d.imageData.create2.double.html</a></summary>


|                       Subtest                       | Results | Messages |
|-----------------------------------------------------|---------|----------|
|                                                     | OK      |          |
| `createImageData(w, h) double is converted to long` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/2dcontext/pixel-manipulation/2d.imageData.create2.zero.html">/2dcontext/pixel-manipulation/2d.imageData.create2.zero.html</a></summary>


|                             Subtest                             | Results |                                         Messages                                        |
|-----------------------------------------------------------------|---------|-----------------------------------------------------------------------------------------|
|                                                                 | OK      |                                                                                         |
| `createImageData(sw, sh) throws INDEX_SIZE_ERR if size is zero` | FAIL    | `assert_throws: function "function() { ctx.createImageData(0.99, 10); }" did not throw` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/2dcontext/pixel-manipulation/2d.imageData.get.double.html">/2dcontext/pixel-manipulation/2d.imageData.get.double.html</a></summary>


|                       Subtest                       | Results | Messages |
|-----------------------------------------------------|---------|----------|
|                                                     | OK      |          |
| `createImageData(w, h) double is converted to long` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/2dcontext/pixel-manipulation/2d.imageData.get.zero.html">/2dcontext/pixel-manipulation/2d.imageData.get.zero.html</a></summary>


|                        Subtest                         | Results |                                          Messages                                         |
|--------------------------------------------------------|---------|-------------------------------------------------------------------------------------------|
|                                                        | OK      |                                                                                           |
| `getImageData() throws INDEX_SIZE_ERR if size is zero` | FAIL    | `assert_throws: function "function() { ctx.getImageData(1, 1, 0.1, 10); }" did not throw` |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5147/FileAPI/historical.https.html">/FileAPI/historical.https.html</a></summary>


|                            Subtest                            | Results |                 Messages                |
|---------------------------------------------------------------|---------|-----------------------------------------|
|                                                               | OK      |                                         |
| `"toNativeLineEndings" should not be supported`               | PASS    |                                         |
| `"FileError" should not be supported`                         | PASS    |                                         |
| `"FileException" should not be supported`                     | PASS    |                                         |
| `Blob should not support slice prefixed`                      | PASS    |                                         |
| `BlobBuilder should not be supported.`                        | PASS    |                                         |
| `createFor method should not be supported`                    | PASS    |                                         |
| `Blob.close() should not be supported`                        | PASS    |                                         |
| `Service worker test setup`                                   | PASS    |                                         |
| `"FileReaderSync" should not be supported in service workers` | FAIL    | `assert_false: expected false got true` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/IndexedDB/idbobjectstore_createIndex15-autoincrement.htm">/IndexedDB/idbobjectstore_createIndex15-autoincrement.htm</a></summary>


|           Subtest            | Results |        Messages        |
|------------------------------|---------|------------------------|
|                              | OK      |                        |
| `Explicit Primary Key`       | FAIL    | `event is not defined` |
| `Auto-Increment Primary Key` | FAIL    | `event is not defined` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/XMLHttpRequest/send-conditional-cors.htm">/XMLHttpRequest/send-conditional-cors.htm</a></summary>


|                Subtest                | Results | Messages |
|---------------------------------------|---------|----------|
|                                       | OK      |          |
| `304 without appropriate CORS header` | PASS    |          |
| `304 with appropriate CORS header`    | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/XMLHttpRequest/send-conditional.htm">/XMLHttpRequest/send-conditional.htm</a></summary>


|                        Subtest                         | Results | Messages |
|--------------------------------------------------------|---------|----------|
|                                                        | OK      |          |
| `XMLHttpRequest: send() - conditional requests (tag)`  | PASS    |          |
| `XMLHttpRequest: send() - conditional requests (date)` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/content-security-policy/connect-src/connect-src-beacon-blocked.sub.html">/content-security-policy/connect-src/connect-src-beacon-blocked.sub.html</a></summary>


|            Subtest             | Results |                Messages                |
|--------------------------------|---------|----------------------------------------|
|                                | OK      |                                        |
| `sendBeacon should not throw.` | FAIL    | `assert_true: expected true got false` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/content-security-policy/connect-src/connect-src-eventsource-blocked.sub.html">/content-security-policy/connect-src/connect-src-eventsource-blocked.sub.html</a></summary>


| Subtest | Results | Messages |
|---------|---------|----------|
|         | TIMEOUT |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/content-security-policy/connect-src/connect-src-websocket-blocked.sub.html">/content-security-policy/connect-src/connect-src-websocket-blocked.sub.html</a></summary>


|               Subtest                | Results | Messages |
|--------------------------------------|---------|----------|
|                                      | OK      |          |
| `WebSocket should fire error event.` | FAIL    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/content-security-policy/connect-src/connect-src-xmlhttprequest-blocked.sub.html">/content-security-policy/connect-src/connect-src-xmlhttprequest-blocked.sub.html</a></summary>


|                   Subtest                   | Results |     Messages     |
|---------------------------------------------|---------|------------------|
|                                             | TIMEOUT |                  |
| `XHR should fire onerror.`                  | TIMEOUT | `Test timed out` |
| `XHR should fire onerror after a redirect.` | TIMEOUT | `Test timed out` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/content-security-policy/inside-worker/dedicated-inheritance.html">/content-security-policy/inside-worker/dedicated-inheritance.html</a></summary>


|                                                      Subtest                                                       | Results |                   Messages                   |
|--------------------------------------------------------------------------------------------------------------------|---------|----------------------------------------------|
|                                                                                                                    | ERROR   |                                              |
| `Filesystem and blob.`                                                                                             | PASS    |                                              |
| `Same-origin 'fetch()' in blob:`                                                                                   | PASS    | `{}`                                         |
| `Same-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,default-src%20*)`                          | PASS    | `{}`                                         |
| `Same-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,connect-src%20*)`                          | PASS    | `{}`                                         |
| `Same-origin XHR in blob:`                                                                                         | PASS    | `{}`                                         |
| `Same-origin XHR in http:?pipe=sub|header(Content-Security-Policy,default-src%20*)`                                | PASS    | `{}`                                         |
| `Cross-origin 'fetch()' in blob:`                                                                                  | PASS    | `{}`                                         |
| `Same-origin XHR in http:?pipe=sub|header(Content-Security-Policy,connect-src%20*)`                                | PASS    | `{}`                                         |
| `Same-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,connect-src%20%27none%27)`                 | TIMEOUT | `Test timed out`                             |
| `Cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,default-src%20*)`                         | PASS    | `{}`                                         |
| `Cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,connect-src%20*)`                         | PASS    | `{}`                                         |
| `Cross-origin XHR in blob:`                                                                                        | PASS    | `{}`                                         |
| `Same-origin XHR in http:?pipe=sub|header(Content-Security-Policy,connect-src%20%27none%27)`                       | FAIL    | `assert_unreached: Reached unreachable code` |
| `Same-origin 'fetch()' in http:`                                                                                   | PASS    | `{}`                                         |
| `Cross-origin XHR in http:?pipe=sub|header(Content-Security-Policy,default-src%20*)`                               | PASS    | `{}`                                         |
| `Cross-origin XHR in http:?pipe=sub|header(Content-Security-Policy,connect-src%20*)`                               | PASS    | `{}`                                         |
| `Same-origin => cross-origin 'fetch()' in blob:`                                                                   | PASS    | `{}`                                         |
| `Cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,connect-src%20%27none%27)`                | PASS    | `{}`                                         |
| `Same-origin => cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,default-src%20*)`          | PASS    | `{}`                                         |
| `Same-origin => cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,connect-src%20*)`          | PASS    | `{}`                                         |
| `Same-origin XHR in http:`                                                                                         | PASS    | `{}`                                         |
| `Cross-origin XHR in http:?pipe=sub|header(Content-Security-Policy,connect-src%20%27none%27)`                      | PASS    | `{}`                                         |
| `Cross-origin 'fetch()' in http:`                                                                                  | PASS    | `{}`                                         |
| `Same-origin => cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,connect-src%20%27none%27)` | PASS    | `{}`                                         |
| `Cross-origin XHR in http:`                                                                                        | PASS    | `{}`                                         |
| `Same-origin => cross-origin 'fetch()' in http:`                                                                   | PASS    | `{}`                                         |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/content-security-policy/inside-worker/dedicated-script.html">/content-security-policy/inside-worker/dedicated-script.html</a></summary>


|                                                 Subtest                                                  | Results |                                                                                         Messages                                                                                        |
|----------------------------------------------------------------------------------------------------------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|                                                                                                          | ERROR   |                                                                                                                                                                                         |
| `Filesystem and blob.`                                                                                   | PASS    |                                                                                                                                                                                         |
| `Cross-origin importScripts() blocked in http:`                                                          | FAIL    | `assert_throws: importScripts should throw NetworkError function "_ => importScripts("http://www.web-platform.test:8001/content-security-policy/support/var-a.js")" did not throw`      |
| `Cross-origin importScripts() blocked in http:?pipe=sub|header(Content-Security-Policy,default-src%20*)` | FAIL    | `assert_throws: importScripts should throw NetworkError function "_ => importScripts("http://www.web-platform.test:8001/content-security-policy/support/var-a.js")" did not throw`      |
| `Cross-origin importScripts() blocked in blob:`                                                          | PASS    | `{}`                                                                                                                                                                                    |
| `Cross-origin importScripts() blocked in http:?pipe=sub|header(Content-Security-Policy,script-src%20*)`  | FAIL    | `assert_throws: importScripts should throw NetworkError function "_ => importScripts("http://www.web-platform.test:8001/content-security-policy/support/var-a.js")" did not throw`      |
| `eval() blocked in http:`                                                                                | FAIL    | `assert_throws: eval() should throw 'EvalError'. function "_ => eval("1 + 1")" did not throw`                                                                                           |
| `eval() blocked in blob:`                                                                                | FAIL    | `assert_throws: eval() should throw 'EvalError'. function "_ => eval("1 + 1")" threw object "Error: call to eval() blocked by CSP" ("Error") expected object "EvalError" ("EvalError")` |
| `setTimeout([string]) blocked in http:`                                                                  | FAIL    | `assert_equals: expected 0 but got 1`                                                                                                                                                   |
| `setTimeout([string]) blocked in blob:`                                                                  | FAIL    | `assert_equals: expected 0 but got 1`                                                                                                                                                   |
| `eval() blocked in http:?pipe=sub|header(Content-Security-Policy,default-src%20*)`                       | FAIL    | `assert_throws: eval() should throw 'EvalError'. function "_ => eval("1 + 1")" threw object "Error: call to eval() blocked by CSP" ("Error") expected object "EvalError" ("EvalError")` |
| `eval() blocked in http:?pipe=sub|header(Content-Security-Policy,script-src%20*)`                        | FAIL    | `assert_throws: eval() should throw 'EvalError'. function "_ => eval("1 + 1")" threw object "Error: call to eval() blocked by CSP" ("Error") expected object "EvalError" ("EvalError")` |
| `setTimeout([string]) blocked in http:?pipe=sub|header(Content-Security-Policy,default-src%20*)`         | FAIL    | `assert_equals: expected 0 but got 1`                                                                                                                                                   |
| `setTimeout([string]) blocked in http:?pipe=sub|header(Content-Security-Policy,script-src%20*)`          | FAIL    | `assert_equals: expected 0 but got 1`                                                                                                                                                   |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/content-security-policy/inside-worker/shared-inheritance.html">/content-security-policy/inside-worker/shared-inheritance.html</a></summary>


|                                                      Subtest                                                       | Results | Messages |
|--------------------------------------------------------------------------------------------------------------------|---------|----------|
|                                                                                                                    | OK      |          |
| `Same-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,default-src%20%27self%27)`                 | PASS    | `{}`     |
| `Same-origin XHR in http:?pipe=sub|header(Content-Security-Policy,default-src%20%27self%27)`                       | PASS    | `{}`     |
| `Cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,default-src%20%27self%27)`                | PASS    | `{}`     |
| `Cross-origin XHR in http:?pipe=sub|header(Content-Security-Policy,default-src%20%27self%27)`                      | PASS    | `{}`     |
| `Same-origin => cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,default-src%20%27self%27)` | PASS    | `{}`     |
| `Same-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,connect-src%20%27self%27)`                 | PASS    | `{}`     |
| `Same-origin XHR in http:?pipe=sub|header(Content-Security-Policy,connect-src%20%27self%27)`                       | PASS    | `{}`     |
| `Cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,connect-src%20%27self%27)`                | PASS    | `{}`     |
| `Cross-origin XHR in http:?pipe=sub|header(Content-Security-Policy,connect-src%20%27self%27)`                      | PASS    | `{}`     |
| `Same-origin => cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,connect-src%20%27self%27)` | PASS    | `{}`     |
| `Same-origin 'fetch()' in http:`                                                                                   | PASS    | `{}`     |
| `Same-origin XHR in http:`                                                                                         | PASS    | `{}`     |
| `Cross-origin 'fetch()' in http:`                                                                                  | PASS    | `{}`     |
| `Cross-origin XHR in http:`                                                                                        | PASS    | `{}`     |
| `Same-origin => cross-origin 'fetch()' in http:`                                                                   | PASS    | `{}`     |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/content-security-policy/inside-worker/shared-script.html">/content-security-policy/inside-worker/shared-script.html</a></summary>


|                                                     Subtest                                                      | Results |                                                                                         Messages                                                                                        |
|------------------------------------------------------------------------------------------------------------------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|                                                                                                                  | OK      |                                                                                                                                                                                         |
| `Cross-origin importScripts() blocked in http:?pipe=sub|header(Content-Security-Policy,script-src%20%27self%27`  | PASS    | `{}`                                                                                                                                                                                    |
| `eval() blocked in http:?pipe=sub|header(Content-Security-Policy,script-src%20%27self%27`                        | FAIL    | `assert_throws: eval() should throw 'EvalError'. function "_ => eval("1 + 1")" threw object "Error: call to eval() blocked by CSP" ("Error") expected object "EvalError" ("EvalError")` |
| `setTimeout([string]) blocked in http:?pipe=sub|header(Content-Security-Policy,script-src%20%27self%27`          | FAIL    | `assert_equals: expected 0 but got 1`                                                                                                                                                   |
| `Cross-origin importScripts() blocked in http:?pipe=sub|header(Content-Security-Policy,default-src%20%27self%27` | PASS    | `{}`                                                                                                                                                                                    |
| `eval() blocked in http:?pipe=sub|header(Content-Security-Policy,default-src%20%27self%27`                       | FAIL    | `assert_throws: eval() should throw 'EvalError'. function "_ => eval("1 + 1")" threw object "Error: call to eval() blocked by CSP" ("Error") expected object "EvalError" ("EvalError")` |
| `setTimeout([string]) blocked in http:?pipe=sub|header(Content-Security-Policy,default-src%20%27self%27`         | FAIL    | `assert_equals: expected 0 but got 1`                                                                                                                                                   |
| `Cross-origin importScripts() not blocked in http:`                                                              | PASS    | `{}`                                                                                                                                                                                    |
| `eval() not blocked in http:`                                                                                    | PASS    | `{}`                                                                                                                                                                                    |
| `setTimeout([string]) not blocked in http:`                                                                      | PASS    | `{}`                                                                                                                                                                                    |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/content-security-policy/securitypolicyviolation/securitypolicyviolation-block-cross-origin-image-from-script.sub.html">/content-security-policy/securitypolicyviolation/securitypolicyviolation-block-cross-origin-image-from-script.sub.html</a></summary>


|                       Subtest                        | Results |     Messages     |
|------------------------------------------------------|---------|------------------|
|                                                      | TIMEOUT |                  |
| `Non-redirected cross-origin URLs are not stripped.` | TIMEOUT | `Test timed out` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/content-security-policy/securitypolicyviolation/securitypolicyviolation-block-cross-origin-image.sub.html">/content-security-policy/securitypolicyviolation/securitypolicyviolation-block-cross-origin-image.sub.html</a></summary>


|                       Subtest                        | Results |     Messages     |
|------------------------------------------------------|---------|------------------|
|                                                      | TIMEOUT |                  |
| `Non-redirected cross-origin URLs are not stripped.` | TIMEOUT | `Test timed out` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/content-security-policy/securitypolicyviolation/securitypolicyviolation-block-image-from-script.sub.html">/content-security-policy/securitypolicyviolation/securitypolicyviolation-block-image-from-script.sub.html</a></summary>


|                       Subtest                        | Results |     Messages     |
|------------------------------------------------------|---------|------------------|
|                                                      | TIMEOUT |                  |
| `Non-redirected cross-origin URLs are not stripped.` | TIMEOUT | `Test timed out` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/content-security-policy/securitypolicyviolation/securitypolicyviolation-block-image.sub.html">/content-security-policy/securitypolicyviolation/securitypolicyviolation-block-image.sub.html</a></summary>


|                       Subtest                       | Results |     Messages     |
|-----------------------------------------------------|---------|------------------|
|                                                     | TIMEOUT |                  |
| `Non-redirected same-origin URLs are not stripped.` | TIMEOUT | `Test timed out` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/content-security-policy/worker-src/dedicated-child.sub.html">/content-security-policy/worker-src/dedicated-child.sub.html</a></summary>


|                              Subtest                              | Results | Messages |
|-------------------------------------------------------------------|---------|----------|
|                                                                   | OK      |          |
| `Same-origin dedicated worker allowed by host-source expression.` | PASS    |          |
| `blob: dedicated worker allowed by 'blob:'.`                      | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/content-security-policy/worker-src/dedicated-fallback.sub.html">/content-security-policy/worker-src/dedicated-fallback.sub.html</a></summary>


|                              Subtest                              | Results |                                        Messages                                       |
|-------------------------------------------------------------------|---------|---------------------------------------------------------------------------------------|
|                                                                   | OK      |                                                                                       |
| `Same-origin dedicated worker allowed by host-source expression.` | FAIL    | `assert_unreached: The 'error' event should not have fired. Reached unreachable code` |
| `blob: dedicated worker allowed by 'blob:'.`                      | FAIL    | `assert_unreached: The 'error' event should not have fired. Reached unreachable code` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/content-security-policy/worker-src/dedicated-list.sub.html">/content-security-policy/worker-src/dedicated-list.sub.html</a></summary>


|                              Subtest                              | Results | Messages |
|-------------------------------------------------------------------|---------|----------|
|                                                                   | OK      |          |
| `Same-origin dedicated worker allowed by host-source expression.` | PASS    |          |
| `blob: dedicated worker allowed by 'blob:'.`                      | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/content-security-policy/worker-src/dedicated-none.sub.html">/content-security-policy/worker-src/dedicated-none.sub.html</a></summary>


|                              Subtest                              | Results |                                            Messages                                            |
|-------------------------------------------------------------------|---------|------------------------------------------------------------------------------------------------|
|                                                                   | OK      |                                                                                                |
| `Same-origin dedicated worker blocked by host-source expression.` | FAIL    | `assert_throws: function "function () {\n      var w = new Worker(url);\n    }" did not throw` |
| `blob: dedicated worker blocked by 'blob:'.`                      | FAIL    | `assert_throws: function "function () {\n      var w = new Worker(url);\n    }" did not throw` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/content-security-policy/worker-src/dedicated-self.sub.html">/content-security-policy/worker-src/dedicated-self.sub.html</a></summary>


|                      Subtest                      | Results | Messages |
|---------------------------------------------------|---------|----------|
|                                                   | OK      |          |
| `Same-origin dedicated worker allowed by 'self'.` | PASS    |          |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5147/content-security-policy/worker-src/service-child.https.sub.html">/content-security-policy/worker-src/service-child.https.sub.html</a></summary>


|                             Subtest                             | Results | Messages |
|-----------------------------------------------------------------|---------|----------|
|                                                                 | OK      |          |
| `Same-origin service worker allowed by host-source expression.` | PASS    |          |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5147/content-security-policy/worker-src/service-fallback.https.sub.html">/content-security-policy/worker-src/service-fallback.https.sub.html</a></summary>


|                             Subtest                             | Results |                                                                                                                                              Messages                                                                                                                                              |
|-----------------------------------------------------------------|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|                                                                 | OK      |                                                                                                                                                                                                                                                                                                    |
| `Same-origin service worker allowed by host-source expression.` | FAIL    | `promise_test: Unhandled rejection with value: object "[Exception... "<no message>"  nsresult: "0x805e0006 (<unknown>)"  location: "JS frame :: https://web-platform.test:8443/content-security-policy/support/testharness-helper.js :: assert_service_worker_is_loaded/< :: line 73"  data: no]"` |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5147/content-security-policy/worker-src/service-list.https.sub.html">/content-security-policy/worker-src/service-list.https.sub.html</a></summary>


|                             Subtest                             | Results | Messages |
|-----------------------------------------------------------------|---------|----------|
|                                                                 | OK      |          |
| `Same-origin service worker allowed by host-source expression.` | PASS    |          |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5147/content-security-policy/worker-src/service-none.https.sub.html">/content-security-policy/worker-src/service-none.https.sub.html</a></summary>


|                     Subtest                     | Results |                                   Messages                                   |
|-------------------------------------------------|---------|------------------------------------------------------------------------------|
|                                                 | OK      |                                                                              |
| `Same-origin service worker blocked by 'none'.` | FAIL    | `assert_unreached: Should have rejected: undefined Reached unreachable code` |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5147/content-security-policy/worker-src/service-self.https.sub.html">/content-security-policy/worker-src/service-self.https.sub.html</a></summary>


|                     Subtest                     | Results | Messages |
|-------------------------------------------------|---------|----------|
|                                                 | OK      |          |
| `Same-origin service worker allowed by 'self'.` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/content-security-policy/worker-src/shared-child.sub.html">/content-security-policy/worker-src/shared-child.sub.html</a></summary>


|                      Subtest                      | Results | Messages |
|---------------------------------------------------|---------|----------|
|                                                   | OK      |          |
| `Same-origin dedicated worker allowed by 'self'.` | PASS    |          |
| `blob: dedicated worker allowed by 'blob:'.`      | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/content-security-policy/worker-src/shared-fallback.sub.html">/content-security-policy/worker-src/shared-fallback.sub.html</a></summary>


|                      Subtest                      | Results |                                        Messages                                       |
|---------------------------------------------------|---------|---------------------------------------------------------------------------------------|
|                                                   | OK      |                                                                                       |
| `Same-origin dedicated worker allowed by 'self'.` | FAIL    | `assert_unreached: The 'error' event should not have fired. Reached unreachable code` |
| `blob: dedicated worker allowed by 'blob:'.`      | FAIL    | `assert_unreached: The 'error' event should not have fired. Reached unreachable code` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/content-security-policy/worker-src/shared-list.sub.html">/content-security-policy/worker-src/shared-list.sub.html</a></summary>


|                      Subtest                      | Results | Messages |
|---------------------------------------------------|---------|----------|
|                                                   | OK      |          |
| `Same-origin dedicated worker allowed by 'self'.` | PASS    |          |
| `blob: dedicated worker allowed by 'blob:'.`      | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/content-security-policy/worker-src/shared-none.sub.html">/content-security-policy/worker-src/shared-none.sub.html</a></summary>


|                    Subtest                     | Results |                                               Messages                                               |
|------------------------------------------------|---------|------------------------------------------------------------------------------------------------------|
|                                                | OK      |                                                                                                      |
| `Same-origin shared worker blocked by 'none'.` | FAIL    | `assert_throws: function "function () {\n      var w = new SharedWorker(url);\n    }" did not throw` |
| `blob: shared worker blocked by 'none'.`       | FAIL    | `assert_throws: function "function () {\n      var w = new SharedWorker(url);\n    }" did not throw` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/content-security-policy/worker-src/shared-self.sub.html">/content-security-policy/worker-src/shared-self.sub.html</a></summary>


|                      Subtest                      | Results | Messages |
|---------------------------------------------------|---------|----------|
|                                                   | OK      |          |
| `Same-origin dedicated worker allowed by 'self'.` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/cors/preflight-failure.htm">/cors/preflight-failure.htm</a></summary>


|                      Subtest                       | Results |     Messages     |
|----------------------------------------------------|---------|------------------|
|                                                    | TIMEOUT |                  |
| `Should throw error if preflight respond with 100` | TIMEOUT | `Test timed out` |
| `Should throw error if preflight respond with 101` | PASS    |                  |
| `Should throw error if preflight respond with 200` | PASS    |                  |
| `Should throw error if preflight respond with 300` | PASS    |                  |
| `Should throw error if preflight respond with 301` | PASS    |                  |
| `Should throw error if preflight respond with 302` | PASS    |                  |
| `Should throw error if preflight respond with 303` | PASS    |                  |
| `Should throw error if preflight respond with 304` | PASS    |                  |
| `Should throw error if preflight respond with 305` | PASS    |                  |
| `Should throw error if preflight respond with 306` | PASS    |                  |
| `Should throw error if preflight respond with 307` | PASS    |                  |
| `Should throw error if preflight respond with 308` | PASS    |                  |
| `Should throw error if preflight respond with 400` | PASS    |                  |
| `Should throw error if preflight respond with 401` | PASS    |                  |
| `Should throw error if preflight respond with 402` | PASS    |                  |
| `Should throw error if preflight respond with 403` | PASS    |                  |
| `Should throw error if preflight respond with 404` | PASS    |                  |
| `Should throw error if preflight respond with 405` | PASS    |                  |
| `Should throw error if preflight respond with 406` | PASS    |                  |
| `Should throw error if preflight respond with 407` | PASS    |                  |
| `Should throw error if preflight respond with 408` | PASS    |                  |
| `Should throw error if preflight respond with 409` | PASS    |                  |
| `Should throw error if preflight respond with 410` | PASS    |                  |
| `Should throw error if preflight respond with 411` | PASS    |                  |
| `Should throw error if preflight respond with 412` | PASS    |                  |
| `Should throw error if preflight respond with 413` | PASS    |                  |
| `Should throw error if preflight respond with 414` | PASS    |                  |
| `Should throw error if preflight respond with 415` | PASS    |                  |
| `Should throw error if preflight respond with 416` | PASS    |                  |
| `Should throw error if preflight respond with 417` | PASS    |                  |
| `Should throw error if preflight respond with 500` | PASS    |                  |
| `Should throw error if preflight respond with 501` | PASS    |                  |
| `Should throw error if preflight respond with 502` | PASS    |                  |
| `Should throw error if preflight respond with 503` | PASS    |                  |
| `Should throw error if preflight respond with 504` | PASS    |                  |
| `Should throw error if preflight respond with 505` | PASS    |                  |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/dom/events/EventTarget-dispatchEvent.html">/dom/events/EventTarget-dispatchEvent.html</a></summary>


|                                                   Subtest                                                   | Results |           Messages           |
|-------------------------------------------------------------------------------------------------------------|---------|------------------------------|
|                                                                                                             | OK      |                              |
| `Calling dispatchEvent(null).`                                                                              | PASS    |                              |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (AnimationEvent).`         | FAIL    | `Operation is not supported` |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (BeforeUnloadEvent).`      | PASS    |                              |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (CloseEvent).`             | FAIL    | `Operation is not supported` |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (CompositionEvent).`       | PASS    |                              |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (CustomEvent).`            | PASS    |                              |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (DeviceMotionEvent).`      | PASS    |                              |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (DeviceOrientationEvent).` | PASS    |                              |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (DragEvent).`              | PASS    |                              |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (ErrorEvent).`             | PASS    |                              |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (Event).`                  | PASS    |                              |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (Events).`                 | PASS    |                              |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (FocusEvent).`             | FAIL    | `Operation is not supported` |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (HashChangeEvent).`        | PASS    |                              |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (HTMLEvents).`             | PASS    |                              |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (IDBVersionChangeEvent).`  | FAIL    | `Operation is not supported` |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (KeyboardEvent).`          | PASS    |                              |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (MessageEvent).`           | PASS    |                              |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (MouseEvent).`             | PASS    |                              |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (MouseEvents).`            | PASS    |                              |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (PageTransitionEvent).`    | FAIL    | `Operation is not supported` |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (PopStateEvent).`          | PASS    |                              |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (StorageEvent).`           | PASS    |                              |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (SVGEvents).`              | PASS    |                              |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (TextEvent).`              | PASS    |                              |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (TouchEvent).`             | PASS    |                              |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (TrackEvent).`             | FAIL    | `Operation is not supported` |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (TransitionEvent).`        | FAIL    | `Operation is not supported` |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (UIEvent).`                | PASS    |                              |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (UIEvents).`               | PASS    |                              |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (WebGLContextEvent).`      | FAIL    | `Operation is not supported` |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (WheelEvent).`             | FAIL    | `Operation is not supported` |
| `If the event's dispatch flag is set, an InvalidStateError must be thrown.`                                 | PASS    |                              |
| `Exceptions from event listeners must not be propagated.`                                                   | PASS    |                              |
| `Event listeners added during dispatch should be called`                                                    | PASS    |                              |
| `Event listeners should be called in order of addition`                                                     | PASS    |                              |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5147/dom/nodes/Document-createEvent.html">/dom/nodes/Document-createEvent.html</a></summary>


|                                                      Subtest                                                       | Results |                                                             Messages                                                            |
|--------------------------------------------------------------------------------------------------------------------|---------|---------------------------------------------------------------------------------------------------------------------------------|
|                                                                                                                    | OK      |                                                                                                                                 |
| `AnimationEvent should be an alias for AnimationEvent.`                                                            | FAIL    | `Operation is not supported`                                                                                                    |
| `createEvent('AnimationEvent') should be initialized correctly.`                                                   | FAIL    | `ev is undefined`                                                                                                               |
| `animationevent should be an alias for AnimationEvent.`                                                            | FAIL    | `Operation is not supported`                                                                                                    |
| `createEvent('animationevent') should be initialized correctly.`                                                   | FAIL    | `ev is undefined`                                                                                                               |
| `ANIMATIONEVENT should be an alias for AnimationEvent.`                                                            | FAIL    | `Operation is not supported`                                                                                                    |
| `createEvent('ANIMATIONEVENT') should be initialized correctly.`                                                   | FAIL    | `ev is undefined`                                                                                                               |
| `Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "AnimationEvents"`                           | PASS    |                                                                                                                                 |
| `BeforeUnloadEvent should be an alias for BeforeUnloadEvent.`                                                      | PASS    |                                                                                                                                 |
| `createEvent('BeforeUnloadEvent') should be initialized correctly.`                                                | PASS    |                                                                                                                                 |
| `beforeunloadevent should be an alias for BeforeUnloadEvent.`                                                      | PASS    |                                                                                                                                 |
| `createEvent('beforeunloadevent') should be initialized correctly.`                                                | PASS    |                                                                                                                                 |
| `BEFOREUNLOADEVENT should be an alias for BeforeUnloadEvent.`                                                      | PASS    |                                                                                                                                 |
| `createEvent('BEFOREUNLOADEVENT') should be initialized correctly.`                                                | PASS    |                                                                                                                                 |
| `Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "BeforeUnloadEvents"`                        | PASS    |                                                                                                                                 |
| `CloseEvent should be an alias for CloseEvent.`                                                                    | FAIL    | `Operation is not supported`                                                                                                    |
| `createEvent('CloseEvent') should be initialized correctly.`                                                       | FAIL    | `ev is undefined`                                                                                                               |
| `closeevent should be an alias for CloseEvent.`                                                                    | FAIL    | `Operation is not supported`                                                                                                    |
| `createEvent('closeevent') should be initialized correctly.`                                                       | FAIL    | `ev is undefined`                                                                                                               |
| `CLOSEEVENT should be an alias for CloseEvent.`                                                                    | FAIL    | `Operation is not supported`                                                                                                    |
| `createEvent('CLOSEEVENT') should be initialized correctly.`                                                       | FAIL    | `ev is undefined`                                                                                                               |
| `Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "CloseEvents"`                               | PASS    |                                                                                                                                 |
| `CompositionEvent should be an alias for CompositionEvent.`                                                        | PASS    |                                                                                                                                 |
| `createEvent('CompositionEvent') should be initialized correctly.`                                                 | PASS    |                                                                                                                                 |
| `compositionevent should be an alias for CompositionEvent.`                                                        | PASS    |                                                                                                                                 |
| `createEvent('compositionevent') should be initialized correctly.`                                                 | PASS    |                                                                                                                                 |
| `COMPOSITIONEVENT should be an alias for CompositionEvent.`                                                        | PASS    |                                                                                                                                 |
| `createEvent('COMPOSITIONEVENT') should be initialized correctly.`                                                 | PASS    |                                                                                                                                 |
| `Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "CompositionEvents"`                         | PASS    |                                                                                                                                 |
| `CustomEvent should be an alias for CustomEvent.`                                                                  | PASS    |                                                                                                                                 |
| `createEvent('CustomEvent') should be initialized correctly.`                                                      | PASS    |                                                                                                                                 |
| `customevent should be an alias for CustomEvent.`                                                                  | PASS    |                                                                                                                                 |
| `createEvent('customevent') should be initialized correctly.`                                                      | PASS    |                                                                                                                                 |
| `CUSTOMEVENT should be an alias for CustomEvent.`                                                                  | PASS    |                                                                                                                                 |
| `createEvent('CUSTOMEVENT') should be initialized correctly.`                                                      | PASS    |                                                                                                                                 |
| `Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "CustomEvents"`                              | PASS    |                                                                                                                                 |
| `DeviceMotionEvent should be an alias for DeviceMotionEvent.`                                                      | PASS    |                                                                                                                                 |
| `createEvent('DeviceMotionEvent') should be initialized correctly.`                                                | PASS    |                                                                                                                                 |
| `devicemotionevent should be an alias for DeviceMotionEvent.`                                                      | PASS    |                                                                                                                                 |
| `createEvent('devicemotionevent') should be initialized correctly.`                                                | PASS    |                                                                                                                                 |
| `DEVICEMOTIONEVENT should be an alias for DeviceMotionEvent.`                                                      | PASS    |                                                                                                                                 |
| `createEvent('DEVICEMOTIONEVENT') should be initialized correctly.`                                                | PASS    |                                                                                                                                 |
| `Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "DeviceMotionEvents"`                        | PASS    |                                                                                                                                 |
| `DeviceOrientationEvent should be an alias for DeviceOrientationEvent.`                                            | PASS    |                                                                                                                                 |
| `createEvent('DeviceOrientationEvent') should be initialized correctly.`                                           | PASS    |                                                                                                                                 |
| `deviceorientationevent should be an alias for DeviceOrientationEvent.`                                            | PASS    |                                                                                                                                 |
| `createEvent('deviceorientationevent') should be initialized correctly.`                                           | PASS    |                                                                                                                                 |
| `DEVICEORIENTATIONEVENT should be an alias for DeviceOrientationEvent.`                                            | PASS    |                                                                                                                                 |
| `createEvent('DEVICEORIENTATIONEVENT') should be initialized correctly.`                                           | PASS    |                                                                                                                                 |
| `Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "DeviceOrientationEvents"`                   | PASS    |                                                                                                                                 |
| `DragEvent should be an alias for DragEvent.`                                                                      | PASS    |                                                                                                                                 |
| `createEvent('DragEvent') should be initialized correctly.`                                                        | PASS    |                                                                                                                                 |
| `dragevent should be an alias for DragEvent.`                                                                      | PASS    |                                                                                                                                 |
| `createEvent('dragevent') should be initialized correctly.`                                                        | PASS    |                                                                                                                                 |
| `DRAGEVENT should be an alias for DragEvent.`                                                                      | PASS    |                                                                                                                                 |
| `createEvent('DRAGEVENT') should be initialized correctly.`                                                        | PASS    |                                                                                                                                 |
| `Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "DragEvents"`                                | FAIL    | `assert_throws: function "function () {\n          var evt = document.createEvent(plural);\n        }" did not throw`           |
| `ErrorEvent should be an alias for ErrorEvent.`                                                                    | PASS    |                                                                                                                                 |
| `createEvent('ErrorEvent') should be initialized correctly.`                

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

Received on Thursday, 23 March 2017 10:19:16 UTC