mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-07 05:15:09 +00:00
dfc3175e1c
Differential Revision: https://phabricator.services.mozilla.com/D29447 --HG-- extra : moz-landing-system : lando
14 lines
324 B
HTML
14 lines
324 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body style="overflow:hidden">
|
|
<table style="position:relative; top:-50px">
|
|
<tbody style="background:green">
|
|
<tr style="position:relative; left:-100px; height: 40px">
|
|
<td rowspan=2 style="width: 40px;"></td>
|
|
</tr>
|
|
<tr style="height: 40px"></tr>
|
|
</tbody>
|
|
</table>
|
|
</body>
|
|
</html>
|