Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / repaint / focus-ring.html
1 <script>
2     if (window.internals)
3         window.internals.settings.setForceCompositingMode(true);
4 </script>
5 <style>
6     div {
7         width: 100px;
8         height: 100px;
9         outline: auto;
10         outline-width: 10px;
11         background-color: lightyellow;
12     }
13 </style>
14 <div style="margin: 20px; "></div>
15 <div style="position: absolute; top: 148px; left: 28px; clip: rect(-10px 50px 50px -10px)"></div>