Bug 163984
Summary: | [GTK] Layout test fast/dom/Window/child-window-focus.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply, cdumez, dpino |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | PC | ||
OS: | Linux |
Michael Catanzaro
Layout test fast/dom/Window/child-window-focus.html has been failing since it was added in r202761 ("Regression(r199087): window.focus() / window.close() can no longer be called by a Window's opener"):
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/dom/Window/child-window-focus-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/dom/Window/child-window-focus-actual.txt
@@ -7,6 +7,7 @@
PASS newWindow.opener is window
newWindow.focus()
PASS New Window focused
+PASS New Window focused
PASS newWindow.closed is true
PASS successfullyParsed is true
Updating expectations accordingly.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Diego Pino
Fixed by r288087. Closing bug.