Bug 109438

Summary: [EFL][WKTR] Regression(r141836) fast/dom/Window/mozilla-focus-blur.html started failing
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit EFLAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: kenneth, laszlo.gombos, lucas.de.marchi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 107931    
Attachments:
Description Flags
Patch none

Description Chris Dumez 2013-02-11 07:51:30 PST
After <http://trac.webkit.org/changeset/141836>, fast/dom/Window/mozilla-focus-blur.html started failing with the following diff:
--- /home/buildslave-1/webkit-buildslave/efl-linux-64-release-wk2/build/layout-test-results/fast/dom/Window/mozilla-focus-blur-expected.txt
+++ /home/buildslave-1/webkit-buildslave/efl-linux-64-release-wk2/build/layout-test-results/fast/dom/Window/mozilla-focus-blur-actual.txt
@@ -6,6 +6,6 @@
 PASS: The focus should not have been changed!
 PASS: The focus should not have been changed with URL=data:text/html,<script>opener.focus();opener.postMessage("", "*");</script>
 PASS: The focus should not have been changed with URL=data:text/html,<script>blur();opener.postMessage("", "*");</script>
-PASS: The last opened window should be able to get focus
+FAIL: The last opened window should be able to get focus
 PASS: All tests finished

I'll upload a patch soon as I know already what the problem is.
Comment 1 Chris Dumez 2013-02-11 07:58:53 PST
Created attachment 187574 [details]
Patch
Comment 2 Chris Dumez 2013-02-11 08:08:42 PST
Comment on attachment 187574 [details]
Patch

Clearing flags on attachment: 187574

Committed r142477: <http://trac.webkit.org/changeset/142477>
Comment 3 Chris Dumez 2013-02-11 08:08:48 PST
All reviewed patches have been landed.  Closing bug.