Remove call to missing method

This commit is contained in:
Josh Matthews 2017-10-12 18:43:45 -04:00
parent 8830f62a10
commit e5f503a166
6 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,3 @@
[colgroup_valign_bottom.xhtml]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[colgroup_valign_top.xhtml]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[table-direction.html]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[table-row-direction.html]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[table-row-group-direction.html]
type: reftest
expected: FAIL

View file

@ -181,7 +181,6 @@ class ServoRefTestExecutor(ProcessTestExecutor):
def __init__(self, browser, server_config, binary=None, timeout_multiplier=1,
screenshot_cache=None, debug_info=None, pause_after_test=False,
**kwargs):
do_delayed_imports()
ProcessTestExecutor.__init__(self,
browser,
server_config,