blob: 7adbe92bbc0f67a6cd2599997129fb472d581ab3 [file] [log] [blame]
Click Here
Test calling window.open() directly. A popup should be allowed.
PASS newWindow is non-null.
Test calling window.open() with a 0 ms delay. A popup should be allowed.
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() 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.