mirror of
https://github.com/servo/servo.git
synced 2025-09-10 06:58:21 +01:00
Update web-platform-tests to revision 4984b190341b535c645729b8f99247aace0022fe
This commit is contained in:
parent
9ca6768a56
commit
d61756ac9d
73 changed files with 1198 additions and 1135 deletions
|
@ -2,16 +2,12 @@ from .base import Browser, ExecutorBrowser, require_arg
|
|||
from .base import get_timeout_multiplier # noqa: F401
|
||||
from ..webdriver_server import InternetExplorerDriverServer
|
||||
from ..executors import executor_kwargs as base_executor_kwargs
|
||||
from ..executors.executorselenium import (SeleniumTestharnessExecutor, # noqa: F401
|
||||
SeleniumRefTestExecutor) # noqa: F401
|
||||
from ..executors.executorinternetexplorer import InternetExplorerDriverWdspecExecutor # noqa: F401
|
||||
|
||||
__wptrunner__ = {"product": "ie",
|
||||
"check_args": "check_args",
|
||||
"browser": "InternetExplorerBrowser",
|
||||
"executor": {"testharness": "SeleniumTestharnessExecutor",
|
||||
"reftest": "SeleniumRefTestExecutor",
|
||||
"wdspec": "InternetExplorerDriverWdspecExecutor"},
|
||||
"executor": {"wdspec": "InternetExplorerDriverWdspecExecutor"},
|
||||
"browser_kwargs": "browser_kwargs",
|
||||
"executor_kwargs": "executor_kwargs",
|
||||
"env_extras": "env_extras",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue