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 / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | mario |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Carlos Alberto Lopez Perez
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mario Sanchez Prada
*** This bug has been marked as a duplicate of bug 87951 ***