From 91ca7d0911b24f09be947b52cef706dc2dba3092 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 25 Mar 2018 19:39:34 +0200 Subject: [PATCH] tests: Rename close function in window_open.html Naming it close() conflicts with the global JS close() --- tests/end2end/data/javascript/window_open.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@ - +