Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / onfocus-alert-blinking-caret.html
blob26b9812d35d7194403376f903cde3a115f5ea584
1 <!DOCTYPE HTML>
3 <body>
4 Focus the field below, then dismiss the alert. The field should retain the focus,
5 and the caret in the field should blink.
6 <br>
7 <input onfocus="alert('Test');">
8 </body>