mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove call to missing method
This commit is contained in:
parent
8830f62a10
commit
e5f503a166
6 changed files with 15 additions and 1 deletions
|
@ -0,0 +1,3 @@
|
|||
[colgroup_valign_bottom.xhtml]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[colgroup_valign_top.xhtml]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[table-direction.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[table-row-direction.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[table-row-group-direction.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue