Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / replaced / selection-rect.html
blob44b3c333c09baef3420be2af20b03e0269bc0789
1 <html>
2 <head>
3 <style>
4 img { margin-left: 50px; width: 100px; height: 100px; background-color: rgb(255,0,0); }
5 img::selection { background-color: rgb(0,195,0); }
6 </style>
7 </head>
8 <body onload="getSelection().setBaseAndExtent(q, 0, q, 1)">
9 <div style="padding-top: 50px;">
10 <img id="q">
11 </div>
12 </body>
13 </html>