mirror of
https://github.com/servo/servo.git
synced 2025-08-14 01:45:33 +01:00
Update web-platform-tests to revision 548818eee08f7a6e31b9706b352b5d44b2f6d024
This commit is contained in:
parent
82fd8d1daf
commit
5e74467d68
112 changed files with 1704 additions and 536 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue