[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / fast / events / popup-blocking-timers-expected.txt
1 Click Here
2 Test calling window.open() directly. A popup should be allowed.
3 PASS newWindow is non-null.
4 Test calling window.open() with a 0 ms delay. A popup should be allowed.
5 PASS newWindow is non-null.
6 Test calling window.open() in a 100 ms interval. A popup should only be allowed on the first execution of the interval.
7 PASS newWindow is non-null.
8 Test calling window.open() in a 100 ms interval. A popup should only be allowed on the first execution of the interval.
9 PASS newWindow is undefined.
10 Test calling window.open() in a nested call to setTimeout(). A popup should not be allowed.
11 PASS newWindow is undefined.
12 Test calling window.open() with a 1000 ms delay. A popup should be allowed.
13 PASS newWindow is non-null.
14 Test calling window.open() with a 1001 ms delay. A popup should not be allowed.
15 PASS newWindow is undefined.
16