mirror of
https://github.com/servo/servo.git
synced 2025-09-10 06:58:21 +01:00
Update web-platform-tests to revision fc57d7ad7a2942cfa363d5a9b8c6c7d74f5bb693
This commit is contained in:
parent
5fd64d9436
commit
a2accae63a
13 changed files with 168 additions and 40 deletions
|
@ -48,11 +48,6 @@ def test_script_parameter_empty_no_change(session):
|
|||
assert session.timeouts._get()["script"] == original["script"]
|
||||
|
||||
|
||||
def test_key_invalid(session):
|
||||
response = set_timeouts(session, {"foo": 1000})
|
||||
assert_error(response, "invalid argument")
|
||||
|
||||
|
||||
@pytest.mark.parametrize("typ", ["implicit", "pageLoad", "script"])
|
||||
@pytest.mark.parametrize("value", [0, 2.0, 2**53 - 1])
|
||||
def test_positive_integer(session, typ, value):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue