Bug 131934 - [GTK] Layout Test fast/dom/Window/mozilla-focus-blur.html is flaky
Summary: [GTK] Layout Test fast/dom/Window/mozilla-focus-blur.html is flaky
Status: RESOLVED DUPLICATE of bug 87951
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-21 10:00 PDT by Carlos Alberto Lopez Perez
Modified: 2014-07-24 06:56 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***