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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/check-defocus-event-order-when-triggered-by-mouse-click-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 This test checks that when a user focuses on the "first input" text field, modif ies its contents, and then defocuses it by clicking on the "second input" text f ield that the following DOM events are fired in order: Focus, Change, Blur, Focu s (on "second input"), Click (on "second input"). Note, this test must be run by Dump Render Tree. 1 This test checks that when a user focuses on the "first input" text field, modif ies its contents, and then defocuses it by clicking on the "second input" text f ield that the following DOM events are fired in order: Focus, Change, Blur, Focu s (on "second input"), Click (on "second input"). Note, this test must be run by Dump Render Tree.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 6
7 PASS successfullyParsed is true 7 PASS successfullyParsed is true
8 8
9 TEST COMPLETE 9 TEST COMPLETE
10 PASS fired event is (firstInput, focus). 10 PASS fired event is (firstInput, focus).
11 PASS fired event is (firstInput, change). 11 PASS fired event is (firstInput, change).
12 PASS fired event is (firstInput, blur). 12 PASS fired event is (firstInput, blur).
13 PASS fired event is (secondInput, focus). 13 PASS fired event is (secondInput, focus).
14 PASS fired event is (secondInput, click). 14 PASS fired event is (secondInput, click).
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698