6 div.reference {position: absolute; display: inline; background: blue; color: blue;}
11 The blue box should be right-aligned. You will need to scroll right to see it.
<br>
12 https://bugs.webkit.org/show_bug.cgi?id=
105695
13 <div id='container'
style=
"text-align: right">
14 <p>XXX
</p><div id=
"test" class=
"reference">XXX
</div>
16 <div id=
"output">Failure
</div>
18 if (window
.testRunner
) {
19 testRunner
.dumpAsText();
21 var testEl
= document
.getElementById('test');
22 if (testEl
.offsetLeft
== document
.getElementById('container').offsetWidth
)
23 output
.innerHTML
= 'Success';