blob: b9cbafd5c56e918f0b851c6674f9422aee3fa0c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<title>Test for bug 1050493</title>
<style>
body {
position: relative;
}
#box {
width: 50px;
height: 50px;
background-color: red;
position: absolute;
}
</style>
<div style="left: 5.556750627747686px; top: 0.5041006554218519px;" id="box"></div>
|