mirror of
https://github.com/servo/servo.git
synced 2025-08-13 17:35:36 +01:00
Update web-platform-tests to revision 50ff4f970fd8592a9f436d4e86e7d572de143260
This commit is contained in:
parent
82bbf3ad45
commit
8ea5658199
150 changed files with 4737 additions and 998 deletions
|
@ -4,7 +4,7 @@ from tests.support import platform_name
|
|||
from tests.support.asserts import assert_success
|
||||
|
||||
|
||||
@pytest.mark.skip_if(platform_name is None, reason="Unsupported platform {}".format(platform_name))
|
||||
@pytest.mark.skipif(platform_name is None, reason="Unsupported platform {}".format(platform_name))
|
||||
def test_corresponds_to_local_system(new_session, add_browser_capabilities):
|
||||
response, _ = new_session({"capabilities": {"alwaysMatch": add_browser_capabilities({})}})
|
||||
value = assert_success(response)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue