Auto merge of #18857 - servo:jdm-patch-2, r=KiChjang

Remove call to missing method

Somehow the test harness does not report this as a problem, which is scary.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18857)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-10-13 08:34:42 -05:00 committed by GitHub
commit 085a0db056
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,