| Index: third_party/WebKit/LayoutTests/fast/events/popup-blocking-timers4.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/popup-blocking-timers4.html b/third_party/WebKit/LayoutTests/fast/events/popup-blocking-timers4.html
|
| index a4a4332b0be9bf5e153789ee7472a113a18468cf..0c5f8d502bf73250199453c52911b1317b1d8a36 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/events/popup-blocking-timers4.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/popup-blocking-timers4.html
|
| @@ -17,7 +17,7 @@
|
| newWindow = window.open("about:blank");
|
| self.focus();
|
| debug("Test calling window.open() in a nested call to setTimeout(). A popup should not be allowed.")
|
| - shouldBeUndefined("newWindow");
|
| + shouldBeNull("newWindow");
|
| if (window.testRunner)
|
| testRunner.notifyDone();
|
| }, 0);
|
|
|