Files
servo/tests/wpt/css-tests/css21_dev/html4/reference/inline-svg-margin-padding-border-ref.htm

30 lines
571 B
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<title>CSS Test Reference: Scroll multiple background images that are positioned</title>
<link href="http://www.google.com/" rel="author" title="Google">
<style type="text/css">
* {
margin: 0;
padding: 0;
}
#container {
margin: 10px;
padding: 10px;
border: 10px solid green;
}
#container div {
width: 60px;
height: 60px;
background: green;
}
</style>
</head>
<body>
<div style="margin: 10px; width: 60px; height: 60px;" id="container"><div></div></div>
</body></html>