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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/change-frame-focus-expected.txt

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 Created 3 years, 7 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
1 1
2 Test the focus controller working properly when switching focused frame. Here ar e the cases tested: 2 Test the focus controller working properly when switching focused frame. Here ar e the cases tested:
3 3
4 -. Correct frame is focused when switching focus from one frame to another: 4 -. Correct frame is focused when switching focus from one frame to another:
5 1. main frame -> iframe 5 1. main frame -> iframe
6 2. iframe to main frame 6 2. iframe to main frame
7 3. iframe 1 to iframe 2 7 3. iframe 1 to iframe 2
8 8
9 -. New setting focus request will be ignored if the focus controller is in the m iddle of switching focused frame (onblur, onfocus events): 9 -. New setting focus request will be ignored if the focus controller is in the m iddle of switching focused frame (onblur, onfocus events):
10 1. iframe 1 onblur sets iframe 2 focus. 10 1. iframe 1 onblur sets iframe 2 focus.
11 2. iframe 1 onblur sets iframe 1 focus. 11 2. iframe 1 onblur sets iframe 1 focus.
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 Test: iframe1 onfocus sets iframe2 focus. 46 Test: iframe1 onfocus sets iframe2 focus.
47 main frame blurred. 47 main frame blurred.
48 iframe1 focused. 48 iframe1 focused.
49 49
50 Test: iframe1 onfocus sets iframe1 focus. 50 Test: iframe1 onfocus sets iframe1 focus.
51 iframe1 blurred. 51 iframe1 blurred.
52 main frame focused. 52 main frame focused.
53 main frame blurred. 53 main frame blurred.
54 iframe1 focused. 54 iframe1 focused.
55 55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698