Bug 1187720 - Update web-platform-tests expected data to revision 4bc69f287365a67585d470300a2ef109689cf465, a=testonly

This commit is contained in:
James Graham 2015-07-24 19:14:55 +01:00
parent 549f4a4396
commit c7d22da401
90 changed files with 493 additions and 207 deletions

View File

@ -1,8 +1,5 @@
[Blob-constructor.html]
type: testharness
[no-argument Blob constructor without 'new']
expected: FAIL
[A plain object should be treated as a sequence for the blobParts argument.]
expected: FAIL

View File

@ -0,0 +1,176 @@
[idlharness.worker]
type: testharness
[URL interface: operation createFor(Blob)]
expected: FAIL
[Blob interface: attribute isClosed]
expected: FAIL
[Blob interface: operation close()]
expected: FAIL
[Blob interface: new Blob(["TEST"\]) must inherit property "isClosed" with the proper type (2)]
expected: FAIL
[Blob interface: new Blob(["TEST"\]) must inherit property "close" with the proper type (4)]
expected: FAIL
[File interface object length]
expected: FAIL
[Blob interface: new File(["myFileBits"\], "myFileName") must inherit property "isClosed" with the proper type (2)]
expected: FAIL
[Blob interface: new File(["myFileBits"\], "myFileName") must inherit property "close" with the proper type (4)]
expected: FAIL
[FileList interface: existence and properties of interface object]
expected: FAIL
[FileList interface object length]
expected: FAIL
[FileList interface: existence and properties of interface prototype object]
expected: FAIL
[FileList interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[FileList interface: operation item(unsigned long)]
expected: FAIL
[FileList interface: attribute length]
expected: FAIL
[FileReader interface: existence and properties of interface object]
expected: FAIL
[FileReader interface object length]
expected: FAIL
[FileReader interface: existence and properties of interface prototype object]
expected: FAIL
[FileReader interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[FileReader interface: operation readAsArrayBuffer(Blob)]
expected: FAIL
[FileReader interface: operation readAsText(Blob,DOMString)]
expected: FAIL
[FileReader interface: operation readAsDataURL(Blob)]
expected: FAIL
[FileReader interface: operation abort()]
expected: FAIL
[FileReader interface: constant EMPTY on interface object]
expected: FAIL
[FileReader interface: constant EMPTY on interface prototype object]
expected: FAIL
[FileReader interface: constant LOADING on interface object]
expected: FAIL
[FileReader interface: constant LOADING on interface prototype object]
expected: FAIL
[FileReader interface: constant DONE on interface object]
expected: FAIL
[FileReader interface: constant DONE on interface prototype object]
expected: FAIL
[FileReader interface: attribute readyState]
expected: FAIL
[FileReader interface: attribute result]
expected: FAIL
[FileReader interface: attribute error]
expected: FAIL
[FileReader interface: attribute onloadstart]
expected: FAIL
[FileReader interface: attribute onprogress]
expected: FAIL
[FileReader interface: attribute onload]
expected: FAIL
[FileReader interface: attribute onabort]
expected: FAIL
[FileReader interface: attribute onerror]
expected: FAIL
[FileReader interface: attribute onloadend]
expected: FAIL
[FileReader must be primary interface of new FileReader()]
expected: FAIL
[Stringification of new FileReader()]
expected: FAIL
[FileReader interface: new FileReader() must inherit property "readAsArrayBuffer" with the proper type (0)]
expected: FAIL
[FileReader interface: calling readAsArrayBuffer(Blob) on new FileReader() with too few arguments must throw TypeError]
expected: FAIL
[FileReader interface: new FileReader() must inherit property "readAsText" with the proper type (1)]
expected: FAIL
[FileReader interface: calling readAsText(Blob,DOMString) on new FileReader() with too few arguments must throw TypeError]
expected: FAIL
[FileReader interface: new FileReader() must inherit property "readAsDataURL" with the proper type (2)]
expected: FAIL
[FileReader interface: calling readAsDataURL(Blob) on new FileReader() with too few arguments must throw TypeError]
expected: FAIL
[FileReader interface: new FileReader() must inherit property "abort" with the proper type (3)]
expected: FAIL
[FileReader interface: new FileReader() must inherit property "EMPTY" with the proper type (4)]
expected: FAIL
[FileReader interface: new FileReader() must inherit property "LOADING" with the proper type (5)]
expected: FAIL
[FileReader interface: new FileReader() must inherit property "DONE" with the proper type (6)]
expected: FAIL
[FileReader interface: new FileReader() must inherit property "readyState" with the proper type (7)]
expected: FAIL
[FileReader interface: new FileReader() must inherit property "result" with the proper type (8)]
expected: FAIL
[FileReader interface: new FileReader() must inherit property "error" with the proper type (9)]
expected: FAIL
[FileReader interface: new FileReader() must inherit property "onloadstart" with the proper type (10)]
expected: FAIL
[FileReader interface: new FileReader() must inherit property "onprogress" with the proper type (11)]
expected: FAIL
[FileReader interface: new FileReader() must inherit property "onload" with the proper type (12)]
expected: FAIL
[FileReader interface: new FileReader() must inherit property "onabort" with the proper type (13)]
expected: FAIL
[FileReader interface: new FileReader() must inherit property "onerror" with the proper type (14)]
expected: FAIL
[FileReader interface: new FileReader() must inherit property "onloadend" with the proper type (15)]
expected: FAIL

View File

@ -0,0 +1,41 @@
[Node-lookupNamespaceURI.html]
type: testharness
[Element should not have XMLNS namespace]
expected: FAIL
[Element has namespace URI matching prefix]
expected: FAIL
[Element does not has namespace with xlmns prefix]
expected: FAIL
[Comment should inherit namespace URI matching prefix]
expected: FAIL
[Child element should inherit baz namespace]
expected: FAIL
[Child element should have null namespace]
expected: FAIL
[Child element should not have XMLNS namespace]
expected: FAIL
[Child element has namespace URI matching prefix]
expected: FAIL
[baz namespace is default for child]
expected: FAIL
[childNamespace is default for child]
expected: FAIL
[Document should have xhtml namespace]
expected: FAIL
[For document, baz namespace is not default]
expected: FAIL
[For document, xhtml namespace is default]
expected: FAIL

View File

@ -4,4 +4,3 @@
disabled:
if os == "win": inaccurate clock on Windows

View File

@ -2,6 +2,7 @@
type: testharness
expected:
if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): ERROR
if debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): ERROR
[opt_in_method: http-csp\n origin: same-host-https\n source_scheme: https\n context_nesting: top-level\n redirection: keep-scheme-redirect\n subresource: audio-tag\n expectation: allowed]
expected:
if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): PASS

