Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / repaint / inline-focus.html
blobb82edcecd608016c31474bdebf00067e9350be89
1 <!DOCTYPE html>
2 <script src="resources/text-based-repaint.js"></script>
3 <script>
4 function repaintTest() {
5 document.body.offsetTop;
6 document.getElementById('link').focus();
8 onload = runRepaintTest;
9 </script>
10 <style>
11 body {
12 margin: 0px;
13 padding: 0px;
15 a {
16 font: 10px/1 Ahem;
18 </style>
19 </head>
20 <body>
21 <a href="#" target="_blank" id="link"><img src="resources/apple.jpg" border="0" align="right"></a>
22 <a href="#">Home </a>
23 <p> crbug.com/424078: ensure inline elements get their outline painted </p>