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

Side by Side Diff: LayoutTests/fast/events/blur-focus-window-should-blur-focus-element-expected.txt

Issue 427011: Revert WebKit 48257 on the 249 branch.... (Closed) Base URL: svn://chrome-svn/chrome/branches/WebKit/249/
Patch Set: Created 11 years, 1 month 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Blurring and focusing the window should blur and focus the focused element
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS thisObjects[0] is divElement
7 PASS events[0] is "blur"
8 PASS targets[0] is divElement
9 PASS thisObjects[1] is window
10 PASS events[1] is "blur"
11 PASS targets[1] is window
12 PASS thisObjects[2] is window
13 PASS events[2] is "focus"
14 PASS targets[2] is window
15 PASS thisObjects[3] is divElement
16 PASS events[3] is "focus"
17 PASS targets[3] is divElement
18 PASS thisObjects[4] is divElement
19 PASS events[4] is "blur"
20 PASS targets[4] is divElement
21 PASS thisObjects[5] is window
22 PASS events[5] is "blur"
23 PASS targets[5] is window
24 PASS thisObjects[6] is iframe
25 PASS events[6] is "focus"
26 PASS targets[6] is iframe
27 PASS thisObjects[7] is innerDiv
28 PASS events[7] is "focus"
29 PASS targets[7] is innerDiv
30 PASS thisObjects[8] is innerDiv
31 PASS events[8] is "blur"
32 PASS targets[8] is innerDiv
33 PASS thisObjects[9] is iframe
34 PASS events[9] is "blur"
35 PASS targets[9] is iframe
36 PASS thisObjects[10] is window
37 PASS events[10] is "focus"
38 PASS targets[10] is window
39 PASS thisObjects[11] is divElement
40 PASS events[11] is "focus"
41 PASS targets[11] is divElement
42 PASS successfullyParsed is true
43
44 TEST COMPLETE
45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698