4 <title>Test for bug
806583</title>
6 body, div { background: blue }
7 div { position: fixed; }
14 var rect
= document
.getElementById("input").getBoundingClientRect();
15 var cover
= document
.getElementById("cover");
16 cover
.style
.left
= rect
.left
+ "px";
17 cover
.style
.top
= rect
.top
+ "px";
18 cover
.style
.width
= rect
.width
+ "px";
19 cover
.style
.height
= rect
.height
+ "px";