failing test for #1082

pull/1163/head
Rich Harris 7 years ago committed by Conduitry
parent 0ef8229077
commit 1719a318ad

@ -0,0 +1,8 @@
export default {
html: `
<div>
<style>div { color: red; }</style>
<script>alert('<>');</script>
</div>
`
};

@ -0,0 +1,4 @@
<div>
<style>div { color: red; }</style>
<script>alert('<>');</script>
</div>
Loading…
Cancel
Save