View File

@ -1,5 +1,7 @@
[allowed.https.html]
type: testharness
expected:
if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): ERROR
[opt_in_method: http-csp\n origin: same-host-https\n source_scheme: https\n context_nesting: top-level\n redirection: no-redirect\n subresource: audio-tag\n expectation: allowed]
expected:
if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): PASS

View File

@ -1,6 +0,0 @@
[allowed.https.html]
type: testharness
[opt_in_method: http-csp\n origin: same-host-https\n source_scheme: https\n context_nesting: top-level\n redirection: no-redirect\n subresource: form-tag\n expectation: allowed]
expected:
if debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL

View File

@ -1,5 +1,6 @@
[allowed.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: http-csp\n origin: same-host-https\n source_scheme: https\n context_nesting: top-level\n redirection: keep-scheme-redirect\n subresource: link-prefetch-tag\n expectation: allowed]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[allowed.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: http-csp\n origin: same-host-https\n source_scheme: https\n context_nesting: top-level\n redirection: no-redirect\n subresource: link-prefetch-tag\n expectation: allowed]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[allowed.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: meta-csp\n origin: same-host-https\n source_scheme: https\n context_nesting: top-level\n redirection: no-redirect\n subresource: link-prefetch-tag\n expectation: allowed]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[allowed.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: no-opt-in\n origin: same-host-https\n source_scheme: https\n context_nesting: top-level\n redirection: keep-scheme-redirect\n subresource: link-prefetch-tag\n expectation: allowed]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[allowed.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: no-opt-in\n origin: same-host-https\n source_scheme: https\n context_nesting: top-level\n redirection: no-redirect\n subresource: link-prefetch-tag\n expectation: allowed]
expected: FAIL
expected: NOTRUN

