mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
14 lines
204 B
HTML
14 lines
204 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head><style>
|
|
div {
|
|
width: 0px;
|
|
}
|
|
span {
|
|
border: 5px solid orange;
|
|
margin-left: 50px;
|
|
}
|
|
</style></head>
|
|
<body><div><span><!--whitespace--> <input></span></div></body>
|
|
</html>
|