Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / repaint / focus-ring.html
blob5a36db14c2471e4773bf5a7fd1dfcb3224724a12
1 <style>
2 div {
3 width: 100px;
4 height: 100px;
5 outline: auto;
6 outline-width: 10px;
7 background-color: lightyellow;
9 </style>
10 <div style="margin: 20px; "></div>
11 <div style="position: absolute; top: 148px; left: 28px; clip: rect(-10px 50px 50px -10px)"></div>