aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/html/script_style.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/html/script_style.html')
-rw-r--r--tests/indent/html/script_style.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/indent/html/script_style.html b/tests/indent/html/script_style.html
new file mode 100644
index 000000000..b00f3f40f
--- /dev/null
+++ b/tests/indent/html/script_style.html
@@ -0,0 +1,12 @@
+<head>
+ <style>
+ a {
+ stroke-linecap: round;
+ }
+ </style>
+</head>
+<body>
+ <script>
+ const foo = "bar"
+ </script>
+</body>