Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / sub-pixel / focus-ring-around-sub-pixel-layer.html
blob25f627367c472d269c9fca16c687728063ad1213
1 <!DOCTYPE html>
2 <style>
3 .focus {
4 position: absolute;
5 top: 50.5px;
6 left: 10.5px;
7 width: 100.6px;
8 outline: -webkit-focus-ring-color auto 5px;
10 .layer {
11 position: relative;
12 height: 20px;
14 </style>
15 Tests focus ring around sub-pixel positioned and sized element containing layers.
16 The focus ring should be rectangular.
17 <div class="focus">
18 Text
19 <div class="layer"></div>
20 </div>