Bug 114159

Summary: [EFL] fast/events/popup-blocking-timers3.html is failing
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit EFLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gyuyoung.kim, lucas.de.marchi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Chris Dumez 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...
Comment 1 Gyuyoung Kim 2015-12-30 17:46:51 PST
This test is passed at some point.