From f142aad1ae8cce974d7912e9b43237ece480fbdd Mon Sep 17 00:00:00 2001 From: James Graham Date: Wed, 7 Nov 2018 13:08:04 +0000 Subject: [PATCH] Fix document.write tests to not assume globals exist after document.open --- .../document-write/047-1.html | 7 +++++++ .../document-write/047.html | 18 +++++++----------- .../document-write/048.html | 15 --------------- 3 files changed, 14 insertions(+), 26 deletions(-) create mode 100644 html/webappapis/dynamic-markup-insertion/document-write/047-1.html delete mode 100644 html/webappapis/dynamic-markup-insertion/document-write/048.html diff --git a/html/webappapis/dynamic-markup-insertion/document-write/047-1.html b/html/webappapis/dynamic-markup-insertion/document-write/047-1.html new file mode 100644 index 000000000000000..6a43faec51071fe --- /dev/null +++ b/html/webappapis/dynamic-markup-insertion/document-write/047-1.html @@ -0,0 +1,7 @@ + +FAIL diff --git a/html/webappapis/dynamic-markup-insertion/document-write/047.html b/html/webappapis/dynamic-markup-insertion/document-write/047.html index 51faf6c85f18e37..677d3e17869f5c8 100644 --- a/html/webappapis/dynamic-markup-insertion/document-write/047.html +++ b/html/webappapis/dynamic-markup-insertion/document-write/047.html @@ -1,15 +1,11 @@ document.write - + + -FAIL -
diff --git a/html/webappapis/dynamic-markup-insertion/document-write/048.html b/html/webappapis/dynamic-markup-insertion/document-write/048.html deleted file mode 100644 index 51faf6c85f18e37..000000000000000 --- a/html/webappapis/dynamic-markup-insertion/document-write/048.html +++ /dev/null @@ -1,15 +0,0 @@ - -document.write - - -FAIL -