| Index: third_party/WebKit/LayoutTests/fast/events/popup-blocked-from-fake-focus.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/popup-blocked-from-fake-focus.html b/third_party/WebKit/LayoutTests/fast/events/popup-blocked-from-fake-focus.html
|
| index 5480407d603d54abbe2f28de53db464708318e81..c429a57cd2817609fbf9fe9ff8938b0a1d2d9f91 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/events/popup-blocked-from-fake-focus.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/popup-blocked-from-fake-focus.html
|
| @@ -10,7 +10,7 @@
|
| var win;
|
| function popup() {
|
| win = window.open("about:blank", "blank");
|
| - shouldBeUndefined("win");
|
| + shouldBeNull("win");
|
| }
|
|
|
| if (window.testRunner) {
|
|
|