From 726b56aa12ef03e5acff82ab5108ac051b5552ee Mon Sep 17 00:00:00 2001 From: WPT Sync Bot Date: Wed, 21 Feb 2018 20:12:51 -0500 Subject: [PATCH] Update web-platform-tests to revision e92532746b7615dcccdfa060937a87664816b1db --- tests/wpt/metadata/MANIFEST.json | 326 +- .../css/CSS2/box-display/display-012.xht.ini | 2 +- ...attachment-local-clipping-color-4.html.ini | 2 + ...tml-via-cross-origin-blob-url.sub.html.ini | 4 + .../autoplay-with-broken-track.html.ini | 5 + .../streams-demo-append-child-isvalid.html | 98 + ...treaming-element-backpressure-isvalid.html | 60 + ...treams-demo-streaming-element-isvalid.html | 60 + ...ered-properties-in-custom-paint.https.html | 2 +- .../style-background-image.https.html | 2 +- .../style-before-pseudo.https.html | 2 +- .../style-first-letter-pseudo.https.html | 2 +- .../position-sticky-inflow-position-ref.html | 42 - .../position-sticky-inflow-position.html | 42 +- .../position-sticky-margins-ref.html | 63 - .../css-position/position-sticky-margins.html | 121 +- .../position-sticky-overflow-padding-ref.html | 69 - .../position-sticky-overflow-padding.html | 140 +- .../position-sticky-root-scroller-ref.html | 30 - .../position-sticky-root-scroller.html | 28 +- .../position-sticky-transforms-ref.html | 81 - ...ition-sticky-transforms-translate-ref.html | 67 - .../position-sticky-transforms-translate.html | 117 +- .../position-sticky-transforms.html | 130 +- .../computed/computed.tentative.html | 4 +- .../computed/getProperties.tentative.html | 18 - .../declared/declared.tentative.html | 2 +- .../declared/getProperties.tentative.html | 23 - .../inline/getProperties.tentative.html | 23 - .../properties/resources/testsuite.js | 40 +- .../XMLSerializer-serializeToString.html | 15 +- ...ture-default-feature-policy.https.sub.html | 6 +- .../web-platform-tests/fetch/corb/README.md | 46 +- ...ts-html-containing-blob-url-to-parent.html | 16 + ...pt-html-via-cross-origin-blob-url.sub.html | 38 + .../autoplay-with-broken-track.html | 34 + ...-and-object-are-not-intercepted.https.html | 31 +- .../service-worker/resources/echo-content.py | 5 +- ...d-and-object-are-not-intercepted-worker.js | 6 + ...embed-image-is-not-intercepted-iframe.html | 21 + .../embed-is-not-intercepted-iframe.html | 1 - ...bject-image-is-not-intercepted-iframe.html | 21 + .../web-platform-tests/tools/localpaths.py | 2 +- .../tools/manifest/manifest.py | 2 + .../tools/manifest/tests/test_manifest.py | 22 + .../tools/pywebsocket/CONTRIBUTING | 11 + .../pywebsocket/{src/COPYING => LICENSE} | 0 .../tools/pywebsocket/{src => }/MANIFEST.in | 0 .../tools/pywebsocket/{src => }/README | 0 .../tools/pywebsocket/README.md | 8 + .../{src => }/example/abort_handshake_wsh.py | 0 .../{src => }/example/abort_wsh.py | 0 .../example/arraybuffer_benchmark.html | 0 .../{src => }/example/bench_wsh.py | 0 .../{src => }/example/benchmark.html | 54 +- .../{src => }/example/benchmark.js | 117 +- .../{src => }/example/benchmark_helper_wsh.py | 0 .../{src => }/example/close_wsh.py | 0 .../{src => }/example/console.html | 0 .../{src => }/example/cookie_wsh.py | 0 .../{src => }/example/echo_client.py | 0 .../{src => }/example/echo_noext_wsh.py | 0 .../pywebsocket/{src => }/example/echo_wsh.py | 0 .../{src => }/example/eventsource.cgi | 0 .../{src => }/example/eventsource.html | 0 .../pywebsocket/example/fetch_benchmark.html | 163 + .../pywebsocket/example/fetch_benchmark.js | 225 + .../fetch_performance_test_iframe.html | 6 + .../{src => }/example/handler_map.txt | 0 .../pywebsocket/{src => }/example/hsts_wsh.py | 0 .../{src => }/example/internal_error_wsh.py | 0 .../{src => }/example/origin_check_wsh.py | 0 .../example/performance_test_iframe.html | 6 + .../example/performance_test_iframe.js | 66 + .../{src => }/example/pywebsocket.conf | 0 .../{src => }/example/special_headers.cgi | 0 .../pywebsocket/{src => }/example/util.js | 164 +- .../{src => }/example/util_main.js | 16 +- .../tools/pywebsocket/example/util_worker.js | 20 + .../{src => }/example/xhr_benchmark.html | 90 +- .../{src => }/example/xhr_benchmark.js | 175 +- .../{src => }/example/xhr_event_logger.html | 19 +- .../example/xhr_performance_test_iframe.html | 6 + .../{src => }/mod_pywebsocket/__init__.py | 0 .../{src => }/mod_pywebsocket/_stream_base.py | 0 .../mod_pywebsocket/_stream_hixie75.py | 0 .../{src => }/mod_pywebsocket/_stream_hybi.py | 9 +- .../{src => }/mod_pywebsocket/common.py | 27 +- .../{src => }/mod_pywebsocket/dispatch.py | 0 .../{src => }/mod_pywebsocket/extensions.py | 167 +- .../{src => }/mod_pywebsocket/fast_masking.i | 0 .../mod_pywebsocket/handshake/__init__.py | 0 .../mod_pywebsocket/handshake/_base.py | 0 .../mod_pywebsocket/handshake/hybi.py | 0 .../mod_pywebsocket/handshake/hybi00.py | 0 .../mod_pywebsocket/headerparserhandler.py | 7 +- .../mod_pywebsocket/http_header_util.py | 0 .../mod_pywebsocket/memorizingfile.py | 8 +- .../{src => }/mod_pywebsocket/msgutil.py | 0 .../{src => }/mod_pywebsocket/mux.py | 178 +- .../{src => }/mod_pywebsocket/standalone.py | 25 +- .../{src => }/mod_pywebsocket/stream.py | 3 +- .../{src => }/mod_pywebsocket/util.py | 34 +- .../mod_pywebsocket/xhr_benchmark_handler.py | 16 +- .../tools/pywebsocket/{src => }/setup.py | 2 +- .../pywebsocket/src/example/util_worker.js | 19 - .../pywebsocket/{src => }/test/__init__.py | 0 .../{src => }/test/cert/cacert.pem | 0 .../pywebsocket/{src => }/test/cert/cert.pem | 0 .../{src => }/test/cert/client_cert.p12 | Bin .../pywebsocket/{src => }/test/cert/key.pem | 0 .../{src => }/test/client_for_testing.py | 0 .../test/endtoend_with_external_server.py | 0 .../tools/pywebsocket/{src => }/test/mock.py | 0 .../{src => }/test/mux_client_for_testing.py | 0 .../pywebsocket/{src => }/test/run_all.py | 0 .../{src => }/test/set_sys_path.py | 0 .../{src => }/test/test_dispatch.py | 0 .../{src => }/test/test_endtoend.py | 0 .../{src => }/test/test_extensions.py | 81 - .../{src => }/test/test_handshake.py | 0 .../{src => }/test/test_handshake_hybi.py | 57 +- .../{src => }/test/test_handshake_hybi00.py | 0 .../{src => }/test/test_http_header_util.py | 0 .../{src => }/test/test_memorizingfile.py | 0 .../pywebsocket/{src => }/test/test_mock.py | 0 .../{src => }/test/test_msgutil.py | 70 +- .../pywebsocket/{src => }/test/test_mux.py | 23 +- .../pywebsocket/{src => }/test/test_stream.py | 0 .../{src => }/test/test_stream_hixie75.py | 0 .../pywebsocket/{src => }/test/test_util.py | 0 .../{src => }/test/testdata/README | 0 .../testdata/handlers/abort_by_user_wsh.py | 0 .../test/testdata/handlers/blank_wsh.py | 0 .../testdata/handlers/origin_check_wsh.py | 0 .../handlers/sub/exception_in_transfer_wsh.py | 0 .../handlers/sub/no_wsh_at_the_end.py | 0 .../testdata/handlers/sub/non_callable_wsh.py | 0 .../test/testdata/handlers/sub/plain_wsh.py | 0 .../handlers/sub/wrong_handshake_sig_wsh.py | 0 .../handlers/sub/wrong_transfer_sig_wsh.py | 0 .../{src => }/test/testdata/hello.pl | 0 .../web-platform-tests/tools/wpt/browser.py | 48 +- .../wpt/tests/latest_mozilla_central.txt | 20834 ++++++++++++++++ .../tools/wpt/tests/test_browser.py | 13 + .../webdriver/tests/element_click/bubbling.py | 16 +- .../webdriver/tests/element_click/select.py | 1 + .../webdriver/tests/execute_script/cyclic.py | 2 +- .../webdriver/tests/fullscreen_window.py | 23 +- 149 files changed, 22796 insertions(+), 1884 deletions(-) create mode 100644 tests/wpt/metadata/css/css-backgrounds/background-attachment-local/attachment-local-clipping-color-4.html.ini create mode 100644 tests/wpt/metadata/fetch/corb/script-html-via-cross-origin-blob-url.sub.html.ini create mode 100644 tests/wpt/metadata/html/semantics/embedded-content/media-elements/autoplay-with-broken-track.html.ini create mode 100644 tests/wpt/web-platform-tests/conformance-checkers/html/elements/script/streams-demo-append-child-isvalid.html create mode 100644 tests/wpt/web-platform-tests/conformance-checkers/html/elements/script/streams-demo-streaming-element-backpressure-isvalid.html create mode 100644 tests/wpt/web-platform-tests/conformance-checkers/html/elements/script/streams-demo-streaming-element-isvalid.html delete mode 100644 tests/wpt/web-platform-tests/css/css-position/position-sticky-inflow-position-ref.html delete mode 100644 tests/wpt/web-platform-tests/css/css-position/position-sticky-margins-ref.html delete mode 100644 tests/wpt/web-platform-tests/css/css-position/position-sticky-overflow-padding-ref.html delete mode 100644 tests/wpt/web-platform-tests/css/css-position/position-sticky-root-scroller-ref.html delete mode 100644 tests/wpt/web-platform-tests/css/css-position/position-sticky-transforms-ref.html delete mode 100644 tests/wpt/web-platform-tests/css/css-position/position-sticky-transforms-translate-ref.html delete mode 100644 tests/wpt/web-platform-tests/css/css-typed-om/the-stylepropertymap/computed/getProperties.tentative.html delete mode 100644 tests/wpt/web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/getProperties.tentative.html delete mode 100644 tests/wpt/web-platform-tests/css/css-typed-om/the-stylepropertymap/inline/getProperties.tentative.html create mode 100644 tests/wpt/web-platform-tests/fetch/corb/resources/subframe-that-posts-html-containing-blob-url-to-parent.html create mode 100644 tests/wpt/web-platform-tests/fetch/corb/script-html-via-cross-origin-blob-url.sub.html create mode 100644 tests/wpt/web-platform-tests/html/semantics/embedded-content/media-elements/autoplay-with-broken-track.html create mode 100644 tests/wpt/web-platform-tests/service-workers/service-worker/resources/embed-image-is-not-intercepted-iframe.html create mode 100644 tests/wpt/web-platform-tests/service-workers/service-worker/resources/object-image-is-not-intercepted-iframe.html create mode 100644 tests/wpt/web-platform-tests/tools/pywebsocket/CONTRIBUTING rename tests/wpt/web-platform-tests/tools/pywebsocket/{src/COPYING => LICENSE} (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/MANIFEST.in (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/README (100%) create mode 100644 tests/wpt/web-platform-tests/tools/pywebsocket/README.md rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/example/abort_handshake_wsh.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/example/abort_wsh.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/example/arraybuffer_benchmark.html (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/example/bench_wsh.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/example/benchmark.html (80%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/example/benchmark.js (63%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/example/benchmark_helper_wsh.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/example/close_wsh.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/example/console.html (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/example/cookie_wsh.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/example/echo_client.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/example/echo_noext_wsh.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/example/echo_wsh.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/example/eventsource.cgi (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/example/eventsource.html (100%) create mode 100644 tests/wpt/web-platform-tests/tools/pywebsocket/example/fetch_benchmark.html create mode 100644 tests/wpt/web-platform-tests/tools/pywebsocket/example/fetch_benchmark.js create mode 100644 tests/wpt/web-platform-tests/tools/pywebsocket/example/fetch_performance_test_iframe.html rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/example/handler_map.txt (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/example/hsts_wsh.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/example/internal_error_wsh.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/example/origin_check_wsh.py (100%) create mode 100644 tests/wpt/web-platform-tests/tools/pywebsocket/example/performance_test_iframe.html create mode 100644 tests/wpt/web-platform-tests/tools/pywebsocket/example/performance_test_iframe.js rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/example/pywebsocket.conf (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/example/special_headers.cgi (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/example/util.js (56%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/example/util_main.js (81%) create mode 100644 tests/wpt/web-platform-tests/tools/pywebsocket/example/util_worker.js rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/example/xhr_benchmark.html (76%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/example/xhr_benchmark.js (65%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/example/xhr_event_logger.html (83%) create mode 100644 tests/wpt/web-platform-tests/tools/pywebsocket/example/xhr_performance_test_iframe.html rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/mod_pywebsocket/__init__.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/mod_pywebsocket/_stream_base.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/mod_pywebsocket/_stream_hixie75.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/mod_pywebsocket/_stream_hybi.py (98%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/mod_pywebsocket/common.py (94%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/mod_pywebsocket/dispatch.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/mod_pywebsocket/extensions.py (81%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/mod_pywebsocket/fast_masking.i (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/mod_pywebsocket/handshake/__init__.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/mod_pywebsocket/handshake/_base.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/mod_pywebsocket/handshake/hybi.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/mod_pywebsocket/handshake/hybi00.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/mod_pywebsocket/headerparserhandler.py (98%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/mod_pywebsocket/http_header_util.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/mod_pywebsocket/memorizingfile.py (95%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/mod_pywebsocket/msgutil.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/mod_pywebsocket/mux.py (96%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/mod_pywebsocket/standalone.py (97%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/mod_pywebsocket/stream.py (98%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/mod_pywebsocket/util.py (93%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/mod_pywebsocket/xhr_benchmark_handler.py (85%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/setup.py (98%) delete mode 100644 tests/wpt/web-platform-tests/tools/pywebsocket/src/example/util_worker.js rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/__init__.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/cert/cacert.pem (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/cert/cert.pem (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/cert/client_cert.p12 (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/cert/key.pem (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/client_for_testing.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/endtoend_with_external_server.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/mock.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/mux_client_for_testing.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/run_all.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/set_sys_path.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/test_dispatch.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/test_endtoend.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/test_extensions.py (75%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/test_handshake.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/test_handshake_hybi.py (91%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/test_handshake_hybi00.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/test_http_header_util.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/test_memorizingfile.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/test_mock.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/test_msgutil.py (97%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/test_mux.py (99%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/test_stream.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/test_stream_hixie75.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/test_util.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/testdata/README (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/testdata/handlers/abort_by_user_wsh.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/testdata/handlers/blank_wsh.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/testdata/handlers/origin_check_wsh.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/testdata/handlers/sub/exception_in_transfer_wsh.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/testdata/handlers/sub/no_wsh_at_the_end.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/testdata/handlers/sub/non_callable_wsh.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/testdata/handlers/sub/plain_wsh.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/testdata/handlers/sub/wrong_handshake_sig_wsh.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/testdata/handlers/sub/wrong_transfer_sig_wsh.py (100%) rename tests/wpt/web-platform-tests/tools/pywebsocket/{src => }/test/testdata/hello.pl (100%) create mode 100644 tests/wpt/web-platform-tests/tools/wpt/tests/latest_mozilla_central.txt create mode 100644 tests/wpt/web-platform-tests/tools/wpt/tests/test_browser.py diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index 3dcb64d2035..cdb7b635b8f 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -122129,18 +122129,6 @@ {} ] ], - "css/css-position/position-sticky-inflow-position.html": [ - [ - "/css/css-position/position-sticky-inflow-position.html", - [ - [ - "/css/css-position/position-sticky-inflow-position-ref.html", - "==" - ] - ], - {} - ] - ], "css/css-position/position-sticky-inline.html": [ [ "/css/css-position/position-sticky-inline.html", @@ -122153,18 +122141,6 @@ {} ] ], - "css/css-position/position-sticky-margins.html": [ - [ - "/css/css-position/position-sticky-margins.html", - [ - [ - "/css/css-position/position-sticky-margins-ref.html", - "==" - ] - ], - {} - ] - ], "css/css-position/position-sticky-nested-bottom.html": [ [ "/css/css-position/position-sticky-nested-bottom.html", @@ -122237,18 +122213,6 @@ {} ] ], - "css/css-position/position-sticky-overflow-padding.html": [ - [ - "/css/css-position/position-sticky-overflow-padding.html", - [ - [ - "/css/css-position/position-sticky-overflow-padding-ref.html", - "==" - ] - ], - {} - ] - ], "css/css-position/position-sticky-rendering.html": [ [ "/css/css-position/position-sticky-rendering.html", @@ -122261,18 +122225,6 @@ {} ] ], - "css/css-position/position-sticky-root-scroller.html": [ - [ - "/css/css-position/position-sticky-root-scroller.html", - [ - [ - "/css/css-position/position-sticky-root-scroller-ref.html", - "==" - ] - ], - {} - ] - ], "css/css-position/position-sticky-stacking-context.html": [ [ "/css/css-position/position-sticky-stacking-context.html", @@ -122393,30 +122345,6 @@ {} ] ], - "css/css-position/position-sticky-transforms-translate.html": [ - [ - "/css/css-position/position-sticky-transforms-translate.html", - [ - [ - "/css/css-position/position-sticky-transforms-translate-ref.html", - "==" - ] - ], - {} - ] - ], - "css/css-position/position-sticky-transforms.html": [ - [ - "/css/css-position/position-sticky-transforms.html", - [ - [ - "/css/css-position/position-sticky-transforms-ref.html", - "==" - ] - ], - {} - ] - ], "css/css-position/position-sticky-writing-modes.html": [ [ "/css/css-position/position-sticky-writing-modes.html", @@ -209180,6 +209108,21 @@ {} ] ], + "conformance-checkers/html/elements/script/streams-demo-append-child-isvalid.html": [ + [ + {} + ] + ], + "conformance-checkers/html/elements/script/streams-demo-streaming-element-backpressure-isvalid.html": [ + [ + {} + ] + ], + "conformance-checkers/html/elements/script/streams-demo-streaming-element-isvalid.html": [ + [ + {} + ] + ], "conformance-checkers/html/elements/small/model-isvalid.html": [ [ {} @@ -249005,21 +248948,11 @@ {} ] ], - "css/css-position/position-sticky-inflow-position-ref.html": [ - [ - {} - ] - ], "css/css-position/position-sticky-inline-ref.html": [ [ {} ] ], - "css/css-position/position-sticky-margins-ref.html": [ - [ - {} - ] - ], "css/css-position/position-sticky-nested-bottom-ref.html": [ [ {} @@ -249050,21 +248983,11 @@ {} ] ], - "css/css-position/position-sticky-overflow-padding-ref.html": [ - [ - {} - ] - ], "css/css-position/position-sticky-rendering-ref.html": [ [ {} ] ], - "css/css-position/position-sticky-root-scroller-ref.html": [ - [ - {} - ] - ], "css/css-position/position-sticky-stacking-context-ref.html": [ [ {} @@ -249115,16 +249038,6 @@ {} ] ], - "css/css-position/position-sticky-transforms-ref.html": [ - [ - {} - ] - ], - "css/css-position/position-sticky-transforms-translate-ref.html": [ - [ - {} - ] - ], "css/css-position/position-sticky-writing-modes-ref.html": [ [ {} @@ -271730,6 +271643,11 @@ {} ] ], + "fetch/corb/resources/subframe-that-posts-html-containing-blob-url-to-parent.html": [ + [ + {} + ] + ], "fetch/data-urls/README.md": [ [ {} @@ -291115,6 +291033,11 @@ {} ] ], + "service-workers/service-worker/resources/embed-image-is-not-intercepted-iframe.html": [ + [ + {} + ] + ], "service-workers/service-worker/resources/embed-is-not-intercepted-iframe.html": [ [ {} @@ -291685,6 +291608,11 @@ {} ] ], + "service-workers/service-worker/resources/object-image-is-not-intercepted-iframe.html": [ + [ + {} + ] + ], "service-workers/service-worker/resources/object-is-not-intercepted-iframe.html": [ [ {} @@ -312579,6 +312507,12 @@ {} ] ], + "css/css-position/position-sticky-inflow-position.html": [ + [ + "/css/css-position/position-sticky-inflow-position.html", + {} + ] + ], "css/css-position/position-sticky-input-box-gets-focused-after-scroll.html": [ [ "/css/css-position/position-sticky-input-box-gets-focused-after-scroll.html", @@ -312591,6 +312525,12 @@ {} ] ], + "css/css-position/position-sticky-margins.html": [ + [ + "/css/css-position/position-sticky-margins.html", + {} + ] + ], "css/css-position/position-sticky-offset-overflow.html": [ [ "/css/css-position/position-sticky-offset-overflow.html", @@ -312603,6 +312543,12 @@ {} ] ], + "css/css-position/position-sticky-overflow-padding.html": [ + [ + "/css/css-position/position-sticky-overflow-padding.html", + {} + ] + ], "css/css-position/position-sticky-parsing.html": [ [ "/css/css-position/position-sticky-parsing.html", @@ -312615,12 +312561,30 @@ {} ] ], + "css/css-position/position-sticky-root-scroller.html": [ + [ + "/css/css-position/position-sticky-root-scroller.html", + {} + ] + ], "css/css-position/position-sticky-top.html": [ [ "/css/css-position/position-sticky-top.html", {} ] ], + "css/css-position/position-sticky-transforms-translate.html": [ + [ + "/css/css-position/position-sticky-transforms-translate.html", + {} + ] + ], + "css/css-position/position-sticky-transforms.html": [ + [ + "/css/css-position/position-sticky-transforms.html", + {} + ] + ], "css/css-pseudo/first-letter-property-whitelist.html": [ [ "/css/css-pseudo/first-letter-property-whitelist.html", @@ -315405,12 +315369,6 @@ {} ] ], - "css/css-typed-om/the-stylepropertymap/computed/getProperties.tentative.html": [ - [ - "/css/css-typed-om/the-stylepropertymap/computed/getProperties.tentative.html", - {} - ] - ], "css/css-typed-om/the-stylepropertymap/computed/has.tentative.html": [ [ "/css/css-typed-om/the-stylepropertymap/computed/has.tentative.html", @@ -315471,12 +315429,6 @@ {} ] ], - "css/css-typed-om/the-stylepropertymap/declared/getProperties.tentative.html": [ - [ - "/css/css-typed-om/the-stylepropertymap/declared/getProperties.tentative.html", - {} - ] - ], "css/css-typed-om/the-stylepropertymap/declared/has.tentative.html": [ [ "/css/css-typed-om/the-stylepropertymap/declared/has.tentative.html", @@ -315537,12 +315489,6 @@ {} ] ], - "css/css-typed-om/the-stylepropertymap/inline/getProperties.tentative.html": [ - [ - "/css/css-typed-om/the-stylepropertymap/inline/getProperties.tentative.html", - {} - ] - ], "css/css-typed-om/the-stylepropertymap/inline/has.tentative.html": [ [ "/css/css-typed-om/the-stylepropertymap/inline/has.tentative.html", @@ -323459,6 +323405,12 @@ {} ] ], + "fetch/corb/script-html-via-cross-origin-blob-url.sub.html": [ + [ + "/fetch/corb/script-html-via-cross-origin-blob-url.sub.html", + {} + ] + ], "fetch/corb/script-js-mislabeled-as-html-nosniff.sub.html": [ [ "/fetch/corb/script-js-mislabeled-as-html-nosniff.sub.html", @@ -327749,6 +327701,12 @@ {} ] ], + "html/semantics/embedded-content/media-elements/autoplay-with-broken-track.html": [ + [ + "/html/semantics/embedded-content/media-elements/autoplay-with-broken-track.html", + {} + ] + ], "html/semantics/embedded-content/media-elements/error-codes/error.html": [ [ "/html/semantics/embedded-content/media-elements/error-codes/error.html", @@ -414540,6 +414498,18 @@ "e2b95f87aee2b09233d324c898e02629ff83f8ce", "support" ], + "conformance-checkers/html/elements/script/streams-demo-append-child-isvalid.html": [ + "8e4bdab31d350439f73114ac52cbed0f0eb4b83d", + "support" + ], + "conformance-checkers/html/elements/script/streams-demo-streaming-element-backpressure-isvalid.html": [ + "cb0a490ebe790e4c7fc10ab5908613d4bc555c3f", + "support" + ], + "conformance-checkers/html/elements/script/streams-demo-streaming-element-isvalid.html": [ + "7d7362011ddab3afc7af925aeebd067188e974e1", + "support" + ], "conformance-checkers/html/elements/small/model-isvalid.html": [ "ed1c313412f5af0134a36fe72fa75b566c83d555", "support" @@ -501641,7 +501611,7 @@ "support" ], "css/css-paint-api/registered-properties-in-custom-paint.https.html": [ - "de1e6dabe19bdd355060a62c7d697c64f49929fe", + "dc51ea1e448fc91b632363d5ea394f5a4a90bd06", "reftest" ], "css/css-paint-api/resources/html5.png": [ @@ -501653,7 +501623,7 @@ "support" ], "css/css-paint-api/style-background-image.https.html": [ - "c3359a8ee23b9c3d9007066235aef894ddbaf47f", + "18660b13079289c93431e7ca6111d1c6c7adca80", "reftest" ], "css/css-paint-api/style-before-pseudo-ref.html": [ @@ -501661,7 +501631,7 @@ "support" ], "css/css-paint-api/style-before-pseudo.https.html": [ - "cd16dfc6e532851b23abdf47cb4cc89f20a6c655", + "a46f84e13e91ea23129a557893fcb929d6e191ed", "reftest" ], "css/css-paint-api/style-first-letter-pseudo-ref.html": [ @@ -501669,7 +501639,7 @@ "support" ], "css/css-paint-api/style-first-letter-pseudo.https.html": [ - "996d9f2e93bc8ba0a54415d0ffcab4cdb7c1ffa7", + "180ec110178f0cf9635b19309abb416e79ebf135", "reftest" ], "css/css-paint-api/valid-image-after-load-ref.html": [ @@ -501796,13 +501766,9 @@ "a06a40f39b4a748c111dc01281261c5451204f95", "reftest" ], - "css/css-position/position-sticky-inflow-position-ref.html": [ - "bcce2ded8073a7b5b3477bcf90157cb0e77c2b40", - "support" - ], "css/css-position/position-sticky-inflow-position.html": [ - "c8e2bcdddf9e8ee93f9306d88b96c3bf1f1bfaf6", - "reftest" + "a0fec7d91b7261987e1f2fa5efca966d6f37bc1e", + "testharness" ], "css/css-position/position-sticky-inline-ref.html": [ "9458cab53d2065e4893d127ee0097bbd53c6b898", @@ -501820,13 +501786,9 @@ "2a04672cdac818a6887eac7d6824ea85d3d0559d", "testharness" ], - "css/css-position/position-sticky-margins-ref.html": [ - "0cdb788c913f47a121114ac5b8e6a140bb08c1ff", - "support" - ], "css/css-position/position-sticky-margins.html": [ - "72fb6ae7d97bf2448ebd68ccf110edd6bae2c92f", - "reftest" + "3f6bc9537adf2a4d477f99866d73f42b65c26db3", + "testharness" ], "css/css-position/position-sticky-nested-bottom-ref.html": [ "59a8e46358a8a5bf8638a2d1982c63becef5bc77", @@ -501884,13 +501846,9 @@ "a25b64d016644c272ea92b6129a59eefb21d2fa0", "testharness" ], - "css/css-position/position-sticky-overflow-padding-ref.html": [ - "b3d81934cc90e70dff6bc5cd7789594a8fcd7ecf", - "support" - ], "css/css-position/position-sticky-overflow-padding.html": [ - "588502dc7eb4a7f88f78dd1b2cdc857861c89f77", - "reftest" + "4a1e1c29bb47027e74437acdc1cfe073ea774f0f", + "testharness" ], "css/css-position/position-sticky-parsing.html": [ "224bc984bc6eb4a55931461cf7e51f7b04d219f4", @@ -501908,13 +501866,9 @@ "80caf6fb1e6c84dbf3e371a11166ac5b71bba687", "testharness" ], - "css/css-position/position-sticky-root-scroller-ref.html": [ - "b66947a9f1b39c6c489267477d0122eeaeac7341", - "support" - ], "css/css-position/position-sticky-root-scroller.html": [ - "8f77892b5a205a392942649476be7d5d54a91788", - "reftest" + "b7adc454ecf8b4950c46d99db11cf669b1a5d695", + "testharness" ], "css/css-position/position-sticky-stacking-context-ref.html": [ "dd6e5d4734c924c1ad08d14db986fb89d7cb03f6", @@ -502000,21 +501954,13 @@ "bfd49209889fc14cae5af8d7c5e7990fbde451ec", "testharness" ], - "css/css-position/position-sticky-transforms-ref.html": [ - "b01ae263ac6b712912ba2af06edbaeaf75ba0215", - "support" - ], - "css/css-position/position-sticky-transforms-translate-ref.html": [ - "49d0db4c6b27c9f66bd58f5a075d024cbeaeb076", - "support" - ], "css/css-position/position-sticky-transforms-translate.html": [ - "71bdb184c1ad2d1405f683e05a5b4117c8c7362a", - "reftest" + "3fe5eb51028f4036f287601e3861dbd1377c588f", + "testharness" ], "css/css-position/position-sticky-transforms.html": [ - "c3d2c2b167bcf6b8e7c45b90d9a797a216c27632", - "reftest" + "1b273a96f9f47c4bbbee71f41a2ceb046f7e9425", + "testharness" ], "css/css-position/position-sticky-writing-modes-ref.html": [ "407a1831479ccca61f6f7b268abcbf97f667f0bf", @@ -519041,7 +518987,7 @@ "testharness" ], "css/css-typed-om/the-stylepropertymap/computed/computed.tentative.html": [ - "460bdf5cc3e35360eb8d910274cef440837f0eaf", + "23845856ad2da4422dc081dd8f4cc1a5d6aecfe3", "testharness" ], "css/css-typed-om/the-stylepropertymap/computed/get-invalid.html": [ @@ -519056,10 +519002,6 @@ "2c9c39367ccf02f014b8bf62057f810a70ff58bf", "testharness" ], - "css/css-typed-om/the-stylepropertymap/computed/getProperties.tentative.html": [ - "9e0018aed64fbca86d25f5ec466f88212ebd4906", - "testharness" - ], "css/css-typed-om/the-stylepropertymap/computed/has.tentative.html": [ "b7b16ab44745e235883303b8c495aa1ceb874d0c", "testharness" @@ -519077,7 +519019,7 @@ "testharness" ], "css/css-typed-om/the-stylepropertymap/declared/declared.tentative.html": [ - "7a6bbc1b04f6d1ee82332ddbf58a27604645a86b", + "9ea176173ce999d17f26a80fc05b608532e471e0", "testharness" ], "css/css-typed-om/the-stylepropertymap/declared/delete-invalid.html": [ @@ -519100,10 +519042,6 @@ "df90a13e37ebcdbcf046e66f7e90ad2fc7edd9df", "testharness" ], - "css/css-typed-om/the-stylepropertymap/declared/getProperties.tentative.html": [ - "7cb65bf76de24fe33a48178f5193bc05c5ec3f44", - "testharness" - ], "css/css-typed-om/the-stylepropertymap/declared/has.tentative.html": [ "3299b5537f2d535988f2f6dac65b3eaba63833b2", "testharness" @@ -519144,10 +519082,6 @@ "2a8c50a83cbfd1c3da5614daac7070df0f5c83ff", "testharness" ], - "css/css-typed-om/the-stylepropertymap/inline/getProperties.tentative.html": [ - "5187e1eb4fb23b6b9a7fba8130d2649c4ea9152e", - "testharness" - ], "css/css-typed-om/the-stylepropertymap/inline/has.tentative.html": [ "89b6d05db8717f1bc1f82690706d849a57104ec7", "testharness" @@ -519209,7 +519143,7 @@ "testharness" ], "css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js": [ - "3ac46f9655cf07f63761850d38eb0c0cebdd98bf", + "8f23e63849f184553cdc43d2c45aec316300db0a", "support" ], "css/css-typed-om/the-stylepropertymap/properties/right.html": [ @@ -543641,7 +543575,7 @@ "support" ], "domparsing/XMLSerializer-serializeToString.html": [ - "71314752b8552c19b0951647594b9c5c85ca01b6", + "0ff2295477d3d2d690b19976eceae8a8a79720fe", "testharness" ], "domparsing/createContextualFragment.html": [ @@ -546673,7 +546607,7 @@ "support" ], "feature-policy/picture-in-picture-default-feature-policy.https.sub.html": [ - "3d493f9c8c024c4f97a5f0ae3d12977f8719bcc6", + "49c95204e8d3478f6c4509740fa0ed605146ca36", "testharness" ], "feature-policy/picture-in-picture-disabled-by-feature-policy.https.sub.html": [ @@ -547629,7 +547563,7 @@ "testharness" ], "fetch/corb/README.md": [ - "5dd841770382cd2f6f1a09dca1103ef146bc912a", + "95e1cbd716945e9cc53297243af4cec1ac35493e", "support" ], "fetch/corb/img-html-correctly-labeled.sub-expected.html": [ @@ -547732,10 +547666,18 @@ "41e260e7df49e0e4ddb1fc5df11913dbda15edd7", "support" ], + "fetch/corb/resources/subframe-that-posts-html-containing-blob-url-to-parent.html": [ + "b9cd3923eeb88157f3bc3f2e62b5ee5e3f166c0c", + "support" + ], "fetch/corb/script-html-correctly-labeled.tentative.sub.html": [ "71cb97517821177aa1c1d116f830cd2315963d18", "testharness" ], + "fetch/corb/script-html-via-cross-origin-blob-url.sub.html": [ + "5fd4e36f6ad89ea7e7ede4c1a54136d80b126dd4", + "testharness" + ], "fetch/corb/script-js-mislabeled-as-html-nosniff.sub.html": [ "ff421a4a827db6c8eeec97d2a7ee7010fd8fd686", "testharness" @@ -559400,6 +559342,10 @@ "33bf062c202724a1ca7cd6db052614317acba1f8", "manual" ], + "html/semantics/embedded-content/media-elements/autoplay-with-broken-track.html": [ + "98f06519aeb619c9cf1db9ab3d94e987dffa182a", + "testharness" + ], "html/semantics/embedded-content/media-elements/contains.json": [ "c4e395b396f7f8d9aac3e687d34c2df47dde5589", "support" @@ -588277,7 +588223,7 @@ "testharness" ], "service-workers/service-worker/embed-and-object-are-not-intercepted.https.html": [ - "a9f08518e369c81036ce0815aab3f1a6895fb6ab", + "04b303491f89d1ec808548008aaa0b0747ab8672", "testharness" ], "service-workers/service-worker/extendable-event-async-waituntil.https.html": [ @@ -588977,7 +588923,7 @@ "support" ], "service-workers/service-worker/resources/echo-content.py": [ - "d22a9fe2b426436a8e4901d82ca68833eeb905b3", + "5a681fb53d70cf71d8d9ba13348025bee019ee1d", "support" ], "service-workers/service-worker/resources/echo-message-to-source-worker.js": [ @@ -588985,11 +588931,15 @@ "support" ], "service-workers/service-worker/resources/embed-and-object-are-not-intercepted-worker.js": [ - "30d39c9d08dff37858a1ba843d7b51aaa559238b", + "ce5630c7ed59cfd0c0bd2e8e0e1bd596260e4e39", + "support" + ], + "service-workers/service-worker/resources/embed-image-is-not-intercepted-iframe.html": [ + "686ef2a4531b7631bee58a2450c62a7532c6c8aa", "support" ], "service-workers/service-worker/resources/embed-is-not-intercepted-iframe.html": [ - "e33a11c8d4a2a14693f8eb5eb5feb8218c92de6f", + "e810456ed08cfa3be1730291b28b0f8134c093ed", "support" ], "service-workers/service-worker/resources/embedded-content-from-server.html": [ @@ -589444,6 +589394,10 @@ "ec72a4c120ccfac3a165576f59a0e02b945343b3", "support" ], + "service-workers/service-worker/resources/object-image-is-not-intercepted-iframe.html": [ + "79aa49d7287ce90d72d4cb10511e3927d5f0a664", + "support" + ], "service-workers/service-worker/resources/object-is-not-intercepted-iframe.html": [ "412591c247a38b07cde7f42248bc412a50128b54", "support" @@ -597697,11 +597651,11 @@ "support" ], "webdriver/tests/element_click/bubbling.py": [ - "5437f5ca12b93e9a0087e9b341d63af6bace4ffd", + "dde7ca3d7b8ee65222af0044f07087d3b0725bb9", "wdspec" ], "webdriver/tests/element_click/select.py": [ - "bbce720456bd6bae72ad256b56b7743be85959f3", + "bddc341a0feb0d06e75415b8f98b8e9e0c2a829d", "wdspec" ], "webdriver/tests/element_click/stale.py": [ @@ -597761,7 +597715,7 @@ "support" ], "webdriver/tests/execute_script/cyclic.py": [ - "cbebfbd2413ea0b10f547ab66fcc7159898e684a", + "9d8a28b94b8cdac88650b675cb00bf21261444e8", "wdspec" ], "webdriver/tests/execute_script/user_prompts.py": [ @@ -597769,7 +597723,7 @@ "wdspec" ], "webdriver/tests/fullscreen_window.py": [ - "817011a8cdff7cfd7e445fb8ecb84e5d91f03993", + "67cc7d992d81a176297038f5516c8a9c95018040", "wdspec" ], "webdriver/tests/get_window_rect.py": [ diff --git a/tests/wpt/metadata/css/CSS2/box-display/display-012.xht.ini b/tests/wpt/metadata/css/CSS2/box-display/display-012.xht.ini index 8028068bd12..4c062da02e2 100644 --- a/tests/wpt/metadata/css/CSS2/box-display/display-012.xht.ini +++ b/tests/wpt/metadata/css/CSS2/box-display/display-012.xht.ini @@ -1,4 +1,4 @@ [display-012.xht] type: reftest expected: - if os == "mac": FAIL # Fonts on OSX make this gain an additional pixel of background (also fails on Firefox) + if os == "mac": FAIL diff --git a/tests/wpt/metadata/css/css-backgrounds/background-attachment-local/attachment-local-clipping-color-4.html.ini b/tests/wpt/metadata/css/css-backgrounds/background-attachment-local/attachment-local-clipping-color-4.html.ini new file mode 100644 index 00000000000..113fb415e86 --- /dev/null +++ b/tests/wpt/metadata/css/css-backgrounds/background-attachment-local/attachment-local-clipping-color-4.html.ini @@ -0,0 +1,2 @@ +[attachment-local-clipping-color-4.html] + expected: FAIL diff --git a/tests/wpt/metadata/fetch/corb/script-html-via-cross-origin-blob-url.sub.html.ini b/tests/wpt/metadata/fetch/corb/script-html-via-cross-origin-blob-url.sub.html.ini new file mode 100644 index 00000000000..dca245f4146 --- /dev/null +++ b/tests/wpt/metadata/fetch/corb/script-html-via-cross-origin-blob-url.sub.html.ini @@ -0,0 +1,4 @@ +[script-html-via-cross-origin-blob-url.sub.html] + [Untitled] + expected: FAIL + diff --git a/tests/wpt/metadata/html/semantics/embedded-content/media-elements/autoplay-with-broken-track.html.ini b/tests/wpt/metadata/html/semantics/embedded-content/media-elements/autoplay-with-broken-track.html.ini new file mode 100644 index 00000000000..682f787961f --- /dev/null +++ b/tests/wpt/metadata/html/semantics/embedded-content/media-elements/autoplay-with-broken-track.html.ini @@ -0,0 +1,5 @@ +[autoplay-with-broken-track.html] + expected: TIMEOUT + [