Skip to content

Commit

Permalink
Use new ServoWebDriver class for servodriver product.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Oct 17, 2018
1 parent 9563653 commit eaf6fb2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tools/wpt/run.py
Expand Up @@ -414,6 +414,11 @@ def setup_kwargs(self, kwargs):
kwargs["binary"] = binary


class ServoWebDriver(Servo):
name = "servodriver"
browser_cls = browser.ServoWebDriver


class WebKit(BrowserSetup):
name = "webkit"
browser_cls = browser.WebKit
Expand All @@ -436,7 +441,7 @@ def setup_kwargs(self, kwargs):
"safari": Safari,
"safari_webdriver": SafariWebDriver,
"servo": Servo,
"servodriver": Servo,
"servodriver": ServoWebDriver,
"sauce": Sauce,
"opera": Opera,
"webkit": WebKit,
Expand Down

0 comments on commit eaf6fb2

Please sign in to comment.