diff options
Diffstat (limited to 'tests/query/injections/html')
| -rw-r--r-- | tests/query/injections/html/test-html-injections.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/query/injections/html/test-html-injections.html b/tests/query/injections/html/test-html-injections.html index 16be762d9..954ce5623 100644 --- a/tests/query/injections/html/test-html-injections.html +++ b/tests/query/injections/html/test-html-injections.html @@ -41,15 +41,6 @@ <!-- ^ json --> <script type="importmap">{ "true": false }</script> <!-- ^ json --> - <script type="module">html`<p></p>`</script> - <!-- ^ html --> - <script type="module">html(`<p></p>`)</script> - <!-- ^ html --> - <script type="module">svg`<p></p>`</script> - <!-- ^ html --> - <script type="module">svg(`<p></p>`)</script> - <!-- ^ html --> - <div style="height: 100%"> <!-- ^ css --> Test div to test css injections for style attributes |
