Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / frames / frame-focus-send-blur-expected.txt
blob3cb89934d6a4001133285ec5b6a242568425cf29
1 Make sure that moving focus on an inactive frame fires blur event on existing element focus.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS successfullyParsed is true
8 TEST COMPLETE
9 PASS A focus event was dispatched on frame1 input element.
10 ===> Making a first frame with a focused element inactive by focus() for second frame.
11 PASS A blur event was dispatched on frame1 input element.
12 PASS frame1.contentDocument.activeElement is input
13 ===> Making the first frame active again by focus() for first frame.
14 PASS A focus event was dispatched on frame1 input element.
15 PASS frame1.contentDocument.activeElement is input