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