mirror of https://github.com/sveltejs/svelte
parent
f3d3f41d6e
commit
4c3904bdb3
@ -1,12 +1,12 @@
|
|||||||
export default {
|
export default {
|
||||||
html: `
|
html: `
|
||||||
<div style="display: contents; --color: " onload="alert('uhoh')" data-nothing="not important;">
|
<div style="display: contents; --color: " onload="alert('uhoh')" data-nothing="not important;">
|
||||||
<div class="svelte-1olrwfe">hi</div>
|
<div class="svelte-271qee">hi</div>
|
||||||
</div>
|
</div>
|
||||||
`,
|
`,
|
||||||
ssrHtml: `
|
ssrHtml: `
|
||||||
<div style="display: contents; --color:" onload="alert('uhoh')" data-nothing="not important;">
|
<div style="display: contents; --color:" onload="alert('uhoh')" data-nothing="not important;">
|
||||||
<div class="svelte-1olrwfe">hi</div>
|
<div class="svelte-271qee">hi</div>
|
||||||
</div>
|
</div>
|
||||||
`
|
`
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in new issue