Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / click-checkbox-refocus-window-expected.html
blob2d2ff6fbbb3810b6255f6d4484802ae6fb64fe71
1 <!DOCTYPE html>
2 <html>
3 <head>
4 </head>
5 <body>
6 <p>This test ensures that the focus ring is not shown on the checkbox after blurring and focusing the window.</p>
7 <input type="checkbox" id="checkbox" checked>
8 <pre id="console">
9 checkbox was focused
10 checkbox was blurred
11 window was blurred
12 window was focused
13 checkbox was focused
14 </pre>
16 </body>
17 </html>