View File

@ -14,6 +14,7 @@
if debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): TIMEOUT
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
[opt_in_method: http-csp\n origin: cross-origin-http\n source_scheme: https\n context_nesting: top-level\n redirection: no-redirect\n subresource: link-css-tag\n expectation: blocked]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[opt-in-blocks.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: http-csp\n origin: cross-origin-http\n source_scheme: https\n context_nesting: top-level\n redirection: swap-scheme-redirect\n subresource: link-css-tag\n expectation: blocked]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[opt-in-blocks.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: http-csp\n origin: cross-origin-http\n source_scheme: https\n context_nesting: top-level\n redirection: keep-scheme-redirect\n subresource: object-tag\n expectation: blocked]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[opt-in-blocks.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: http-csp\n origin: cross-origin-http\n source_scheme: https\n context_nesting: top-level\n redirection: no-redirect\n subresource: object-tag\n expectation: blocked]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[opt-in-blocks.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: http-csp\n origin: cross-origin-http\n source_scheme: https\n context_nesting: top-level\n redirection: swap-scheme-redirect\n subresource: object-tag\n expectation: blocked]
expected: FAIL
expected: NOTRUN

View File

@ -0,0 +1,9 @@
[opt-in-blocks.https.html]
type: testharness
[opt_in_method: http-csp\n origin: cross-origin-http\n source_scheme: https\n context_nesting: top-level\n redirection: no-redirect\n subresource: picture-tag\n expectation: blocked]
expected:
if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL
if debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): FAIL

View File

@ -14,6 +14,7 @@
if debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): TIMEOUT
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
[opt_in_method: http-csp\n origin: same-host-http\n source_scheme: https\n context_nesting: top-level\n redirection: no-redirect\n subresource: link-css-tag\n expectation: blocked]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[opt-in-blocks.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: http-csp\n origin: same-host-http\n source_scheme: https\n context_nesting: top-level\n redirection: swap-scheme-redirect\n subresource: link-css-tag\n expectation: blocked]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[opt-in-blocks.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: http-csp\n origin: same-host-http\n source_scheme: https\n context_nesting: top-level\n redirection: keep-scheme-redirect\n subresource: object-tag\n expectation: blocked]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[opt-in-blocks.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: http-csp\n origin: same-host-http\n source_scheme: https\n context_nesting: top-level\n redirection: no-redirect\n subresource: object-tag\n expectation: blocked]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[opt-in-blocks.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: http-csp\n origin: same-host-http\n source_scheme: https\n context_nesting: top-level\n redirection: swap-scheme-redirect\n subresource: object-tag\n expectation: blocked]
expected: FAIL
expected: NOTRUN

View File

@ -0,0 +1,9 @@
[opt-in-blocks.https.html]
type: testharness
[opt_in_method: http-csp\n origin: same-host-http\n source_scheme: https\n context_nesting: top-level\n redirection: no-redirect\n subresource: picture-tag\n expectation: blocked]
expected:
if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL
if debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): FAIL

View File

@ -2,5 +2,5 @@
type: testharness
expected: TIMEOUT
[opt_in_method: no-opt-in\n origin: cross-origin-http\n source_scheme: https\n context_nesting: top-level\n redirection: no-redirect\n subresource: link-css-tag\n expectation: blocked]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[no-opt-in-blocks.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: no-opt-in\n origin: cross-origin-http\n source_scheme: https\n context_nesting: top-level\n redirection: swap-scheme-redirect\n subresource: link-css-tag\n expectation: blocked]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[no-opt-in-blocks.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: no-opt-in\n origin: cross-origin-http\n source_scheme: https\n context_nesting: top-level\n redirection: keep-scheme-redirect\n subresource: object-tag\n expectation: blocked]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[no-opt-in-blocks.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: no-opt-in\n origin: cross-origin-http\n source_scheme: https\n context_nesting: top-level\n redirection: no-redirect\n subresource: object-tag\n expectation: blocked]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[no-opt-in-blocks.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: no-opt-in\n origin: cross-origin-http\n source_scheme: https\n context_nesting: top-level\n redirection: swap-scheme-redirect\n subresource: object-tag\n expectation: blocked]
expected: FAIL
expected: NOTRUN

