mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
28256ab21a
--HG-- extra : amend_source : f368a7e3b62c8ecae30b423cf5b87ce5516d6492
19 lines
251 B
HTML
19 lines
251 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<title>Reference of bug 1267937</title>
|
|
<style>
|
|
#target {
|
|
width: 100px;
|
|
height: 100px;
|
|
background: green;
|
|
margin-left: 200px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="target"></div>
|
|
</body>
|
|
</html>
|