Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
Update table block markup
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Nov 2, 2018
1 parent dc02c08 commit 804d4bb
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions class-block-unit-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -355,35 +355,7 @@ public function content() {
<!-- /wp:paragraph -->
<!-- wp:table -->
<table class="wp-block-table">
<tbody>
<tr style="height:45px">
<td style="width:217px;height:45px">Employee</td>
<td style="width:217px;height:45px">Salary</td>
<td style="width:257px;height:45px">Position</td>
</tr>
<tr style="height:45px">
<td style="width:217px;height:45px">Jane Doe<br/></td>
<td style="width:217px;height:45px">$100k</td>
<td style="width:257px;height:45px">CEO</td>
</tr>
<tr style="height:45px">
<td style="width:217px;height:45px">John Doe</td>
<td style="width:217px;height:45px">$100k</td>
<td style="width:257px;height:45px">CTO</td>
</tr>
<tr style="height:45px">
<td style="width:217px;height:45px">Jane Bloggs</td>
<td style="width:217px;height:45px">$100k</td>
<td style="width:257px;height:45px">Engineering</td>
</tr>
<tr style="height:45px">
<td style="width:217px;height:45px">Fred Bloggs</td>
<td style="width:217px;height:45px">$100k</td>
<td style="width:257px;height:45px">Marketing</td>
</tr>
</tbody>
</table>
<table class="wp-block-table"><tbody><tr><td>Employee</td><td>Salary</td><td>Position</td></tr><tr><td>Jane Doe<br></td><td>$100k</td><td>CEO</td></tr><tr><td>John Doe</td><td>$100k</td><td>CTO</td></tr><tr><td>Jane Bloggs</td><td>$100k</td><td>Engineering</td></tr><tr><td>Fred Bloggs</td><td>$100k</td><td>Marketing</td></tr></tbody></table>
<!-- /wp:table -->
<!-- wp:separator -->
Expand Down

0 comments on commit 804d4bb

Please sign in to comment.