View File

@ -0,0 +1,9 @@
[no-opt-in-blocks.https.html]
type: testharness
[opt_in_method: no-opt-in\n origin: cross-origin-http\n source_scheme: https\n context_nesting: top-level\n redirection: no-redirect\n subresource: picture-tag\n expectation: blocked]
expected:
if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL
if debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): FAIL

View File

@ -13,6 +13,8 @@
if debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): TIMEOUT
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
[opt_in_method: no-opt-in\n origin: same-host-http\n source_scheme: https\n context_nesting: top-level\n redirection: no-redirect\n subresource: link-css-tag\n expectation: blocked]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[no-opt-in-blocks.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: no-opt-in\n origin: same-host-http\n source_scheme: https\n context_nesting: top-level\n redirection: swap-scheme-redirect\n subresource: link-css-tag\n expectation: blocked]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[no-opt-in-blocks.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: no-opt-in\n origin: same-host-http\n source_scheme: https\n context_nesting: top-level\n redirection: keep-scheme-redirect\n subresource: object-tag\n expectation: blocked]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[no-opt-in-blocks.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: no-opt-in\n origin: same-host-http\n source_scheme: https\n context_nesting: top-level\n redirection: no-redirect\n subresource: object-tag\n expectation: blocked]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[no-opt-in-blocks.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: no-opt-in\n origin: same-host-http\n source_scheme: https\n context_nesting: top-level\n redirection: swap-scheme-redirect\n subresource: object-tag\n expectation: blocked]
expected: FAIL
expected: NOTRUN

View File

@ -0,0 +1,9 @@
[no-opt-in-blocks.https.html]
type: testharness
[opt_in_method: no-opt-in\n origin: same-host-http\n source_scheme: https\n context_nesting: top-level\n redirection: no-redirect\n subresource: picture-tag\n expectation: blocked]
expected:
if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL
if debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): FAIL

View File

@ -1,5 +1,6 @@
[opt-in-blocks.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: http-csp\n origin: cross-origin-http\n source_scheme: https\n context_nesting: top-level\n redirection: keep-scheme-redirect\n subresource: link-prefetch-tag\n expectation: blocked]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[opt-in-blocks.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: http-csp\n origin: cross-origin-http\n source_scheme: https\n context_nesting: top-level\n redirection: no-redirect\n subresource: link-prefetch-tag\n expectation: blocked]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[opt-in-blocks.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: http-csp\n origin: cross-origin-http\n source_scheme: https\n context_nesting: top-level\n redirection: swap-scheme-redirect\n subresource: link-prefetch-tag\n expectation: blocked]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[opt-in-blocks.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: http-csp\n origin: same-host-http\n source_scheme: https\n context_nesting: top-level\n redirection: keep-scheme-redirect\n subresource: link-prefetch-tag\n expectation: blocked]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[opt-in-blocks.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: http-csp\n origin: same-host-http\n source_scheme: https\n context_nesting: top-level\n redirection: no-redirect\n subresource: link-prefetch-tag\n expectation: blocked]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[opt-in-blocks.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: http-csp\n origin: same-host-http\n source_scheme: https\n context_nesting: top-level\n redirection: swap-scheme-redirect\n subresource: link-prefetch-tag\n expectation: blocked]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[opt-in-blocks.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: meta-csp\n origin: cross-origin-http\n source_scheme: https\n context_nesting: top-level\n redirection: no-redirect\n subresource: link-prefetch-tag\n expectation: blocked]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[opt-in-blocks.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: meta-csp\n origin: same-host-http\n source_scheme: https\n context_nesting: top-level\n redirection: no-redirect\n subresource: link-prefetch-tag\n expectation: blocked]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[no-opt-in-allows.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: no-opt-in\n origin: cross-origin-http\n source_scheme: https\n context_nesting: top-level\n redirection: keep-scheme-redirect\n subresource: link-prefetch-tag\n expectation: allowed]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[no-opt-in-allows.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: no-opt-in\n origin: cross-origin-http\n source_scheme: https\n context_nesting: top-level\n redirection: no-redirect\n subresource: link-prefetch-tag\n expectation: allowed]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[no-opt-in-allows.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: no-opt-in\n origin: cross-origin-http\n source_scheme: https\n context_nesting: top-level\n redirection: swap-scheme-redirect\n subresource: link-prefetch-tag\n expectation: allowed]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[no-opt-in-allows.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: no-opt-in\n origin: same-host-http\n source_scheme: https\n context_nesting: top-level\n redirection: keep-scheme-redirect\n subresource: link-prefetch-tag\n expectation: allowed]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[no-opt-in-allows.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: no-opt-in\n origin: same-host-http\n source_scheme: https\n context_nesting: top-level\n redirection: no-redirect\n subresource: link-prefetch-tag\n expectation: allowed]
expected: FAIL
expected: NOTRUN

View File

@ -1,5 +1,6 @@
[no-opt-in-allows.https.html]
type: testharness
expected: TIMEOUT
[opt_in_method: no-opt-in\n origin: same-host-http\n source_scheme: https\n context_nesting: top-level\n redirection: swap-scheme-redirect\n subresource: link-prefetch-tag\n expectation: allowed]
expected: FAIL
expected: NOTRUN

View File

@ -0,0 +1,6 @@
[constructor-basic.html]
type: testharness
expected: TIMEOUT
[Called the notification constructor with one argument.]
expected: NOTRUN

View File

@ -0,0 +1,6 @@
[constructor-invalid.html]
type: testharness
expected: TIMEOUT
[Called the notification constructor with no arguments.]
expected: NOTRUN

View File

@ -4,3 +4,6 @@
[the notification.onclose event can be invoked]
expected: NOTRUN
[Checked test prerequisites.]
expected: NOTRUN

View File

@ -4,3 +4,6 @@
[the notification.onshow event can be invoked]
expected: NOTRUN
[Checked test prerequisites.]
expected: NOTRUN

View File

@ -0,0 +1,6 @@
[instance.html]
type: testharness
expected: TIMEOUT
[Notification instance basic tests]
expected: NOTRUN

View File

@ -0,0 +1,114 @@
[lang.html]
type: testharness
expected: TIMEOUT
[Roundtripping lang "". Expecting "".]
expected: NOTRUN
[Roundtripping lang "en". Expecting "en".]
expected: NOTRUN
[Roundtripping lang "en-US-x-hixie". Expecting "en-US-x-hixie".]
expected: NOTRUN
[Roundtripping lang "de-DE". Expecting "de-DE".]
expected: NOTRUN
[Roundtripping lang "de-de". Expecting "de-de".]
expected: NOTRUN
[Roundtripping lang "de-De". Expecting "de-De".]
expected: NOTRUN
[Roundtripping lang "de-dE". Expecting "de-dE".]
expected: NOTRUN
[Roundtripping lang "de-DE-1996". Expecting "de-DE-1996".]
expected: NOTRUN
[Roundtripping lang "de-Latn-DE". Expecting "de-Latn-DE".]
expected: NOTRUN
[Roundtripping lang "de-Latf-DE". Expecting "de-Latf-DE".]
expected: NOTRUN
[Roundtripping lang "de-Latn-DE-1996". Expecting "de-Latn-DE-1996".]
expected: NOTRUN
[Roundtripping lang "de-CH". Expecting "de-CH".]
expected: NOTRUN
[Roundtripping lang "it-CH". Expecting "it-CH".]
expected: NOTRUN
[Roundtripping lang "fr-CH". Expecting "fr-CH".]
expected: NOTRUN
[Roundtripping lang "rm-CH". Expecting "rm-CH".]
expected: NOTRUN
[Roundtripping lang "es-CH". Expecting "es-CH".]
expected: NOTRUN
[Roundtripping lang "Latn-de". Expecting "".]
expected: NOTRUN
[Roundtripping lang "Latf-de". Expecting "".]
expected: NOTRUN
[Roundtripping lang "tic-tac-tac-toe". Expecting "".]
expected: NOTRUN
[Roundtripping lang "cocoa-1-bar". Expecting "".]
expected: NOTRUN
[Roundtripping lang "cocoa-a-bar". Expecting "".]
expected: NOTRUN
[Roundtripping lang "en-". Expecting "".]
expected: NOTRUN
[Roundtripping lang "en--". Expecting "".]
expected: NOTRUN
[Roundtripping lang "foo--bar". Expecting "".]
expected: NOTRUN
[Roundtripping lang "id---Java". Expecting "".]
expected: NOTRUN
[Roundtripping lang "fr-x". Expecting "".]
expected: NOTRUN
[Roundtripping lang "fr-xenomorph". Expecting "".]
expected: NOTRUN
[Roundtripping lang "fr-x-xenomorph". Expecting "".]
expected: NOTRUN
[Roundtripping lang "a". Expecting "".]
expected: NOTRUN
[Roundtripping lang "a-fr-lang". Expecting "".]
expected: NOTRUN
[Roundtripping lang "b-fr-lang". Expecting "".]
expected: NOTRUN
[Roundtripping lang "es1-KK-aa-bb-cc-dd". Expecting "".]
expected: NOTRUN
[Roundtripping lang "es2-KL-aa-bb-cc-dd". Expecting "".]
expected: NOTRUN
[Roundtripping lang "es3-KM-aa-bb-cc-dd". Expecting "".]
expected: NOTRUN
[Roundtripping lang "fooÉ". Expecting "".]
expected: NOTRUN
[Roundtripping lang "foöÉ-bÁr". Expecting "".]
expected: NOTRUN
[Roundtripping lang "foöÉbÁr". Expecting "".]
expected: NOTRUN

