Skip to content

Commit

Permalink
Remove call to missing method
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Oct 13, 2017
1 parent 8830f62 commit e5f503a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 1 deletion.
@@ -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
Expand Up @@ -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,
Expand Down

0 comments on commit e5f503a

Please sign in to comment.