From d9ca2f5496a91ab229ee781dc06c7b1d936c9de2 Mon Sep 17 00:00:00 2001 From: James Graham Date: Wed, 3 Feb 2016 07:53:49 +0000 Subject: [PATCH] Bug 1245460 - Update web-platform-tests expected data to revision af65262f5f3400024279c526117489f1f11d3233, a=testonly --- ...oll-restoration-fragment-scrolling-cross-origin.html.ini | 6 ++++++ .../semantics/forms/the-input-element/checkbox.html.ini | 5 +---- .../html/semantics/forms/the-input-element/radio.html.ini | 2 +- .../cache-storage/serviceworker/cache-add.https.html.ini | 5 +++++ .../cache-storage/window/cache-add.https.html.ini | 5 +++++ .../cache-storage/worker/cache-add.https.html.ini | 5 +++++ 6 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 testing/web-platform/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-fragment-scrolling-cross-origin.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/window/cache-add.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/cache-storage/worker/cache-add.https.html.ini diff --git a/testing/web-platform/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-fragment-scrolling-cross-origin.html.ini b/testing/web-platform/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-fragment-scrolling-cross-origin.html.ini new file mode 100644 index 00000000000..ae72b8550f3 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-fragment-scrolling-cross-origin.html.ini @@ -0,0 +1,6 @@ +[scroll-restoration-fragment-scrolling-cross-origin.html] + type: testharness + expected: ERROR + [Manual scroll restoration should take precedent over scrolling to fragment in cross origin navigation] + expected: TIMEOUT + diff --git a/testing/web-platform/meta/html/semantics/forms/the-input-element/checkbox.html.ini b/testing/web-platform/meta/html/semantics/forms/the-input-element/checkbox.html.ini index e1846d40560..5f97421f2bf 100644 --- a/testing/web-platform/meta/html/semantics/forms/the-input-element/checkbox.html.ini +++ b/testing/web-platform/meta/html/semantics/forms/the-input-element/checkbox.html.ini @@ -3,9 +3,6 @@ [click on mutable checkbox fires the input and change events] expected: FAIL - [canceled activation steps on unchecked checkbox] - expected: FAIL - - [canceled activation steps on unchecked checkbox (indeterminate=true in onclick)] + [click on mutable checkbox fires a click event, then an input event, then a change event] expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/forms/the-input-element/radio.html.ini b/testing/web-platform/meta/html/semantics/forms/the-input-element/radio.html.ini index b73b3614c96..0f6a91b11c5 100644 --- a/testing/web-platform/meta/html/semantics/forms/the-input-element/radio.html.ini +++ b/testing/web-platform/meta/html/semantics/forms/the-input-element/radio.html.ini @@ -3,6 +3,6 @@ [click on mutable radio fires the input event] expected: FAIL - [canceled activation steps on unchecked radio] + [click on mutable radio fires click event, then input event, then change event] 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 00000000000..b67f2f79fd2 --- /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 with request with null body (not consumed)] + 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 00000000000..b67f2f79fd2 --- /dev/null +++ b/testing/web-platform/meta/service-workers/cache-storage/window/cache-add.https.html.ini @@ -0,0 +1,5 @@ +[cache-add.https.html] + type: testharness + [Cache.add with request with null body (not consumed)] + 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 00000000000..b67f2f79fd2 --- /dev/null +++ b/testing/web-platform/meta/service-workers/cache-storage/worker/cache-add.https.html.ini @@ -0,0 +1,5 @@ +[cache-add.https.html] + type: testharness + [Cache.add with request with null body (not consumed)] + expected: FAIL +