Bug 96517
Summary: | REGRESSION (r128270): fast/events/popup-blocking-timers.html failing on GTK | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zan Dobersek <zan> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | jochen, mikhail.pozdnyakov |
Priority: | P2 | Keywords: | LayoutTestFailure, MakingBotsRed, Regression |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://build.webkit.org/results/GTK%20Linux%2064-bit%20Release/r128272%20(28541)/results.html |
Zan Dobersek
fast/events/popup-blocking-timers.html started failing on GTK after r128270.
http://trac.webkit.org/changeset/128270
--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/fast/events/popup-blocking-timers-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/fast/events/popup-blocking-timers-actual.txt
@@ -5,12 +5,12 @@
PASS newWindow is non-null.
Test calling window.open() in a 100 ms interval. A popup should only be allowed on the first execution of the interval.
PASS newWindow is non-null.
+Test calling window.open() with a 1000 ms delay. A popup should be allowed.
+PASS newWindow is non-null.
+Test calling window.open() in a nested call to setTimeout(). A popup should not be allowed.
+PASS newWindow is undefined.
Test calling window.open() in a 100 ms interval. A popup should only be allowed on the first execution of the interval.
PASS newWindow is undefined.
-Test calling window.open() in a nested call to setTimeout(). A popup should not be allowed.
-PASS newWindow is undefined.
-Test calling window.open() with a 1000 ms delay. A popup should be allowed.
-PASS newWindow is non-null.
Test calling window.open() with a 1001 ms delay. A popup should not be allowed.
PASS newWindow is undefined.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mikhail Pozdnyakov
Fails on EFL also.
jochen
*** This bug has been marked as a duplicate of bug 96480 ***