Bug 131934

Summary: [GTK] Layout Test fast/dom/Window/mozilla-focus-blur.html is flaky
Product: WebKit Reporter: Carlos Alberto Lopez Perez <clopez>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: mario
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Carlos Alberto Lopez Perez 2014-04-21 10:00:22 PDT
The following layout test is flaky on GTK

fast/dom/Window/mozilla-focus-blur.html


The diff is the following:


--- /stuff/webkit/webkit/layout-test-results/fast/dom/Window/mozilla-focus-blur-expected.txt
+++ /stuff/webkit/webkit/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


Probable cause:
It has been a flaky test since (at least) the beginning of the layout test results history for GTK (r143589). So, is unclear when this test started to be flaky.

http://build.webkit.org/results/GTK%20Linux%2064-bit%20Release/r143686%20%2834774%29/fast/dom/Window/mozilla-focus-blur-pretty-diff.html
Comment 1 Mario Sanchez Prada 2014-07-24 06:56:27 PDT

*** This bug has been marked as a duplicate of bug 87951 ***