You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TIMEOUT [expected FAIL] subtest: Sandboxed iframe can not navigate other frame's popup
Test timed out
OK /html/semantics/forms/form-submission-0/jsurl-form-submit.tentative.html (#36489)
PASS [expected FAIL] subtest: Verifies that form submissions scheduled inside javascript: urls take precedence over the javascript: url's return value.
OK /html/semantics/scripting-1/the-script-element/module/dynamic-import/blob-url.any.html (#33948)
FAIL [expected PASS] subtest: Revoking a blob URL immediately after calling import will not fail
promise_test: Unhandled rejection with value: object "TypeError: Dynamic import failed"
OK /html/webappapis/user-prompts/print-during-unload.html (#35944)
PASS [expected FAIL] subtest: print() during unload
OK /preload/link-header-preload-delay-onload.html (#39622)
FAIL [expected PASS] subtest: Makes sure that Link headers preload resources and block window.onload after resource discovery
assert_true: expected true got false
OK /trusted-types/trusted-types-navigation.html?31-35 (#38034)
PASS [expected FAIL] subtest: Navigate a frame via form-submission with javascript:-urls in report-only mode.
Stable unexpected results that are known to be intermittent (29)
OK /IndexedDB/idbcursor-continuePrimaryKey-exceptions.any.worker.html (#39277)
FAIL [expected PASS] subtest: IDBCursor continuePrimaryKey() on object store cursor
assert_throws_dom: continuePrimaryKey() should throw if source is not an index function "function() {
cursor.continuePrimaryKey(2, 2);
}" threw object "TypeError: cursor.continuePrimaryKey is not a function" that is not a DOMException InvalidAccessError: property "code" is equal to undefined, expected 15
OK /IndexedDB/idbobjectstore_getAll.any.html (#39276)
PASS [expected FAIL] subtest: Get all values with transaction.commit()
OK /IndexedDB/idbobjectstore_getAll.any.worker.html (#39400)
PASS [expected FAIL] subtest: Get all values with transaction.commit()
OK /IndexedDB/key-conversion-exceptions.any.html (#39305)
FAIL [expected PASS] subtest: IDBCursor continue() method with throwing/invalid keys
assert_throws_exactly: key conversion with throwing getter should rethrow function "() => {
receiver[method](key);
}" threw object "TypeError: receiver[method] is not a function" but we expected it to throw object "getter: throwing from getter"
OK /IndexedDB/key-conversion-exceptions.any.worker.html (#39284)
FAIL [expected PASS] subtest: IDBCursor continue() method with throwing/invalid keys
assert_throws_exactly: key conversion with throwing getter should rethrow function "() => {
receiver[method](key);
}" threw object "TypeError: receiver[method] is not a function" but we expected it to throw object "getter: throwing from getter"
Follow the HTML specification and add the missing 'name' and
'areas' IDL attributes to HTMLMapElement.
https://html.spec.whatwg.org/multipage/#htmlmapelement
Testing: Improvements in the following WPT tests
- custom-elements/reactions/customized-builtins/HTMLMapElement.html
- html/dom/elements/name-content-attribute-and-property.html
- html/dom/idlharness.https.html
- html/dom/reflection-embedded.html
Signed-off-by: Andrei Volykhin <andrei.volykhin@gmail.com>
TIMEOUT [expected PASS] subtest: StorageKey: test 3P about:blank window opened from a 3P iframe
Test timed out
Stable unexpected results that are known to be intermittent (27)
OK /IndexedDB/delete-request-queue.any.html (#39162)
PASS [expected FAIL] subtest: Deletes are processed as a FIFO queue
OK /IndexedDB/idbobjectstore_getAll.any.html (#39276)
PASS [expected FAIL] subtest: Get all values with transaction.commit()
OK /IndexedDB/idbobjectstore_getAll.any.worker.html (#39400)
PASS [expected FAIL] subtest: Get all values with transaction.commit()
OK /IndexedDB/key-conversion-exceptions.any.html (#39305)
FAIL [expected PASS] subtest: IDBCursor continue() method with throwing/invalid keys
assert_throws_exactly: key conversion with throwing getter should rethrow function "() => {
receiver[method](key);
}" threw object "TypeError: receiver[method] is not a function" but we expected it to throw object "getter: throwing from getter"
OK /IndexedDB/key-conversion-exceptions.any.worker.html (#39284)
FAIL [expected PASS] subtest: IDBCursor continue() method with throwing/invalid keys
assert_throws_exactly: key conversion with throwing getter should rethrow function "() => {
receiver[method](key);
}" threw object "TypeError: receiver[method] is not a function" but we expected it to throw object "getter: throwing from getter"
PASS [expected FAIL] subtest: success (fetch): main
FAIL [expected PASS] subtest: 404 (fetch): main
assert_greater_than: https://web-platform.test:8000/preload/resources/dummy.xml?pipe=status%28404%29&label=fetch should be loaded expected a number greater than 0 but got 0
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow the HTML specification and add the missing 'name' and 'areas' IDL attributes to HTMLMapElement.
https://html.spec.whatwg.org/multipage/#htmlmapelement
Testing: Improvements in the following WPT tests