Update web-platform-tests to revision 548818eee08f7a6e31b9706b352b5d44b2f6d024

This commit is contained in:
WPT Sync Bot 2019-12-12 08:22:50 +00:00
parent 82fd8d1daf
commit 5e74467d68
112 changed files with 1704 additions and 536 deletions

View file

@ -44,12 +44,3 @@ def test_ignore_non_spec_fields_in_capabilities(new_session, add_browser_capabil
}})
value = assert_success(response)
assert value["capabilities"]["pageLoadStrategy"] == "normal"
def test_valid_but_unmatchable_key(new_session, add_browser_capabilities):
response, _ = new_session({"capabilities": {"firstMatch": [
add_browser_capabilities({"pageLoadStrategy": "eager", "foo:unmatchable": True}),
{"pageLoadStrategy": "none"},
]}})
value = assert_success(response)
assert value["capabilities"]["pageLoadStrategy"] == "none"