mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
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:
commit
085a0db056
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,
|
def __init__(self, browser, server_config, binary=None, timeout_multiplier=1,
|
||||||
screenshot_cache=None, debug_info=None, pause_after_test=False,
|
screenshot_cache=None, debug_info=None, pause_after_test=False,
|
||||||
**kwargs):
|
**kwargs):
|
||||||
do_delayed_imports()
|
|
||||||
ProcessTestExecutor.__init__(self,
|
ProcessTestExecutor.__init__(self,
|
||||||
browser,
|
browser,
|
||||||
server_config,
|
server_config,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue