RESOLVED FIXED 114159
[EFL] fast/events/popup-blocking-timers3.html is failing
https://bugs.webkit.org/show_bug.cgi?id=114159
Summary [EFL] fast/events/popup-blocking-timers3.html is failing
Chris Dumez
Reported 2013-04-08 02:40:07 PDT
fast/events/popup-blocking-timers3.html started failing on EFL port with the following diff: --- /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/fast/events/popup-blocking-timers3-expected.txt +++ /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/fast/events/popup-blocking-timers3-actual.txt @@ -2,5 +2,5 @@ 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() in a 100 ms interval. A popup should only be allowed on the first execution of the interval. -PASS newWindow is undefined. +FAIL newWindow should be undefined. Was [object Window] I could not track the source of the regression via the build bots because the test has been failing for too long...
Attachments
Gyuyoung Kim
Comment 1 2015-12-30 17:46:51 PST
This test is passed at some point.
Note You need to log in before you can comment on or make changes to this bug.