Skip to content

Commit

Permalink
Fix test indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Sep 5, 2019
1 parent d0c9a75 commit cf7bff7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions weasyprint/tests/test_layout/test_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -1780,15 +1780,15 @@ def test_table_row_height_1():
def test_table_row_height_2():
# A cell box cannot extend beyond the last row box of a table.
page, = render_pages('''
<table style="border-spacing: 0">
<tr style="height: 10px">
<td rowspan=5></td>
<td></td>
</tr>
<tr style="height: 10px">
<td></td>
</tr>
</table>
<table style="border-spacing: 0">
<tr style="height: 10px">
<td rowspan=5></td>
<td></td>
</tr>
<tr style="height: 10px">
<td></td>
</tr>
</table>
''')
html, = page.children
body, = html.children
Expand Down

0 comments on commit cf7bff7

Please sign in to comment.