From eeee9fad53935401acba098df71ddf7af0345da5 Mon Sep 17 00:00:00 2001 From: James Graham Date: Fri, 10 Apr 2015 00:13:58 +0100 Subject: [PATCH] Bug 1153521 - Update web-platform-tests expected data to revision 7311aa630534282885b9add15b1c30b2b59316dd, a=testonly --- .../2d.gradient.radial.outside3.html.ini | 2 +- .../2d.line.join.parallel.html.ini | 6 - .../2d.path.arcTo.shape.curve1.html.ini | 2 +- .../2d.path.arcTo.shape.curve2.html.ini | 2 +- .../shadows/2d.shadow.enable.blur.html.ini | 2 +- .../shadows/2d.shadow.enable.x.html.ini | 2 +- .../shadows/2d.shadow.enable.y.html.ini | 2 +- .../getresponseheader-chunked-trailer.htm.ini | 5 - .../meta/fetch/nosniff/image.html.ini | 48 +++++++ .../meta/fetch/nosniff/importscripts.html.ini | 5 + .../fetch/nosniff/parsing-nosniff.html.ini | 8 ++ .../nosniff/script.html.ini} | 10 +- .../meta/fetch/nosniff/stylesheet.html.ini | 17 +++ .../meta/fetch/nosniff/worker.html.ini | 14 ++ .../srcset/parse-a-srcset-attribute.html.ini | 1 + .../serviceworker/cache-add.https.html.ini | 5 + .../serviceworker/cache-delete.https.html.ini | 5 + .../serviceworker/cache-match.https.html.ini | 5 + .../serviceworker/cache-put.https.html.ini | 5 + .../cache-storage-keys.https.html.ini | 5 + .../cache-storage-match.https.html.ini | 5 + .../cache-storage.https.html.ini | 5 + .../window/cache-add.https.html.ini | 14 ++ .../window/cache-delete.https.html.ini | 8 ++ .../window/cache-match.https.html.ini | 130 ++++++++++++++++++ .../window/cache-put.https.html.ini | 10 ++ .../window/cache-storage-keys.https.html.ini | 5 + .../window/cache-storage-match.https.html.ini | 7 + .../window/cache-storage.https.html.ini | 10 ++ .../window/sandboxed-iframes.https.html.ini | 6 + .../worker/cache-add.https.html.ini | 14 ++ .../worker/cache-delete.https.html.ini | 8 ++ .../worker/cache-match.https.html.ini | 84 +++++++++++ .../worker/cache-put.https.html.ini | 10 ++ .../worker/cache-storage-keys.https.html.ini | 5 + .../worker/cache-storage-match.https.html.ini | 7 + .../worker/cache-storage.https.html.ini | 40 ++++++ 37 files changed, 497 insertions(+), 22 deletions(-) delete mode 100644 testing/web-platform/meta/2dcontext/line-styles/2d.line.join.parallel.html.ini delete mode 100644 testing/web-platform/meta/XMLHttpRequest/getresponseheader-chunked-trailer.htm.ini create mode 100644 testing/web-platform/meta/fetch/nosniff/image.html.ini create mode 100644 testing/web-platform/meta/fetch/nosniff/importscripts.html.ini create mode 100644 testing/web-platform/meta/fetch/nosniff/parsing-nosniff.html.ini rename testing/web-platform/meta/{websockets/interfaces/WebSocket/events/013.html.ini => fetch/nosniff/script.html.ini} (50%) create mode 100644 testing/web-platform/meta/fetch/nosniff/stylesheet.html.ini create mode 100644 testing/web-platform/meta/fetch/nosniff/worker.html.ini create mode 100644 testing/web-platform/meta/service-workers/cache-storage/serviceworker/cache-add.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/cache-storage/serviceworker/cache-delete.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/cache-storage/serviceworker/cache-match.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/cache-storage/serviceworker/cache-put.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/cache-storage/serviceworker/cache-storage-keys.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/cache-storage/serviceworker/cache-storage-match.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/cache-storage/serviceworker/cache-storage.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/cache-storage/window/cache-add.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/cache-storage/window/cache-delete.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/cache-storage/window/cache-match.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/cache-storage/window/cache-put.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/cache-storage/window/cache-storage-keys.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/cache-storage/window/cache-storage-match.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/cache-storage/window/cache-storage.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/cache-storage/window/sandboxed-iframes.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/cache-storage/worker/cache-add.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/cache-storage/worker/cache-delete.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/cache-storage/worker/cache-match.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/cache-storage/worker/cache-put.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/cache-storage/worker/cache-storage-keys.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/cache-storage/worker/cache-storage-match.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/cache-storage/worker/cache-storage.https.html.ini diff --git a/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.radial.outside3.html.ini b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.radial.outside3.html.ini index 8113aa7f962d..eab1627454bc 100644 --- a/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.radial.outside3.html.ini +++ b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.radial.outside3.html.ini @@ -3,5 +3,5 @@ [Canvas test: 2d.gradient.radial.outside3] expected: if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL - if (os == "mac"): FAIL + if os == "mac": FAIL diff --git a/testing/web-platform/meta/2dcontext/line-styles/2d.line.join.parallel.html.ini b/testing/web-platform/meta/2dcontext/line-styles/2d.line.join.parallel.html.ini deleted file mode 100644 index 342e4e88ad42..000000000000 --- a/testing/web-platform/meta/2dcontext/line-styles/2d.line.join.parallel.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[2d.line.join.parallel.html] - type: testharness - [Line joins are drawn at 180-degree joins] - expected: - if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): FAIL - diff --git a/testing/web-platform/meta/2dcontext/path-objects/2d.path.arcTo.shape.curve1.html.ini b/testing/web-platform/meta/2dcontext/path-objects/2d.path.arcTo.shape.curve1.html.ini index a47952aa18e7..7bb4757d97d8 100644 --- a/testing/web-platform/meta/2dcontext/path-objects/2d.path.arcTo.shape.curve1.html.ini +++ b/testing/web-platform/meta/2dcontext/path-objects/2d.path.arcTo.shape.curve1.html.ini @@ -3,5 +3,5 @@ [arcTo() curves in the right kind of shape] expected: if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL - if (os == "mac"): FAIL + if os == "mac": FAIL diff --git a/testing/web-platform/meta/2dcontext/path-objects/2d.path.arcTo.shape.curve2.html.ini b/testing/web-platform/meta/2dcontext/path-objects/2d.path.arcTo.shape.curve2.html.ini index 32211dca0e6c..3da61604e2db 100644 --- a/testing/web-platform/meta/2dcontext/path-objects/2d.path.arcTo.shape.curve2.html.ini +++ b/testing/web-platform/meta/2dcontext/path-objects/2d.path.arcTo.shape.curve2.html.ini @@ -3,5 +3,5 @@ [arcTo() curves in the right kind of shape] expected: if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL - if (os == "mac"): FAIL + if os == "mac": FAIL diff --git a/testing/web-platform/meta/2dcontext/shadows/2d.shadow.enable.blur.html.ini b/testing/web-platform/meta/2dcontext/shadows/2d.shadow.enable.blur.html.ini index e8c5b199ffa6..a060c5f24f4f 100644 --- a/testing/web-platform/meta/2dcontext/shadows/2d.shadow.enable.blur.html.ini +++ b/testing/web-platform/meta/2dcontext/shadows/2d.shadow.enable.blur.html.ini @@ -3,5 +3,5 @@ [Shadows are drawn if shadowBlur is set] expected: if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL - if (os == "mac"): FAIL + if os == "mac": FAIL diff --git a/testing/web-platform/meta/2dcontext/shadows/2d.shadow.enable.x.html.ini b/testing/web-platform/meta/2dcontext/shadows/2d.shadow.enable.x.html.ini index 765c20c77446..11e77777047a 100644 --- a/testing/web-platform/meta/2dcontext/shadows/2d.shadow.enable.x.html.ini +++ b/testing/web-platform/meta/2dcontext/shadows/2d.shadow.enable.x.html.ini @@ -3,5 +3,5 @@ [Shadows are drawn if shadowOffsetX is set] expected: if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL - if (os == "mac"): FAIL + if os == "mac": FAIL diff --git a/testing/web-platform/meta/2dcontext/shadows/2d.shadow.enable.y.html.ini b/testing/web-platform/meta/2dcontext/shadows/2d.shadow.enable.y.html.ini index 1ad92e44862c..7fe3599407b8 100644 --- a/testing/web-platform/meta/2dcontext/shadows/2d.shadow.enable.y.html.ini +++ b/testing/web-platform/meta/2dcontext/shadows/2d.shadow.enable.y.html.ini @@ -3,5 +3,5 @@ [Shadows are drawn if shadowOffsetY is set] expected: if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL - if (os == "mac"): FAIL + if os == "mac": FAIL diff --git a/testing/web-platform/meta/XMLHttpRequest/getresponseheader-chunked-trailer.htm.ini b/testing/web-platform/meta/XMLHttpRequest/getresponseheader-chunked-trailer.htm.ini deleted file mode 100644 index 0ee1ddfee54a..000000000000 --- a/testing/web-platform/meta/XMLHttpRequest/getresponseheader-chunked-trailer.htm.ini +++ /dev/null @@ -1,5 +0,0 @@ -[getresponseheader-chunked-trailer.htm] - type: testharness - [XMLHttpRequest: getResponseHeader() and HTTP trailer] - expected: FAIL - diff --git a/testing/web-platform/meta/fetch/nosniff/image.html.ini b/testing/web-platform/meta/fetch/nosniff/image.html.ini new file mode 100644 index 000000000000..2f60ec389e03 --- /dev/null +++ b/testing/web-platform/meta/fetch/nosniff/image.html.ini @@ -0,0 +1,48 @@ +[image.html] + type: testharness + [URL query: ] + expected: + if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL + if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86") and (bits == 32): FAIL + + [URL query: ?type=] + expected: + if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL + if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86") and (bits == 32): FAIL + + [URL query: ?type=x] + expected: + if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL + if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86") and (bits == 32): FAIL + + [URL query: ?type=x/x] + expected: + if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL + if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86") and (bits == 32): FAIL + + [URL query: ?type=image/gif] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL + + [URL query: ?type=image/png] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL + + [URL query: ?type=image/png;blah] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL + diff --git a/testing/web-platform/meta/fetch/nosniff/importscripts.html.ini b/testing/web-platform/meta/fetch/nosniff/importscripts.html.ini new file mode 100644 index 000000000000..2e04036194e8 --- /dev/null +++ b/testing/web-platform/meta/fetch/nosniff/importscripts.html.ini @@ -0,0 +1,5 @@ +[importscripts.html] + type: testharness + [Test importScripts()] + expected: FAIL + diff --git a/testing/web-platform/meta/fetch/nosniff/parsing-nosniff.html.ini b/testing/web-platform/meta/fetch/nosniff/parsing-nosniff.html.ini new file mode 100644 index 000000000000..1b49f9f96e13 --- /dev/null +++ b/testing/web-platform/meta/fetch/nosniff/parsing-nosniff.html.ini @@ -0,0 +1,8 @@ +[parsing-nosniff.html] + type: testharness + [URL query: first] + expected: FAIL + + [URL query: uppercase] + expected: FAIL + diff --git a/testing/web-platform/meta/websockets/interfaces/WebSocket/events/013.html.ini b/testing/web-platform/meta/fetch/nosniff/script.html.ini similarity index 50% rename from testing/web-platform/meta/websockets/interfaces/WebSocket/events/013.html.ini rename to testing/web-platform/meta/fetch/nosniff/script.html.ini index 9aed3cd3b1b9..68dd7064313a 100644 --- a/testing/web-platform/meta/websockets/interfaces/WebSocket/events/013.html.ini +++ b/testing/web-platform/meta/fetch/nosniff/script.html.ini @@ -1,14 +1,14 @@ -[013.html] +[script.html] type: testharness - [onclose] + [URL query: ] expected: FAIL - [onopen] + [URL query: ?type=] expected: FAIL - [onerror] + [URL query: ?type=x] expected: FAIL - [onmessage] + [URL query: ?type=x/x] expected: FAIL diff --git a/testing/web-platform/meta/fetch/nosniff/stylesheet.html.ini b/testing/web-platform/meta/fetch/nosniff/stylesheet.html.ini new file mode 100644 index 000000000000..c555fdaa7dcc --- /dev/null +++ b/testing/web-platform/meta/fetch/nosniff/stylesheet.html.ini @@ -0,0 +1,17 @@ +[stylesheet.html] + type: testharness + [URL query: ] + expected: FAIL + + [URL query: ?type=] + expected: FAIL + + [URL query: ?type=x] + expected: FAIL + + [URL query: ?type=x/x] + expected: FAIL + + [URL query: ?type=text/css;blah] + expected: FAIL + diff --git a/testing/web-platform/meta/fetch/nosniff/worker.html.ini b/testing/web-platform/meta/fetch/nosniff/worker.html.ini new file mode 100644 index 000000000000..0131291f8acb --- /dev/null +++ b/testing/web-platform/meta/fetch/nosniff/worker.html.ini @@ -0,0 +1,14 @@ +[worker.html] + type: testharness + [URL query: ] + expected: FAIL + + [URL query: ?type=] + expected: FAIL + + [URL query: ?type=x] + expected: FAIL + + [URL query: ?type=x/x] + expected: FAIL + diff --git a/testing/web-platform/meta/html/semantics/embedded-content/the-img-element/srcset/parse-a-srcset-attribute.html.ini b/testing/web-platform/meta/html/semantics/embedded-content/the-img-element/srcset/parse-a-srcset-attribute.html.ini index c84698b0d21a..d2816f941813 100644 --- a/testing/web-platform/meta/html/semantics/embedded-content/the-img-element/srcset/parse-a-srcset-attribute.html.ini +++ b/testing/web-platform/meta/html/semantics/embedded-content/the-img-element/srcset/parse-a-srcset-attribute.html.ini @@ -17,3 +17,4 @@ ["data:,a ‍1x" (leading U+200D)] expected: FAIL + diff --git a/testing/web-platform/meta/service-workers/cache-storage/serviceworker/cache-add.https.html.ini b/testing/web-platform/meta/service-workers/cache-storage/serviceworker/cache-add.https.html.ini new file mode 100644 index 000000000000..77d8ed8f993a --- /dev/null +++ b/testing/web-platform/meta/service-workers/cache-storage/serviceworker/cache-add.https.html.ini @@ -0,0 +1,5 @@ +[cache-add.https.html] + type: testharness + [Cache.add and Cache.addAll] + expected: FAIL + diff --git a/testing/web-platform/meta/service-workers/cache-storage/serviceworker/cache-delete.https.html.ini b/testing/web-platform/meta/service-workers/cache-storage/serviceworker/cache-delete.https.html.ini new file mode 100644 index 000000000000..752482dc8ed4 --- /dev/null +++ b/testing/web-platform/meta/service-workers/cache-storage/serviceworker/cache-delete.https.html.ini @@ -0,0 +1,5 @@ +[cache-delete.https.html] + type: testharness + [Cache.delete] + expected: FAIL + diff --git a/testing/web-platform/meta/service-workers/cache-storage/serviceworker/cache-match.https.html.ini b/testing/web-platform/meta/service-workers/cache-storage/serviceworker/cache-match.https.html.ini new file mode 100644 index 000000000000..9381c0e2454c --- /dev/null +++ b/testing/web-platform/meta/service-workers/cache-storage/serviceworker/cache-match.https.html.ini @@ -0,0 +1,5 @@ +[cache-match.https.html] + type: testharness + [Cache.match and Cache.matchAll] + expected: FAIL + diff --git a/testing/web-platform/meta/service-workers/cache-storage/serviceworker/cache-put.https.html.ini b/testing/web-platform/meta/service-workers/cache-storage/serviceworker/cache-put.https.html.ini new file mode 100644 index 000000000000..5eadc3a1f4c5 --- /dev/null +++ b/testing/web-platform/meta/service-workers/cache-storage/serviceworker/cache-put.https.html.ini @@ -0,0 +1,5 @@ +[cache-put.https.html] + type: testharness + [Cache.put] + expected: FAIL + diff --git a/testing/web-platform/meta/service-workers/cache-storage/serviceworker/cache-storage-keys.https.html.ini b/testing/web-platform/meta/service-workers/cache-storage/serviceworker/cache-storage-keys.https.html.ini new file mode 100644 index 000000000000..21019a400bdb --- /dev/null +++ b/testing/web-platform/meta/service-workers/cache-storage/serviceworker/cache-storage-keys.https.html.ini @@ -0,0 +1,5 @@ +[cache-storage-keys.https.html] + type: testharness + [CacheStorage.keys] + expected: FAIL + diff --git a/testing/web-platform/meta/service-workers/cache-storage/serviceworker/cache-storage-match.https.html.ini b/testing/web-platform/meta/service-workers/cache-storage/serviceworker/cache-storage-match.https.html.ini new file mode 100644 index 000000000000..3b1901841e2f --- /dev/null +++ b/testing/web-platform/meta/service-workers/cache-storage/serviceworker/cache-storage-match.https.html.ini @@ -0,0 +1,5 @@ +[cache-storage-match.https.html] + type: testharness + [CacheStorage.match] + expected: FAIL + diff --git a/testing/web-platform/meta/service-workers/cache-storage/serviceworker/cache-storage.https.html.ini b/testing/web-platform/meta/service-workers/cache-storage/serviceworker/cache-storage.https.html.ini new file mode 100644 index 000000000000..d6b8f22d8571 --- /dev/null +++ b/testing/web-platform/meta/service-workers/cache-storage/serviceworker/cache-storage.https.html.ini @@ -0,0 +1,5 @@ +[cache-storage.https.html] + type: testharness + [CacheStorage] + expected: FAIL + diff --git a/testing/web-platform/meta/service-workers/cache-storage/window/cache-add.https.html.ini b/testing/web-platform/meta/service-workers/cache-storage/window/cache-add.https.html.ini new file mode 100644 index 000000000000..4167f8caf5f4 --- /dev/null +++ b/testing/web-platform/meta/service-workers/cache-storage/window/cache-add.https.html.ini @@ -0,0 +1,14 @@ +[cache-add.https.html] + type: testharness + [Cache.add called with Request object] + expected: FAIL + + [Cache.add called with Request object with a used body] + expected: FAIL + + [Cache.add called twice with the same Request object] + expected: FAIL + + [Cache.addAll called with the same Request object specified twice] + expected: FAIL + diff --git a/testing/web-platform/meta/service-workers/cache-storage/window/cache-delete.https.html.ini b/testing/web-platform/meta/service-workers/cache-storage/window/cache-delete.https.html.ini new file mode 100644 index 000000000000..b36a2ed15220 --- /dev/null +++ b/testing/web-platform/meta/service-workers/cache-storage/window/cache-delete.https.html.ini @@ -0,0 +1,8 @@ +[cache-delete.https.html] + type: testharness + [Cache.delete called with a Request object] + expected: FAIL + + [Cache.delete with a Request object containing used body] + expected: FAIL + diff --git a/testing/web-platform/meta/service-workers/cache-storage/window/cache-match.https.html.ini b/testing/web-platform/meta/service-workers/cache-storage/window/cache-match.https.html.ini new file mode 100644 index 000000000000..e88b75794c88 --- /dev/null +++ b/testing/web-platform/meta/service-workers/cache-storage/window/cache-match.https.html.ini @@ -0,0 +1,130 @@ +[cache-match.https.html] + type: testharness + disabled: + if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1153470 + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT + [Cache.matchAll with no matching entries] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT + + [Cache.match with no matching entries] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT + + [Cache.matchAll with URL] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT + + [Cache.match with URL] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT + + [Cache.matchAll with Request] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT + + [Cache.match with Request] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT + + [Cache.matchAll with new Request] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT + + [Cache.match with new Request] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT + + [Cache.match with Request containing non-empty body] + expected: FAIL + + [Cache.matchAll with ignoreSearch option (request with no search parameters)] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT + + [Cache.match with ignoreSearch option (request with no search parameters)] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT + + [Cache.matchAll with ignoreSearch option (request with search parameter)] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT + + [Cache.match with ignoreSearch option (request with search parameter)] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT + + [Cache.matchAll with URL containing fragment] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT + + [Cache.match with URL containing fragment] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT + + [Cache.matchAll with string fragment "http" as query] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT + + [Cache.match with string fragment "http" as query] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT + + [Cache.matchAll with URL containing credentials] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT + + [Cache.match with URL containing credentials] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT + + [Cache.matchAll with responses containing "Vary" header] + expected: + if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL + if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + if not debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86") and (bits == 32): FAIL + if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT + + [Cache.match with responses containing "Vary" header] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT + + [Cache.matchAll with "ignoreVary" parameter] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT + + [Cache.match with Request and Response objects with different URLs] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT + + [Cache.match invoked multiple times for the same Request/Response] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT + diff --git a/testing/web-platform/meta/service-workers/cache-storage/window/cache-put.https.html.ini b/testing/web-platform/meta/service-workers/cache-storage/window/cache-put.https.html.ini new file mode 100644 index 000000000000..3f0cf5bfa867 --- /dev/null +++ b/testing/web-platform/meta/service-workers/cache-storage/window/cache-put.https.html.ini @@ -0,0 +1,10 @@ +[cache-put.https.html] + type: testharness + disabled: + if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1153470 + [Cache.put with Request containing a body] + expected: FAIL + + [Cache.put with a used response body] + expected: FAIL + diff --git a/testing/web-platform/meta/service-workers/cache-storage/window/cache-storage-keys.https.html.ini b/testing/web-platform/meta/service-workers/cache-storage/window/cache-storage-keys.https.html.ini new file mode 100644 index 000000000000..61f0587904c4 --- /dev/null +++ b/testing/web-platform/meta/service-workers/cache-storage/window/cache-storage-keys.https.html.ini @@ -0,0 +1,5 @@ +[cache-storage-keys.https.html] + type: testharness + [CacheStorage keys] + expected: FAIL + diff --git a/testing/web-platform/meta/service-workers/cache-storage/window/cache-storage-match.https.html.ini b/testing/web-platform/meta/service-workers/cache-storage/window/cache-storage-match.https.html.ini new file mode 100644 index 000000000000..ba18f6bfc2c8 --- /dev/null +++ b/testing/web-platform/meta/service-workers/cache-storage/window/cache-storage-match.https.html.ini @@ -0,0 +1,7 @@ +[cache-storage-match.https.html] + type: testharness + disabled: + if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1153470 + [CacheStorageMatch with no caches available but name provided] + expected: FAIL + diff --git a/testing/web-platform/meta/service-workers/cache-storage/window/cache-storage.https.html.ini b/testing/web-platform/meta/service-workers/cache-storage/window/cache-storage.https.html.ini new file mode 100644 index 000000000000..9507f9335818 --- /dev/null +++ b/testing/web-platform/meta/service-workers/cache-storage/window/cache-storage.https.html.ini @@ -0,0 +1,10 @@ +[cache-storage.https.html] + type: testharness + disabled: + if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1153470 + [CacheStorage.open with existing cache] + expected: FAIL + + [CacheStorage names are DOMStrings not USVStrings] + expected: FAIL + diff --git a/testing/web-platform/meta/service-workers/cache-storage/window/sandboxed-iframes.https.html.ini b/testing/web-platform/meta/service-workers/cache-storage/window/sandboxed-iframes.https.html.ini new file mode 100644 index 000000000000..47251881fc34 --- /dev/null +++ b/testing/web-platform/meta/service-workers/cache-storage/window/sandboxed-iframes.https.html.ini @@ -0,0 +1,6 @@ +[sandboxed-iframes.https.html] + type: testharness + expected: ERROR + [Sandboxed iframe without allow-same-origin is denied access] + expected: FAIL + diff --git a/testing/web-platform/meta/service-workers/cache-storage/worker/cache-add.https.html.ini b/testing/web-platform/meta/service-workers/cache-storage/worker/cache-add.https.html.ini new file mode 100644 index 000000000000..4167f8caf5f4 --- /dev/null +++ b/testing/web-platform/meta/service-workers/cache-storage/worker/cache-add.https.html.ini @@ -0,0 +1,14 @@ +[cache-add.https.html] + type: testharness + [Cache.add called with Request object] + expected: FAIL + + [Cache.add called with Request object with a used body] + expected: FAIL + + [Cache.add called twice with the same Request object] + expected: FAIL + + [Cache.addAll called with the same Request object specified twice] + expected: FAIL + diff --git a/testing/web-platform/meta/service-workers/cache-storage/worker/cache-delete.https.html.ini b/testing/web-platform/meta/service-workers/cache-storage/worker/cache-delete.https.html.ini new file mode 100644 index 000000000000..b36a2ed15220 --- /dev/null +++ b/testing/web-platform/meta/service-workers/cache-storage/worker/cache-delete.https.html.ini @@ -0,0 +1,8 @@ +[cache-delete.https.html] + type: testharness + [Cache.delete called with a Request object] + expected: FAIL + + [Cache.delete with a Request object containing used body] + expected: FAIL + diff --git a/testing/web-platform/meta/service-workers/cache-storage/worker/cache-match.https.html.ini b/testing/web-platform/meta/service-workers/cache-storage/worker/cache-match.https.html.ini new file mode 100644 index 000000000000..3aff48a0f529 --- /dev/null +++ b/testing/web-platform/meta/service-workers/cache-storage/worker/cache-match.https.html.ini @@ -0,0 +1,84 @@ +[cache-match.https.html] + type: testharness + disabled: + if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1153470 + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + [Cache.matchAll with no matching entries] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + + [Cache.match with no matching entries] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + + [Cache.matchAll with URL] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + + [Cache.match with URL] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + + [Cache.matchAll with Request] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + + [Cache.match with Request] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + + [Cache.matchAll with new Request] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + + [Cache.match with new Request] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + + [Cache.match with Request containing non-empty body] + expected: FAIL + + [Cache.matchAll with ignoreSearch option (request with no search parameters)] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + + [Cache.match with ignoreSearch option (request with no search parameters)] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + + [Cache.matchAll with ignoreSearch option (request with search parameter)] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + + [Cache.match with ignoreSearch option (request with search parameter)] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + + [Cache.matchAll with URL containing fragment] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + + [Cache.match with URL containing fragment] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + + [Cache.matchAll with string fragment "http" as query] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + + [Cache.match with string fragment "http" as query] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + + [Cache.matchAll with URL containing credentials] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + + [Cache.match with URL containing credentials] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT + + [Cache.matchAll with responses containing "Vary" header] + expected: FAIL + diff --git a/testing/web-platform/meta/service-workers/cache-storage/worker/cache-put.https.html.ini b/testing/web-platform/meta/service-workers/cache-storage/worker/cache-put.https.html.ini new file mode 100644 index 000000000000..3f0cf5bfa867 --- /dev/null +++ b/testing/web-platform/meta/service-workers/cache-storage/worker/cache-put.https.html.ini @@ -0,0 +1,10 @@ +[cache-put.https.html] + type: testharness + disabled: + if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1153470 + [Cache.put with Request containing a body] + expected: FAIL + + [Cache.put with a used response body] + expected: FAIL + diff --git a/testing/web-platform/meta/service-workers/cache-storage/worker/cache-storage-keys.https.html.ini b/testing/web-platform/meta/service-workers/cache-storage/worker/cache-storage-keys.https.html.ini new file mode 100644 index 000000000000..61f0587904c4 --- /dev/null +++ b/testing/web-platform/meta/service-workers/cache-storage/worker/cache-storage-keys.https.html.ini @@ -0,0 +1,5 @@ +[cache-storage-keys.https.html] + type: testharness + [CacheStorage keys] + expected: FAIL + diff --git a/testing/web-platform/meta/service-workers/cache-storage/worker/cache-storage-match.https.html.ini b/testing/web-platform/meta/service-workers/cache-storage/worker/cache-storage-match.https.html.ini new file mode 100644 index 000000000000..ba18f6bfc2c8 --- /dev/null +++ b/testing/web-platform/meta/service-workers/cache-storage/worker/cache-storage-match.https.html.ini @@ -0,0 +1,7 @@ +[cache-storage-match.https.html] + type: testharness + disabled: + if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1153470 + [CacheStorageMatch with no caches available but name provided] + expected: FAIL + diff --git a/testing/web-platform/meta/service-workers/cache-storage/worker/cache-storage.https.html.ini b/testing/web-platform/meta/service-workers/cache-storage/worker/cache-storage.https.html.ini new file mode 100644 index 000000000000..6a0b3f95c868 --- /dev/null +++ b/testing/web-platform/meta/service-workers/cache-storage/worker/cache-storage.https.html.ini @@ -0,0 +1,40 @@ +[cache-storage.https.html] + type: testharness + disabled: + if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1153470 + [CacheStorage.open with existing cache] + expected: FAIL + + [CacheStorage names are DOMStrings not USVStrings] + expected: FAIL + + [CacheStorage.open] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL + + [CacheStorage.open with an empty name] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL + + [CacheStorage.has with existing cache] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL + + [CacheStorage.has with nonexistent cache] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL + + [CacheStorage.delete with existing cache] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL + + [CacheStorage.delete with nonexistent cache] + expected: + if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL +