From 5645d3ff91ee3486b318a504d014878b24f071d8 Mon Sep 17 00:00:00 2001 From: WPT Sync Bot Date: Tue, 22 Oct 2019 10:24:51 +0000 Subject: [PATCH] Update web-platform-tests to revision 0740bf536a0dbdb60ef76dd0cb15980ebcc86c7d --- .../url/url-in-tags-revoke.window.js.ini | 2 +- tests/wpt/metadata/MANIFEST.json | 222 ++++++++++++------ .../inline-negative-margin-001.html.ini | 4 +- .../css/CSS2/normal-flow/width-051.xht.ini | 2 + .../first-letter-punctuation-067.xht.ini | 2 +- .../matchMedia-display-none-iframe.html.ini | 2 - .../encoding/single-byte-decoder.html.ini | 1 - .../fetch/content-type/response.window.js.ini | 10 +- .../fetch/content-type/script.window.js.ini | 6 - .../nosniff/parsing-nosniff.window.js.ini | 2 +- ...mbedded-credentials.tentative.sub.html.ini | 3 +- .../traverse_the_history_1.html.ini | 4 + .../traverse_the_history_4.html.ini | 4 - .../traverse_the_history_5.html.ini | 4 - ...creating_browsing_context_test_01.html.ini | 4 - .../update-the-rendering.html.ini | 4 +- .../iframe_sandbox_popups_escaping-3.html.ini | 3 +- ...rame_sandbox_popups_nonescaping-1.html.ini | 3 +- .../form-double-submit.html.ini | 2 +- .../form-submission-algorithm.html.ini | 4 - .../the-details-element/toggleEvent.html.ini | 7 - .../parsing/DOMContentLoaded-defer.html.ini | 4 - tests/wpt/metadata/url/url-setters.html.ini | 9 + .../018.html.ini | 0 .../Worker/Worker-constructor.html.ini | 2 + .../css/transition_calc_implicit.html.ini | 2 + .../web-platform-tests/.azure-pipelines.yml | 2 +- .../structured-clone-transaction-state.any.js | 96 ++++++++ .../inactive-timeline.https.html | 41 ++++ .../wm-propagation-svg-root-scrollbar.svg | 11 + .../background-image-multiple-elements.html | 4 +- .../background-image-stretched.html | 4 +- .../element-timing/buffer-before-onload.html | 10 +- .../element-timing/disconnect-image.html | 4 +- .../element-timing/image-carousel.html | 11 +- .../element-timing/image-clipped-svg.html | 4 +- .../image-not-fully-visible.html | 4 +- .../element-timing/image-with-css-scale.html | 4 +- .../element-timing/image-with-rotation.html | 4 +- .../images-repeated-resource.html | 4 +- .../multiple-background-images.html | 7 +- .../observe-background-image.html | 4 +- .../element-timing/observe-elementtiming.html | 4 +- .../observe-empty-attribute.html | 40 ++++ .../observe-multiple-images.html | 10 +- .../element-timing/observe-svg-image.html | 4 +- .../element-timing/observe-video-poster.html | 4 +- .../progressively-loaded-image.html | 4 +- .../element-timing/rectangular-image.html | 5 +- .../resources/utils.js | 3 +- .../update-the-rendering.html | 32 ++- .../selection-not-application.html | 7 +- .../interfaces/payment-handler.idl | 25 +- .../interfaces/wake-lock.idl | 24 +- .../resources/chromium/nfc-mock.js | 54 ++--- .../resources/test-helpers.sub.js | 13 +- .../tools/ci/azure/fyi_hook.yml | 2 +- .../url/resources/setters_tests.json | 4 +- .../wpt/web-platform-tests/wake-lock/META.yml | 4 +- .../NDEFErrorEvent_constructor.https.html | 20 ++ ...FReader-document-hidden-manual.https.html} | 6 +- ...tps.html => NDEFReader_options.https.html} | 48 ++-- ....https.html => NDEFReader_scan.https.html} | 70 +++--- ...html => NDEFReader_scan_iframe.https.html} | 8 +- ...> NDEFReadingEvent_constructor.https.html} | 26 +- ...FWriter-document-hidden-manual.https.html} | 6 +- ....https.html => NDEFWriter_push.https.html} | 138 +++++------ .../NFCErrorEvent_constructor.https.html | 20 -- .../wpt/web-platform-tests/web-nfc/README.md | 2 +- .../web-nfc/idlharness.https.window.js | 8 +- .../web-nfc/nfc_insecure_context.html | 8 +- .../web-nfc/resources/nfc-helpers.js | 18 +- .../canvas-resizing-with-pbo-bound.html.ini | 1 - 73 files changed, 698 insertions(+), 446 deletions(-) create mode 100644 tests/wpt/metadata/css/CSS2/normal-flow/width-051.xht.ini delete mode 100644 tests/wpt/metadata/css/cssom-view/matchMedia-display-none-iframe.html.ini create mode 100644 tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_1.html.ini delete mode 100644 tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_4.html.ini delete mode 100644 tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini delete mode 100644 tests/wpt/metadata/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/creating_browsing_context_test_01.html.ini delete mode 100644 tests/wpt/metadata/html/semantics/interactive-elements/the-details-element/toggleEvent.html.ini delete mode 100644 tests/wpt/metadata/html/syntax/parsing/DOMContentLoaded-defer.html.ini rename tests/wpt/metadata/webmessaging/{with-ports => without-ports}/018.html.ini (100%) create mode 100644 tests/wpt/metadata/workers/constructors/Worker/Worker-constructor.html.ini create mode 100644 tests/wpt/mozilla/meta/css/transition_calc_implicit.html.ini create mode 100644 tests/wpt/web-platform-tests/IndexedDB/structured-clone-transaction-state.any.js create mode 100644 tests/wpt/web-platform-tests/css/css-writing-modes/wm-propagation-svg-root-scrollbar.svg create mode 100644 tests/wpt/web-platform-tests/element-timing/observe-empty-attribute.html create mode 100644 tests/wpt/web-platform-tests/web-nfc/NDEFErrorEvent_constructor.https.html rename tests/wpt/web-platform-tests/web-nfc/{NFCReader-document-hidden-manual.https.html => NDEFReader-document-hidden-manual.https.html} (80%) rename tests/wpt/web-platform-tests/web-nfc/{NFCReader_options.https.html => NDEFReader_options.https.html} (76%) rename tests/wpt/web-platform-tests/web-nfc/{NFCReader_scan.https.html => NDEFReader_scan.https.html} (72%) rename tests/wpt/web-platform-tests/web-nfc/{NFCReader_scan_iframe.https.html => NDEFReader_scan_iframe.https.html} (86%) rename tests/wpt/web-platform-tests/web-nfc/{NFCReadingEvent_constructor.https.html => NDEFReadingEvent_constructor.https.html} (51%) rename tests/wpt/web-platform-tests/web-nfc/{NFCWriter-document-hidden-manual.https.html => NDEFWriter-document-hidden-manual.https.html} (79%) rename tests/wpt/web-platform-tests/web-nfc/{NFCWriter_push.https.html => NDEFWriter_push.https.html} (80%) delete mode 100644 tests/wpt/web-platform-tests/web-nfc/NFCErrorEvent_constructor.https.html diff --git a/tests/wpt/metadata/FileAPI/url/url-in-tags-revoke.window.js.ini b/tests/wpt/metadata/FileAPI/url/url-in-tags-revoke.window.js.ini index 76b398963aee..a9e467132440 100644 --- a/tests/wpt/metadata/FileAPI/url/url-in-tags-revoke.window.js.ini +++ b/tests/wpt/metadata/FileAPI/url/url-in-tags-revoke.window.js.ini @@ -7,7 +7,7 @@ expected: FAIL [Opening a blob URL in a new window immediately before revoking it works.] - expected: FAIL + expected: TIMEOUT [Opening a blob URL in a noopener about:blank window immediately before revoking it works.] expected: FAIL diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index f1965bb869b9..e643b2e26e18 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -19591,15 +19591,15 @@ {} ] ], - "web-nfc/NFCReader-document-hidden-manual.https.html": [ + "web-nfc/NDEFReader-document-hidden-manual.https.html": [ [ - "web-nfc/NFCReader-document-hidden-manual.https.html", + "web-nfc/NDEFReader-document-hidden-manual.https.html", {} ] ], - "web-nfc/NFCWriter-document-hidden-manual.https.html": [ + "web-nfc/NDEFWriter-document-hidden-manual.https.html": [ [ - "web-nfc/NFCWriter-document-hidden-manual.https.html", + "web-nfc/NDEFWriter-document-hidden-manual.https.html", {} ] ], @@ -178073,6 +178073,18 @@ {} ] ], + "css/css-writing-modes/wm-propagation-svg-root-scrollbar.svg": [ + [ + "css/css-writing-modes/wm-propagation-svg-root-scrollbar.svg", + [ + [ + "/css/reference/blank.html", + "!=" + ] + ], + {} + ] + ], "css/css-writing-modes/writing-mode-horizontal-001l.html": [ [ "css/css-writing-modes/writing-mode-horizontal-001l.html", @@ -299230,6 +299242,48 @@ {} ] ], + "IndexedDB/structured-clone-transaction-state.any.js": [ + [ + "IndexedDB/structured-clone-transaction-state.any.html", + { + "script_metadata": [ + [ + "script", + "support-promises.js" + ], + [ + "title", + "Indexed DB transaction state during Structured Serializing" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "IndexedDB/structured-clone-transaction-state.any.worker.html", + { + "script_metadata": [ + [ + "script", + "support-promises.js" + ], + [ + "title", + "Indexed DB transaction state during Structured Serializing" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], "IndexedDB/structured-clone.any.js": [ [ "IndexedDB/structured-clone.any.html", @@ -337332,6 +337386,12 @@ {} ] ], + "element-timing/observe-empty-attribute.html": [ + [ + "element-timing/observe-empty-attribute.html", + {} + ] + ], "element-timing/observe-multiple-images.html": [ [ "element-timing/observe-multiple-images.html", @@ -421789,51 +421849,51 @@ {} ] ], - "web-nfc/NDEFMessage_constructor.https.html": [ + "web-nfc/NDEFErrorEvent_constructor.https.html": [ [ - "web-nfc/NDEFMessage_constructor.https.html", + "web-nfc/NDEFErrorEvent_constructor.https.html", {} ] ], - "web-nfc/NDEFRecord_constructor.https.html": [ + "web-nfc/NDEFMessage_constructor.https.html": [ [ - "web-nfc/NDEFRecord_constructor.https.html", + "web-nfc/NDEFMessage_constructor.https.html", {} ] ], - "web-nfc/NFCErrorEvent_constructor.https.html": [ + "web-nfc/NDEFReader_options.https.html": [ [ - "web-nfc/NFCErrorEvent_constructor.https.html", + "web-nfc/NDEFReader_options.https.html", {} ] ], - "web-nfc/NFCReader_options.https.html": [ + "web-nfc/NDEFReader_scan.https.html": [ [ - "web-nfc/NFCReader_options.https.html", + "web-nfc/NDEFReader_scan.https.html", {} ] ], - "web-nfc/NFCReader_scan.https.html": [ + "web-nfc/NDEFReader_scan_iframe.https.html": [ [ - "web-nfc/NFCReader_scan.https.html", + "web-nfc/NDEFReader_scan_iframe.https.html", {} ] ], - "web-nfc/NFCReader_scan_iframe.https.html": [ + "web-nfc/NDEFReadingEvent_constructor.https.html": [ [ - "web-nfc/NFCReader_scan_iframe.https.html", + "web-nfc/NDEFReadingEvent_constructor.https.html", {} ] ], - "web-nfc/NFCReadingEvent_constructor.https.html": [ + "web-nfc/NDEFRecord_constructor.https.html": [ [ - "web-nfc/NFCReadingEvent_constructor.https.html", + "web-nfc/NDEFRecord_constructor.https.html", {} ] ], - "web-nfc/NFCWriter_push.https.html": [ + "web-nfc/NDEFWriter_push.https.html": [ [ - "web-nfc/NFCWriter_push.https.html", + "web-nfc/NDEFWriter_push.https.html", {} ] ], @@ -456095,7 +456155,7 @@ }, "paths": { ".azure-pipelines.yml": [ - "33f84974005c89a004e7437193642d017e4449bf", + "c2f03eadab695ccbe1d01e03064a209422244bf9", "support" ], ".codecov.yml": [ @@ -462322,6 +462382,10 @@ "cc905e56ecf83ea4cd4f1fe2ccfac425cdc5f9d0", "testharness" ], + "IndexedDB/structured-clone-transaction-state.any.js": [ + "8c41d3b72bfc4b72565745531b832b4320729af1", + "testharness" + ], "IndexedDB/structured-clone.any.js": [ "e03ba7aeee47bcd8ae75e2210fc2165581c0a82f", "testharness" @@ -464203,7 +464267,7 @@ "testharness" ], "animation-worklet/inactive-timeline.https.html": [ - "24dc98c2327e45dd263b63139510445e96141ce1", + "bdd46f9abc0c8702931965f981b9beab2792380f", "testharness" ], "animation-worklet/multiple-effects-on-same-target-driven-by-individual-local-time.https.html": [ @@ -614442,6 +614506,10 @@ "523928f9ad8e40e4f539e81724cb905b1b18159f", "testharness" ], + "css/css-writing-modes/wm-propagation-svg-root-scrollbar.svg": [ + "a9a7b25ff26854e137c8d6bc5c17160201401cdb", + "reftest" + ], "css/css-writing-modes/writing-mode-horizontal-001l.html": [ "44ef05db12b560fbefb6ddf5b0511645a62f9ed7", "reftest" @@ -632511,15 +632579,15 @@ "testharness" ], "element-timing/background-image-multiple-elements.html": [ - "084bb9ca0205815a1c7ad7764ce1979485e88435", + "44755d49f5c39fe8b5f96b73bcb4b7f3067dd2df", "testharness" ], "element-timing/background-image-stretched.html": [ - "930b4cef8eb21b6eecbbfdd1eaf0c79ec87db551", + "0cd56333f50495f770145291df794877fb401a36", "testharness" ], "element-timing/buffer-before-onload.html": [ - "68eeeefe15fdc587cdf0d4382f90c33ee3230290", + "d675c75ba1a2e46bf964a87cbfe9547af9fb09fb", "testharness" ], "element-timing/buffered-flag.html": [ @@ -632539,7 +632607,7 @@ "testharness" ], "element-timing/disconnect-image.html": [ - "82e7461b0417fb6f667ad266c08789b58f06c457", + "fa42397557b9d91d5bf0c4e0cb488b32825d8fc0", "testharness" ], "element-timing/element-only-when-fully-active.html": [ @@ -632563,11 +632631,11 @@ "testharness" ], "element-timing/image-carousel.html": [ - "39d9f0195c6ba17c3e83b41e5d2391203608b15a", + "dc5d8e8dde89b6e8e4c8865b4469c5f42e2330e7", "testharness" ], "element-timing/image-clipped-svg.html": [ - "1e9971c8a8df75274480f2bd11fa2c730dc79adb", + "15c78a4cec5e0d78d91d67ed2d501324a1f9bab6", "testharness" ], "element-timing/image-data-uri.html": [ @@ -632579,7 +632647,7 @@ "testharness" ], "element-timing/image-not-fully-visible.html": [ - "105bb55ebc0a3a64343cfb07a27d845e58e66bd8", + "ece7770467d1cdedd1ea7a0f19775676df756f42", "testharness" ], "element-timing/image-rect-iframe.html": [ @@ -632591,15 +632659,15 @@ "testharness" ], "element-timing/image-with-css-scale.html": [ - "5c15daabe13dda37ce58a9c056cb2884cf1bb584", + "2dbbc0672485cb5e36ccec07f8ce9ccfbac012f0", "testharness" ], "element-timing/image-with-rotation.html": [ - "c545becd19ba960c241ef6d82c998ea9d9dda87e", + "fcffe4acfa587fc1b23b5bc123b25e6595c7e284", "testharness" ], "element-timing/images-repeated-resource.html": [ - "a6ad7acefcbef2891d50b6993457a2026b12f604", + "e3fe9b90db111f7238bf242601eb1e19ced075de", "testharness" ], "element-timing/invisible-images.html": [ @@ -632607,11 +632675,11 @@ "testharness" ], "element-timing/multiple-background-images.html": [ - "626287bf0d44078d4c4cdb0b87baf1efa79260c9", + "b29e66c04a70dffbc17f05f516d3d190159ec1c5", "testharness" ], "element-timing/observe-background-image.html": [ - "c642264a19a89bfa02df83cadd2b5cd2c428d0ce", + "afc6b5b38d74ca3da65a48737b1de4a534dfbb25", "testharness" ], "element-timing/observe-child-element.html": [ @@ -632619,11 +632687,15 @@ "testharness" ], "element-timing/observe-elementtiming.html": [ - "0c67130dcc356ee7da9b3e2e10127352af7d169e", + "164cc4f580afd46ce8a2c5425db7f72841eba441", + "testharness" + ], + "element-timing/observe-empty-attribute.html": [ + "c115a24cf6234b764c34a885c380e6ba5a6cca13", "testharness" ], "element-timing/observe-multiple-images.html": [ - "8a5fa0bb89a31f1bb1d1a277edb1b8102680a4bf", + "6b5c5d9e3cb2099774b48c79821335f346606ec8", "testharness" ], "element-timing/observe-shadow-image.html": [ @@ -632635,7 +632707,7 @@ "testharness" ], "element-timing/observe-svg-image.html": [ - "29fec392a993b793fe824e8a6f6c1a9867740f6c", + "8a0f61d6699d95cc8c450bd5d384405a53d9956b", "testharness" ], "element-timing/observe-text.html": [ @@ -632643,15 +632715,15 @@ "testharness" ], "element-timing/observe-video-poster.html": [ - "9f82478ea27779d7bb52dd9bc4966d5e5c09f6a3", + "a6348377099f29f784ad5f993626960baac7806f", "testharness" ], "element-timing/progressively-loaded-image.html": [ - "a55c5896f2acdcdcc9f9b416a689b9dbba5aef44", + "f156e1a32c4863aecf770c6f18e7bb88e8b694ee", "testharness" ], "element-timing/rectangular-image.html": [ - "0b44c4fdd9212374fc83d6a8c027673d91fcc3e0", + "0c09911c502351d93f58e25b8957cc70f4a521ab", "testharness" ], "element-timing/resources/TAOImage.py": [ @@ -648139,7 +648211,7 @@ "support" ], "html/interaction/focus/the-autofocus-attribute/resources/utils.js": [ - "0eeb5a9f0adf1d09959227241cd71fe32ebb485c", + "c4f38fcb209e52328429a5d425fd5b5c8f2aaae4", "support" ], "html/interaction/focus/the-autofocus-attribute/same-origin-autofocus.html": [ @@ -648171,7 +648243,7 @@ "testharness" ], "html/interaction/focus/the-autofocus-attribute/update-the-rendering.html": [ - "afaf0926f5b55e4f1925010c7262ed26a616d3be", + "dcee4c16a07d9f5c622e562b7807e5788102fa13", "testharness" ], "html/obsolete/META.yml": [ @@ -653399,7 +653471,7 @@ "testharness" ], "html/semantics/forms/textfieldselection/selection-not-application.html": [ - "04b4fdd4f7872d3416db35e57c5ab176ca2e87e5", + "d205ee838a819fc87fa09f616064e77e1ec36571", "testharness" ], "html/semantics/forms/textfieldselection/selection-start-end-extra.html": [ @@ -660799,7 +660871,7 @@ "support" ], "interfaces/payment-handler.idl": [ - "c87c855d439609adee24d2f49fc77879f9c8352b", + "aadaecc17346e8651c487b9e94e7cd0bf29bee64", "support" ], "interfaces/payment-method-basic-card.idl": [ @@ -660939,7 +661011,7 @@ "support" ], "interfaces/wake-lock.idl": [ - "5bccbe8f9b7cd6464e60343b64bea477c4069057", + "b66c415e6aad71764ca117af0a7fdbfd619d9fd2", "support" ], "interfaces/wasm-js-api.idl": [ @@ -689439,7 +689511,7 @@ "support" ], "resources/chromium/nfc-mock.js": [ - "6ef03b390d8df7df8abd7662e037db6bdf5febce", + "d279fcf40d82525ec8e7ee628d267c2168ed7cd7", "support" ], "resources/chromium/sensor.mojom.js": [ @@ -693247,7 +693319,7 @@ "support" ], "service-workers/service-worker/resources/test-helpers.sub.js": [ - "af8dad3a5be8aa831900b183ad7ee9a10417ba1a", + "bbd16abce4b3703a2f7499e7c2c4c7590566d33e", "support" ], "service-workers/service-worker/resources/test-request-headers-worker.js": [ @@ -700283,7 +700355,7 @@ "support" ], "tools/ci/azure/fyi_hook.yml": [ - "3d23da3bb7411fde847b3d3de8b95a1c33935eb9", + "f02f3cd8224e0b3eb4f478318f0437f5a475f4e5", "support" ], "tools/ci/azure/install_certs.yml": [ @@ -709855,7 +709927,7 @@ "support" ], "url/resources/setters_tests.json": [ - "0b4f6b67387c22879b1f2a03ed4d5d3c1d440d26", + "6b7d19b10164a38901abc70345663a550d4ee737", "support" ], "url/resources/toascii.json": [ @@ -711219,7 +711291,7 @@ "manual" ], "wake-lock/META.yml": [ - "7ca3da2d8d2e4c90c55074246589d5464aa7ae3e", + "0123ccef85511aaa86770c53716ef9264377b1c1", "support" ], "wake-lock/idlharness.https.any.js": [ @@ -712122,60 +712194,60 @@ "32c24570db165422a60a18b767c828dab10c5b9c", "support" ], + "web-nfc/NDEFErrorEvent_constructor.https.html": [ + "243893620c64a7d9fd0e71f506293dc5705716e7", + "testharness" + ], "web-nfc/NDEFMessage_constructor.https.html": [ "88c9ec4006e60c27a0c33f154a3f7f419f5ee2a3", "testharness" ], - "web-nfc/NDEFRecord_constructor.https.html": [ - "849a6ae336ea4026888e9835e89db64fd03eb555", - "testharness" + "web-nfc/NDEFReader-document-hidden-manual.https.html": [ + "868cf1a968be65cd28c3ba2f5022f686c3c43b26", + "manual" ], - "web-nfc/NFCErrorEvent_constructor.https.html": [ - "1cc9ce160be46955a9b15485ee4c040605722961", + "web-nfc/NDEFReader_options.https.html": [ + "b9015dc2a57afbd1f511c84f12ae5085be3b18a0", "testharness" ], - "web-nfc/NFCReader-document-hidden-manual.https.html": [ - "6d9a52c1ecf5bfb2f9ac9876b0ff5988bcc285e0", - "manual" - ], - "web-nfc/NFCReader_options.https.html": [ - "5761747f907fad40873023f8ba746bef19fb08e7", + "web-nfc/NDEFReader_scan.https.html": [ + "0a3610099486c6d61c4f9171a2d87950e75cd4e5", "testharness" ], - "web-nfc/NFCReader_scan.https.html": [ - "638d0c5a1d1b8d0e2e8e8422bd4b9e9488512e54", + "web-nfc/NDEFReader_scan_iframe.https.html": [ + "e9720e98ef65555cf39170ae4026329f257a226c", "testharness" ], - "web-nfc/NFCReader_scan_iframe.https.html": [ - "31e79b0388aa5f407a7c9a1b591f162b3e42001f", + "web-nfc/NDEFReadingEvent_constructor.https.html": [ + "c23a68a2f79e5527f5d2742c4729bce0d6178c19", "testharness" ], - "web-nfc/NFCReadingEvent_constructor.https.html": [ - "20585176b7f89a129fad99f17d068b2deb828f68", + "web-nfc/NDEFRecord_constructor.https.html": [ + "849a6ae336ea4026888e9835e89db64fd03eb555", "testharness" ], - "web-nfc/NFCWriter-document-hidden-manual.https.html": [ - "72d8c8143cd934ad3ff0f8e32968851a1769b0c3", + "web-nfc/NDEFWriter-document-hidden-manual.https.html": [ + "2f291e51412f717001339c02db2fbf1bbd7a1ac6", "manual" ], - "web-nfc/NFCWriter_push.https.html": [ - "6b4034fccc2987c0366ccdfd58dd394a5111709b", + "web-nfc/NDEFWriter_push.https.html": [ + "b909bee3171dcfa56af951f2d4a351487bd9705e", "testharness" ], "web-nfc/README.md": [ - "dd072174e056ec01c00e98505980768fff24e4c4", + "87145b0e3ec0064457dfdcaa6bc6cd2595b88afb", "support" ], "web-nfc/idlharness.https.window.js": [ - "869433d2ff5a6463f14193e3965c32eb66ab7dd1", + "f59ad9b512ed5548b22ff43b84f8404258e9e6c9", "testharness" ], "web-nfc/nfc_insecure_context.html": [ - "f883f0473b7c7a7b9b622cad5214ca529885b34e", + "9a8e58cf802fceb818fa93000cb5a3db75bddc14", "testharness" ], "web-nfc/resources/nfc-helpers.js": [ - "ed5cc9c9718d01580460535ea14405c2817c0986", + "ce4079ae8a699305ad74349b665c34aafba731a5", "support" ], "web-nfc/resources/support-iframe.html": [ diff --git a/tests/wpt/metadata/css/CSS2/linebox/inline-negative-margin-001.html.ini b/tests/wpt/metadata/css/CSS2/linebox/inline-negative-margin-001.html.ini index 9f60026f6d9b..94a3570d26b9 100644 --- a/tests/wpt/metadata/css/CSS2/linebox/inline-negative-margin-001.html.ini +++ b/tests/wpt/metadata/css/CSS2/linebox/inline-negative-margin-001.html.ini @@ -5,9 +5,9 @@ [[data-expected-height\] 7] expected: FAIL - [[data-expected-height\] 1] + [[data-expected-height\] 3] expected: FAIL - [[data-expected-height\] 2] + [[data-expected-height\] 4] expected: FAIL diff --git a/tests/wpt/metadata/css/CSS2/normal-flow/width-051.xht.ini b/tests/wpt/metadata/css/CSS2/normal-flow/width-051.xht.ini new file mode 100644 index 000000000000..f3fd8b05a02f --- /dev/null +++ b/tests/wpt/metadata/css/CSS2/normal-flow/width-051.xht.ini @@ -0,0 +1,2 @@ +[width-051.xht] + expected: FAIL diff --git a/tests/wpt/metadata/css/CSS2/selectors/first-letter-punctuation-067.xht.ini b/tests/wpt/metadata/css/CSS2/selectors/first-letter-punctuation-067.xht.ini index 6da7f72b4846..44e66f84dc6c 100644 --- a/tests/wpt/metadata/css/CSS2/selectors/first-letter-punctuation-067.xht.ini +++ b/tests/wpt/metadata/css/CSS2/selectors/first-letter-punctuation-067.xht.ini @@ -1,3 +1,3 @@ [first-letter-punctuation-067.xht] type: reftest - expected: FAIL + expected: TIMEOUT diff --git a/tests/wpt/metadata/css/cssom-view/matchMedia-display-none-iframe.html.ini b/tests/wpt/metadata/css/cssom-view/matchMedia-display-none-iframe.html.ini deleted file mode 100644 index e6e1f29e2743..000000000000 --- a/tests/wpt/metadata/css/cssom-view/matchMedia-display-none-iframe.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[matchMedia-display-none-iframe.html] - expected: ERROR diff --git a/tests/wpt/metadata/encoding/single-byte-decoder.html.ini b/tests/wpt/metadata/encoding/single-byte-decoder.html.ini index 3d135f3bd664..939a36eb9d98 100644 --- a/tests/wpt/metadata/encoding/single-byte-decoder.html.ini +++ b/tests/wpt/metadata/encoding/single-byte-decoder.html.ini @@ -2,7 +2,6 @@ type: testharness [single-byte-decoder.html?document] - expected: TIMEOUT [ISO-8859-4: iso_8859-4:1988 (document.characterSet and document.inputEncoding)] expected: FAIL diff --git a/tests/wpt/metadata/fetch/content-type/response.window.js.ini b/tests/wpt/metadata/fetch/content-type/response.window.js.ini index 25458f2a5c99..2406547c511b 100644 --- a/tests/wpt/metadata/fetch/content-type/response.window.js.ini +++ b/tests/wpt/metadata/fetch/content-type/response.window.js.ini @@ -315,18 +315,18 @@ [