blob: 229e89117f69380d30382c9c1545f4449c5e404b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html>
<title>Reference of testcases for bug 1216843</title>
<style>
#test {
width: 100px; height: 100px;
margin-left: 200px;
background: blue;
}
</style>
<div id="test"></div>
|