Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(843)

Side by Side Diff: LayoutTests/fast/frames/frame-focus-send-blur-expected.txt

Issue 238023004: Focusing iframe window should trigger blur event for oldframe's focused element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 Make sure that moving focus on an inactive frame fires blur event on existing el ement focus.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS successfullyParsed is true
7
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
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698