Bug 116807 - [GTK] fast/dom/Window/window-focus-self.html is failing
Summary: [GTK] fast/dom/Window/window-focus-self.html is failing
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2013-05-27 00:59 PDT by Zan Dobersek
Modified: 2017-03-11 11:01 PST (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 Zan Dobersek 2013-05-27 00:59:58 PDT
The fast/dom/Window/window-focus-self.html layout test is failing since introduced in r149936.
http://trac.webkit.org/changeset/149936
http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=fast%2Fdom%2FWindow%2Fwindow-focus-self.html

Looks as the blurred event is not being fired:

--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/fast/dom/Window/window-focus-self-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/fast/dom/Window/window-focus-self-actual.txt
@@ -1,2 +1,2 @@
 This tests that a window cannot focus itself by using javascript: urls.
-Window was blurred
+
Comment 1 Zan Dobersek 2013-05-27 01:00:10 PDT
Oh, and the failure is WK1-only.