mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
12 lines
244 B
HTML
12 lines
244 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
table {border-collapse: collapse;
|
|
border-top: 300px solid orange}
|
|
div {width:10px; height: 10px; border:thin green solid;}
|
|
td {padding:0px;}
|
|
</style>
|
|
</head>
|
|
<div></div>
|
|
<table><tr><td><div></div></td></tr></table>
|
|
</html> |