mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-07 21:43:24 +00:00
dfc3175e1c
Differential Revision: https://phabricator.services.mozilla.com/D29447 --HG-- extra : moz-landing-system : lando
12 lines
189 B
HTML
12 lines
189 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<table>
|
|
<col style="background:green">
|
|
<tr>
|
|
<td style="position:relative; left:-100px; width:20px; height:20px"></td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|