From 26bc1f38119271170323851de8bd1925fc2af4cd Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Mon, 8 Jan 2018 21:56:30 -0500 Subject: [PATCH] failing test for #1082 --- .../runtime/samples/script-style-non-top-level/_config.js | 8 ++++++++ test/runtime/samples/script-style-non-top-level/main.html | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 test/runtime/samples/script-style-non-top-level/_config.js create mode 100644 test/runtime/samples/script-style-non-top-level/main.html diff --git a/test/runtime/samples/script-style-non-top-level/_config.js b/test/runtime/samples/script-style-non-top-level/_config.js new file mode 100644 index 000000000000..1aade72239df --- /dev/null +++ b/test/runtime/samples/script-style-non-top-level/_config.js @@ -0,0 +1,8 @@ +export default { + html: ` +
+ + +
+ ` +}; \ No newline at end of file diff --git a/test/runtime/samples/script-style-non-top-level/main.html b/test/runtime/samples/script-style-non-top-level/main.html new file mode 100644 index 000000000000..94cf72e4bd90 --- /dev/null +++ b/test/runtime/samples/script-style-non-top-level/main.html @@ -0,0 +1,4 @@ +
+ + +
\ No newline at end of file