View File

@ -1,6 +0,0 @@
[notification-lang.html]
type: testharness
expected: TIMEOUT
[We have permission to use the notifications API.]
expected: NOTRUN

View File

@ -1,6 +0,0 @@
[111.html]
type: testharness
[ scheduler: removing async attribute at runtime]
expected:
if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL

View File

@ -1,3 +0,0 @@
[hosting-multiple-shadow-trees-002.html]
type: reftest
expected: FAIL

View File

@ -1,3 +0,0 @@
[hosting-multiple-shadow-trees-003.html]
type: reftest
expected: FAIL

View File

@ -1,5 +0,0 @@
[test-001.html]
type: testharness
[A_04_05_01_T02]
expected: FAIL

View File

@ -1,5 +0,0 @@
[test-002.html]
type: testharness
[A_04_05_02_T01]
expected: FAIL

View File

@ -1,5 +0,0 @@
[test-003.html]
type: testharness
[A_04_05_03_T01]
expected: FAIL

View File

@ -1,5 +0,0 @@
[test-007.html]
type: testharness
[A_04_03_06_03_T01]
expected: FAIL

View File

@ -1,5 +0,0 @@
[test-008.html]
type: testharness
[A_04_03_06_04_T01]
expected: FAIL

View File

@ -1,5 +0,0 @@
[test-009.html]
type: testharness
[A_04_03_06_05_T01]
expected: FAIL

View File

@ -1,5 +0,0 @@
[test-010.html]
type: testharness
[A_04_03_06_06_T01]
expected: FAIL

View File

@ -1,5 +0,0 @@
[test-011.html]
type: testharness
[A_04_03_06_07_T01]
expected: FAIL

View File

@ -1,5 +0,0 @@
[test-012.html]
type: testharness
[A_04_03_06_08_T01]
expected: FAIL

View File

@ -1,5 +0,0 @@
[test-013.html]
type: testharness
[A_04_03_06_09_T01]
expected: FAIL

View File

@ -1,5 +0,0 @@
[test-014.html]
type: testharness
[A_04_03_06_10_T01]
expected: FAIL

