2 <script src=
"resources/text-based-repaint.js"></script>
4 function repaintTest() {
5 document
.body
.offsetTop
;
6 document
.getElementById('link').focus();
8 onload
= runRepaintTest
;
21 <a href=
"#" target=
"_blank" id=
"link"><img src=
"resources/apple.jpg" border=
"0" align=
"right"></a>
23 <p> crbug.com/
424078: ensure inline elements get their outline painted
</p>