diff --git a/tests/end2end/data/javascript/window_open.html b/tests/end2end/data/javascript/window_open.html index f842380d6..774acafc6 100644 --- a/tests/end2end/data/javascript/window_open.html +++ b/tests/end2end/data/javascript/window_open.html @@ -17,7 +17,7 @@ window.open('', 'my_window'); } - function close() { + function close_normal() { my_window.close(); } @@ -33,7 +33,7 @@ - +