View File

@ -1,5 +0,0 @@
[test-015.html]
type: testharness
[A_04_03_06_11_T01]
expected: FAIL

View File

@ -1,5 +0,0 @@
[test-016.html]
type: testharness
[A_04_03_06_12_T01]
expected: FAIL

View File

@ -1,5 +0,0 @@
[test-017.html]
type: testharness
[A_04_03_06_13_T01]
expected: FAIL

View File

@ -1,5 +0,0 @@
[test-018.html]
type: testharness
[A_04_03_06_14_T01]
expected: FAIL

View File

@ -1,5 +0,0 @@
[test-019.html]
type: testharness
[A_04_03_06_15_T01]
expected: FAIL

View File

@ -1,5 +0,0 @@
[test-020.html]
type: testharness
[A_04_03_06_16_T01]
expected: FAIL

View File

@ -1,5 +0,0 @@
[test-002.html]
type: testharness
[A_06_00_02_T03]
expected: FAIL

View File

@ -72,3 +72,6 @@
[Style: <crossorigin='anonymous'> with CORS-ineligible resource]
expected: FAIL
[Style: Same-origin with incorrect sha256 and sha512 hash, rel='alternate stylesheet' enabled]
expected: FAIL

View File

@ -1,10 +1,6 @@
[fetch-csp.https.html]
type: testharness
expected:
if debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): CRASH
if debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): CRASH
if debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): CRASH
TIMEOUT
expected: TIMEOUT
[Verify CSP control of fetch() in a Service Worker]
expected: TIMEOUT

View File

@ -1,10 +1,3 @@
[fetch-event-async-respond-with.https.html]
type: testharness
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): CRASH
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): CRASH
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): CRASH
if debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): CRASH
if debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): CRASH
if debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): CRASH
CRASH
expected: CRASH

View File

@ -1,10 +1,3 @@
[fetch-event-respond-with-stops-propagation.https.html]
type: testharness
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): CRASH
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): CRASH
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): CRASH
if debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): CRASH
if debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): CRASH
if debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): CRASH
CRASH
expected: CRASH

View File

@ -11,12 +11,18 @@
expected: FAIL
[Opaque type response could not be loaded in the iframe.]
expected: FAIL
expected:
if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): PASS
if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): PASS
FAIL
[CORS type response could not be loaded in the new window.]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1183162
expected: FAIL
expected:
if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): PASS
FAIL
[Opaque type response could not be loaded in the new window.]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1183162
expected: FAIL

View File

@ -1,10 +1,6 @@
[fetch-request-xhr.https.html]
type: testharness
expected:
if debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): CRASH
if debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): CRASH
if debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): CRASH
TIMEOUT
expected: TIMEOUT
[Verify the body of FetchEvent using XMLHttpRequest]
expected: TIMEOUT

View File

@ -1,10 +1,6 @@
[fetch-response-xhr.https.html]
type: testharness
expected:
if debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): CRASH
if debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): CRASH
if debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): CRASH
TIMEOUT
expected: TIMEOUT
[Verify the response of FetchEvent using XMLHttpRequest]
expected: TIMEOUT

View File

@ -1,10 +1,6 @@
[invalid-blobtype.https.html]
type: testharness
expected:
if debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): CRASH
if debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): CRASH
if debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): CRASH
TIMEOUT
expected: TIMEOUT
[Verify the response of FetchEvent using XMLHttpRequest]
expected: TIMEOUT

View File

@ -1,10 +1,6 @@
[invalid-header.https.html]
type: testharness
expected:
if debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): CRASH
if debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): CRASH
if debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): CRASH
TIMEOUT
expected: TIMEOUT
[Verify the response of FetchEvent using XMLHttpRequest]
expected: TIMEOUT

View File

@ -1,10 +1,6 @@
[referer.https.html]
type: testharness
expected:
if debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): CRASH
if debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): CRASH
if debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): CRASH
TIMEOUT
expected: TIMEOUT
[Verify the referer]
expected: TIMEOUT