failing test for #1082

pull/7738/head
Rich Harris 8 years ago committed by Conduitry
parent 979a16f165
commit 7ff328a2f9

@ -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