- From: W3C commit bot <web-platform-tests-notifications@w3.org>
- Date: Thu, 23 Mar 2017 00:59:51 GMT
- To: public-web-platform-tests-notifications@w3.org
*This report has been truncated because the total content is 695536 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/214071725)
# Chrome (unstable channel) #
Testing web-platform-tests at revision 707162ef46887ddb3a4cfe5a7597dce47d354d43
Using browser at version 59.0.3047.0 dev
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>64 tests ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/5164/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` | FAIL | `assert_equals: imgdata1.width === 10 (got 11[number], expected 10[number]) expected 10 but got 11` |
</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5164/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/5164/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` | FAIL | `assert_equals: imgdata1.width === 10 (got 11[number], expected 10[number]) expected 10 but got 11` |
</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5164/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="http://w3c-test.org/submissions/5164/IndexedDB/idbobjectstore_createIndex15-autoincrement.htm">/IndexedDB/idbobjectstore_createIndex15-autoincrement.htm</a></summary>
| Subtest | Results | Messages |
|------------------------------|---------|----------------------------------------------------------------------------|
| | OK | |
| `Explicit Primary Key` | PASS | |
| `Auto-Increment Primary Key` | FAIL | `assert_equals: Expected 100. expected (number) 100 but got (object) null` |
</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5164/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 | `Failed to execute 'sendBeacon' on 'Navigator': Refused to send beacon to 'http://www.web-platform.test:8000/common/text-plain.txt' because it violates the document's Content Security Policy.` |
</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5164/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/5164/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 | `Failed to construct 'WebSocket': Refused to connect to 'ws://www.web-platform.test:8888/echo' because it violates the document's Content Security Policy.` |
</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5164/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 |
|---------------------------------------------|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| | OK | |
| `XHR should fire onerror.` | FAIL | `Failed to execute 'open' on 'XMLHttpRequest': Refused to connect to 'http://www.web-platform.test:8000/common/text-plain.txt' because it violates the document's Content Security Policy.` |
| `XHR should fire onerror after a redirect.` | PASS | |
</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5164/content-security-policy/inside-worker/dedicated-inheritance.html">/content-security-policy/inside-worker/dedicated-inheritance.html</a></summary>
| Subtest | Results | Messages |
|--------------------------------------------------------------------------------------------------------------------|---------|------------------|
| | TIMEOUT | |
| `Filesystem and blob.` | PASS | |
| `Same-origin 'fetch()' in http:` | PASS | `{}` |
| `Same-origin XHR in http:` | PASS | `{}` |
| `Cross-origin 'fetch()' in http:` | PASS | `{}` |
| `Cross-origin XHR in http:` | TIMEOUT | `Test timed out` |
| `Same-origin => cross-origin 'fetch()' in http:` | PASS | `{}` |
| `Same-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,connect-src%20%27none%27)` | PASS | `{}` |
| `Same-origin XHR in http:?pipe=sub|header(Content-Security-Policy,connect-src%20%27none%27)` | PASS | `{}` |
| `Same-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,connect-src%20*)` | PASS | `{}` |
| `Cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,connect-src%20%27none%27)` | PASS | `{}` |
| `Cross-origin XHR in http:?pipe=sub|header(Content-Security-Policy,connect-src%20%27none%27)` | TIMEOUT | `Test timed out` |
| `Same-origin => cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,connect-src%20%27none%27)` | PASS | `{}` |
| `Same-origin XHR in http:?pipe=sub|header(Content-Security-Policy,connect-src%20*)` | PASS | `{}` |
| `Cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,connect-src%20*)` | PASS | `{}` |
| `Cross-origin XHR in http:?pipe=sub|header(Content-Security-Policy,connect-src%20*)` | TIMEOUT | `Test timed out` |
| `Same-origin => cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,connect-src%20*)` | PASS | `{}` |
| `Same-origin 'fetch()' in blob:` | PASS | `{}` |
| `Same-origin XHR in blob:` | PASS | `{}` |
| `Cross-origin 'fetch()' in blob:` | PASS | `{}` |
| `Cross-origin XHR in blob:` | TIMEOUT | `Test timed out` |
| `Same-origin => cross-origin 'fetch()' in blob:` | PASS | `{}` |
| `Same-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,default-src%20*)` | PASS | `{}` |
| `Same-origin XHR in http:?pipe=sub|header(Content-Security-Policy,default-src%20*)` | PASS | `{}` |
| `Cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,default-src%20*)` | PASS | `{}` |
| `Cross-origin XHR in http:?pipe=sub|header(Content-Security-Policy,default-src%20*)` | TIMEOUT | `Test timed out` |
| `Same-origin => cross-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,default-src%20%27none%27)` | PASS | `{}` |
| `Same-origin XHR in http:?pipe=sub|header(Content-Security-Policy,default-src%20%27none%27)` | PASS | `{}` |
| `Cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,default-src%20%27none%27)` | PASS | `{}` |
| `Cross-origin XHR in http:?pipe=sub|header(Content-Security-Policy,default-src%20%27none%27)` | TIMEOUT | `Test timed out` |
| `Same-origin => cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,default-src%20%27none%27)` | PASS | `{}` |
| `Same-origin 'fetch()' in filesystem:` | PASS | `{}` |
| `Same-origin XHR in filesystem:` | PASS | `{}` |
| `Cross-origin 'fetch()' in filesystem:` | PASS | `{}` |
| `Cross-origin XHR in filesystem:` | TIMEOUT | `Test timed out` |
| `Same-origin => cross-origin 'fetch()' in filesystem:` | PASS | `{}` |
</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5164/content-security-policy/inside-worker/dedicated-script.html">/content-security-policy/inside-worker/dedicated-script.html</a></summary>
| Subtest | Results | Messages |
|-------------------------------------------------------------------------------------------------------------------|---------|----------|
| | OK | |
| `Filesystem and blob.` | PASS | |
| `Cross-origin importScripts() blocked in http:?pipe=sub|header(Content-Security-Policy,script-src%20%27none%27)` | PASS | `{}` |
| `Cross-origin importScripts() blocked in http:?pipe=sub|header(Content-Security-Policy,script-src%20*)` | PASS | `{}` |
| `eval() blocked in http:?pipe=sub|header(Content-Security-Policy,script-src%20*)` | PASS | `{}` |
| `setTimeout([string]) blocked in http:?pipe=sub|header(Content-Security-Policy,script-src%20*)` | PASS | `{}` |
| `eval() blocked in http:?pipe=sub|header(Content-Security-Policy,script-src%20%27none%27)` | PASS | `{}` |
| `setTimeout([string]) blocked in http:?pipe=sub|header(Content-Security-Policy,script-src%20%27none%27)` | PASS | `{}` |
| `Cross-origin importScripts() blocked in http:?pipe=sub|header(Content-Security-Policy,default-src%20*)` | PASS | `{}` |
| `eval() blocked in http:?pipe=sub|header(Content-Security-Policy,default-src%20*)` | PASS | `{}` |
| `setTimeout([string]) blocked in http:?pipe=sub|header(Content-Security-Policy,default-src%20*)` | PASS | `{}` |
| `Cross-origin importScripts() blocked in http:` | PASS | `{}` |
| `eval() blocked in http:` | PASS | `{}` |
| `setTimeout([string]) blocked in http:` | PASS | `{}` |
| `Cross-origin importScripts() blocked in http:?pipe=sub|header(Content-Security-Policy,default-src%20%27none%27)` | PASS | `{}` |
| `eval() blocked in http:?pipe=sub|header(Content-Security-Policy,default-src%20%27none%27)` | PASS | `{}` |
| `setTimeout([string]) blocked in http:?pipe=sub|header(Content-Security-Policy,default-src%20%27none%27)` | PASS | `{}` |
| `Cross-origin importScripts() blocked in blob:` | PASS | `{}` |
| `eval() blocked in blob:` | PASS | `{}` |
| `setTimeout([string]) blocked in blob:` | PASS | `{}` |
| `Cross-origin importScripts() blocked in filesystem:` | PASS | `{}` |
| `eval() blocked in filesystem:` | PASS | `{}` |
| `setTimeout([string]) blocked in filesystem:` | PASS | `{}` |
</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5164/content-security-policy/inside-worker/shared-inheritance.html">/content-security-policy/inside-worker/shared-inheritance.html</a></summary>
| Subtest | Results | Messages |
|--------------------------------------------------------------------------------------------------------------------|---------|------------------|
| | TIMEOUT | |
| `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)` | TIMEOUT | `Test timed out` |
| `Same-origin => cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,connect-src%20%27self%27)` | PASS | `{}` |
| `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)` | TIMEOUT | `Test timed out` |
| `Same-origin => cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,default-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/5164/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() not blocked in http:` | PASS | `{}` |
| `eval() not blocked in http:` | PASS | `{}` |
| `setTimeout([string]) not blocked in http:` | PASS | `{}` |
| `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` | PASS | `{}` |
| `setTimeout([string]) blocked in http:?pipe=sub|header(Content-Security-Policy,default-src%20%27self%27` | PASS | `{}` |
| `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` | PASS | `{}` |
| `setTimeout([string]) blocked in http:?pipe=sub|header(Content-Security-Policy,script-src%20%27self%27` | PASS | `{}` |
</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5164/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 |
|------------------------------------------------------|---------|----------|
| | OK | |
| `Non-redirected cross-origin URLs are not stripped.` | PASS | |
</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5164/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 |
|------------------------------------------------------|---------|----------|
| | OK | |
| `Non-redirected cross-origin URLs are not stripped.` | PASS | |
</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5164/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 |
|------------------------------------------------------|---------|----------|
| | OK | |
| `Non-redirected cross-origin URLs are not stripped.` | PASS | |
</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5164/content-security-policy/securitypolicyviolation/securitypolicyviolation-block-image.sub.html">/content-security-policy/securitypolicyviolation/securitypolicyviolation-block-image.sub.html</a></summary>
| Subtest | Results | Messages |
|-----------------------------------------------------|---------|----------|
| | OK | |
| `Non-redirected same-origin URLs are not stripped.` | PASS | |
</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5164/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/5164/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.` | PASS | |
| `blob: dedicated worker allowed by 'blob:'.` | PASS | |
</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5164/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/5164/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.` | PASS | |
| `blob: dedicated worker blocked by 'blob:'.` | PASS | |
</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5164/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/5164/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/5164/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.` | PASS | |
</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5164/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/5164/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'.` | PASS | |
</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5164/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/5164/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/5164/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'.` | PASS | |
| `blob: dedicated worker allowed by 'blob:'.` | PASS | |
</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5164/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/5164/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'.` | PASS | |
| `blob: shared worker blocked by 'none'.` | PASS | |
</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5164/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/5164/cors/preflight-failure.htm">/cors/preflight-failure.htm</a></summary>
| Subtest | Results | Messages |
|----------------------------------------------------|---------|----------|
| | OK | |
| `Should throw error if preflight respond with 100` | PASS | |
| `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/5164/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).` | PASS | |
| `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).` | PASS | |
| `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).` | PASS | |
| `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).` | PASS | |
| `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).` | PASS | |
| `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).` | FAIL | `Failed to execute 'createEvent' on 'Document': The provided event type ('TouchEvent') is invalid.` |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (TrackEvent).` | PASS | |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (TransitionEvent).` | PASS | |
| `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).` | PASS | |
| `If the event's initialized flag is not set, an InvalidStateError must be thrown (WheelEvent).` | PASS | |
| `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/5164/dom/nodes/Document-createEvent.html">/dom/nodes/Document-createEvent.html</a></summary>
| Subtest | Results | Messages |
|--------------------------------------------------------------------------------------------------------------------|---------|---------------------------------------------------------------------------------------------------------------------------------|
| | OK | |
| `AnimationEvent should be an alias for AnimationEvent.` | PASS | |
| `createEvent('AnimationEvent') should be initialized correctly.` | PASS | |
| `animationevent should be an alias for AnimationEvent.` | FAIL | `Failed to execute 'createEvent' on 'Document': The provided event type ('animationevent') is invalid.` |
| `createEvent('animationevent') should be initialized correctly.` | FAIL | `Cannot read property 'type' of undefined` |
| `ANIMATIONEVENT should be an alias for AnimationEvent.` | FAIL | `Failed to execute 'createEvent' on 'Document': The provided event type ('ANIMATIONEVENT') is invalid.` |
| `createEvent('ANIMATIONEVENT') should be initialized correctly.` | FAIL | `Cannot read property 'type' of 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.` | FAIL | `Failed to execute 'createEvent' on 'Document': The provided event type ('beforeunloadevent') is invalid.` |
| `createEvent('beforeunloadevent') should be initialized correctly.` | FAIL | `Cannot read property 'type' of undefined` |
| `BEFOREUNLOADEVENT should be an alias for BeforeUnloadEvent.` | FAIL | `Failed to execute 'createEvent' on 'Document': The provided event type ('BEFOREUNLOADEVENT') is invalid.` |
| `createEvent('BEFOREUNLOADEVENT') should be initialized correctly.` | FAIL | `Cannot read property 'type' of undefined` |
| `Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "BeforeUnloadEvents"` | PASS | |
| `CloseEvent should be an alias for CloseEvent.` | PASS | |
| `createEvent('CloseEvent') should be initialized correctly.` | FAIL | `assert_equals: isTrusted should be initialized to false expected (boolean) false but got (undefined) undefined` |
| `closeevent should be an alias for CloseEvent.` | FAIL | `Failed to execute 'createEvent' on 'Document': The provided event type ('closeevent') is invalid.` |
| `createEvent('closeevent') should be initialized correctly.` | FAIL | `Cannot read property 'type' of undefined` |
| `CLOSEEVENT should be an alias for CloseEvent.` | FAIL | `Failed to execute 'createEvent' on 'Document': The provided event type ('CLOSEEVENT') is invalid.` |
| `createEvent('CLOSEEVENT') should be initialized correctly.` | FAIL | `Cannot read property 'type' of 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.` | FAIL | `Failed to execute 'createEvent' on 'Document': The provided event type ('compositionevent') is invalid.` |
| `createEvent('compositionevent') should be initialized correctly.` | FAIL | `Cannot read property 'type' of undefined` |
| `COMPOSITIONEVENT should be an alias for CompositionEvent.` | FAIL | `Failed to execute 'createEvent' on 'Document': The provided event type ('COMPOSITIONEVENT') is invalid.` |
| `createEvent('COMPOSITIONEVENT') should be initialized correctly.` | FAIL | `Cannot read property 'type' of undefined` |
| `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.` | FAIL | `assert_equals: isTrusted should be initialized to false expected (boolean) false but got (undefined) undefined` |
| `devicemotionevent should be an alias for DeviceMotionEvent.` | FAIL | `Failed to execute 'createEvent' on 'Document': The provided event type ('devicemotionevent') is invalid.` |
| `createEvent('devicemotionevent') should be initialized correctly.` | FAIL | `Cannot read property 'type' of undefined` |
| `DEVICEMOTIONEVENT should be an alias for DeviceMotionEvent.` | FAIL | `Failed to execute 'createEvent' on 'Document': The provided event type ('DEVICEMOTIONEVENT') is invalid.` |
| `createEvent('DEVICEMOTIONEVENT') should be initialized correctly.` | FAIL | `Cannot read property 'type' of undefined` |
| `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.` | FAIL | `assert_equals: isTrusted should be initialized to false expected (boolean) false but got (undefined) undefined` |
| `deviceorientationevent should be an alias for DeviceOrientationEvent.` | FAIL | `Failed to execute 'createEvent' on 'Document': The provided event type ('deviceorientationevent') is invalid.` |
| `createEvent('deviceorientationevent') should be initialized correctly.` | FAIL | `Cannot read property 'type' of undefined` |
| `DEVICEORIENTATIONEVENT should be an alias for DeviceOrientationEvent.` | FAIL | `Failed to execute 'createEvent' on 'Document': The provided event type ('DEVICEORIENTATIONEVENT') is invalid.` |
| `createEvent('DEVICEORIENTATIONEVENT') should be initialized correctly.` | FAIL | `Cannot read property 'type' of undefined` |
| `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.` | FAIL | `Failed to execute 'createEvent' on 'Document': The provided event type ('dragevent') is invalid.` |
| `createEvent('dragevent') should be initialized correctly.` | FAIL | `Cannot read property 'type' of undefined` |
| `DRAGEVENT should be an alias for DragEvent.` | FAIL | `Failed to execute 'createEvent' on 'Document': The provided event type ('DRAGEVENT') is invalid.` |
| `createEvent('DRAGEVENT') should be initialized correctly.` | FAIL | `Cannot read property 'type' of undefined` |
| `Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "DragEvents"` | PASS | |
| `ErrorEvent should be an alias for ErrorEvent.` | PASS | |
| `createEvent('ErrorEvent') should be initialized correctly.` | PASS | |
| `errorevent should be an alias for ErrorEvent.` | FAIL | `Failed to execute 'createEvent' on 'Document': The provided event type ('errorevent') is invalid.` |
| `createEvent('errorevent') should be initialized correctly.` | FAIL | `Cannot read property 'type' of undefined` |
| `ERROREVENT should be an alias for ErrorEvent.` | FAIL | `Failed to execute 'createEvent' on 'Document': The provided event type ('ERROREVENT') is invalid.` |
| `createEvent('ERROREVENT') should be initialized correctly.` | FAIL | `Cannot read property 'type' of undefined` |
| `Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "ErrorEvents"` | PASS | |
| `Event should be an alias for Event.` | PASS | |
| `createEvent('Event') should be initialized correctly.` | PASS | |
| `event should be an alias for Event.` | PASS | |
| `createEvent('event') should be initialized correctly.` | PASS | |
| `EVENT should be an alias for Event.` | PASS | |
| `createEvent('EVENT') should be initialized correctly.` | PASS | |
| `Events should be an alias for
View on GitHub: https://github.com/w3c/web-platform-tests/pull/5164#issuecomment-288585969
Received on Thursday, 23 March 2017 01:00:04 UTC