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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/events/blur-focus-window-should-blur-focus-element-expected.txt
===================================================================
--- LayoutTests/fast/events/blur-focus-window-should-blur-focus-element-expected.txt (revision 32530)
+++ LayoutTests/fast/events/blur-focus-window-should-blur-focus-element-expected.txt (working copy)
@@ -1,45 +0,0 @@
-Blurring and focusing the window should blur and focus the focused element
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS thisObjects[0] is divElement
-PASS events[0] is "blur"
-PASS targets[0] is divElement
-PASS thisObjects[1] is window
-PASS events[1] is "blur"
-PASS targets[1] is window
-PASS thisObjects[2] is window
-PASS events[2] is "focus"
-PASS targets[2] is window
-PASS thisObjects[3] is divElement
-PASS events[3] is "focus"
-PASS targets[3] is divElement
-PASS thisObjects[4] is divElement
-PASS events[4] is "blur"
-PASS targets[4] is divElement
-PASS thisObjects[5] is window
-PASS events[5] is "blur"
-PASS targets[5] is window
-PASS thisObjects[6] is iframe
-PASS events[6] is "focus"
-PASS targets[6] is iframe
-PASS thisObjects[7] is innerDiv
-PASS events[7] is "focus"
-PASS targets[7] is innerDiv
-PASS thisObjects[8] is innerDiv
-PASS events[8] is "blur"
-PASS targets[8] is innerDiv
-PASS thisObjects[9] is iframe
-PASS events[9] is "blur"
-PASS targets[9] is iframe
-PASS thisObjects[10] is window
-PASS events[10] is "focus"
-PASS targets[10] is window
-PASS thisObjects[11] is divElement
-PASS events[11] is "focus"
-PASS targets[11] is divElement
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698