Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / transforms / transform-focus-ring-expected.html
blob8f29f96f8b285c2f81a4fde27e3cfe423d257326
1 <!DOCTYPE html>
2 <div style="width: 100px; height: 100px; outline: red auto thin; background-color: yellow">
3 <div style="position: absolute; top: 50px; left: 50px; background-color: blue; width: 150px; height: 150px">
4 <div style="position: absolute; top: 20px; left: 50px; background-color: green; width: 50px; height: 200px"></div>
5 </div>
6 </div>