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

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: incorporated review comments 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
« no previous file with comments | « LayoutTests/fast/frames/frame-focus-send-blur.html ('k') | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « LayoutTests/fast/frames/frame-focus-send-blur.html ('k') | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698