Adding inset ref test.

This commit is contained in:
Adenilson Cavalcanti 2014-12-18 12:05:22 -08:00
parent 4bfe134c84
commit 06bbecc049
3 changed files with 42 additions and 0 deletions

View file

@ -0,0 +1,20 @@
<html>
<style>
body {
margin: 0px;
}
.box {
width: 100px;
height: 100px;
margin: 0px;
border-width: 10px;
border-style: solid;
}
</style>
<body>
<div class="box"></div>
</body>
</html>