[Webkit-unassigned] [Bug 53956] New: [GTK] When opening new windows WebKitGTK+ does not properly pass statusbar, locationbar and toolbar properties to the client
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 7 16:13:25 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=53956
Summary: [GTK] When opening new windows WebKitGTK+ does not
properly pass statusbar, locationbar and toolbar
properties to the client
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: Gtk
Severity: Normal
Priority: P3
Component: WebKit Gtk
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mrobinson at webkit.org
This can be seen through the failure of fast/dom/Window/new-window-opener.html.
Test diff:
--- /tmp/layout-test-results/fast/dom/Window/new-window-opener-expected.txt 2011-02-07 16:12:35.622434003 -0800
+++ /tmp/layout-test-results/fast/dom/Window/new-window-opener-actual.txt 2011-02-07 16:12:35.622434003 -0800
@@ -12,15 +12,15 @@
PASS newWin.scrollbars.visible is false
Toolbar
-FAIL newWin.toolbar.visible should be true. Was false.
+PASS newWin.toolbar.visible is true
PASS newWin.toolbar.visible is false
-FAIL newWin.toolbar.visible should be true. Was false.
+PASS newWin.toolbar.visible is true
PASS newWin.toolbar.visible is false
Statusbar
-FAIL newWin.statusbar.visible should be true. Was false.
+PASS newWin.statusbar.visible is true
PASS newWin.statusbar.visible is false
-FAIL newWin.statusbar.visible should be true. Was false.
+PASS newWin.statusbar.visible is true
PASS newWin.statusbar.visible is false
Menubar
@@ -30,9 +30,9 @@
PASS newWin.menubar.visible is isMenubarAlwaysExpected
Locationbar
-FAIL newWin.locationbar.visible should be true. Was false.
+PASS newWin.locationbar.visible is true
PASS newWin.locationbar.visible is false
-FAIL newWin.locationbar.visible should be true. Was false.
+PASS newWin.locationbar.visible is true
PASS newWin.locationbar.visible is false
PASS window.successfullyParsed is true
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list