mirror of https://github.com/sveltejs/svelte
13 lines
379 B
13 lines
379 B
export default {
|
|
html: `
|
|
<div style="display: contents; --color: " onload="alert('uhoh')" data-nothing="not important;">
|
|
<div class="svelte-271qee">hi</div>
|
|
</div>
|
|
`,
|
|
ssrHtml: `
|
|
<div style="display: contents; --color:" onload="alert('uhoh')" data-nothing="not important;">
|
|
<div class="svelte-271qee">hi</div>
|
|
</div>
|
|
`
|
|
};
|