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