pull/8087/head
Yuichiro Yamashita 4 years ago
parent f3d3f41d6e
commit 4c3904bdb3

@ -1,12 +1,12 @@
export default { export default {
html: ` html: `
<div style="display: contents; --color: &quot; onload=&quot;alert('uhoh')&quot; data-nothing=&quot;not important;"> <div style="display: contents; --color: &quot; onload=&quot;alert('uhoh')&quot; data-nothing=&quot;not important;">
<div class="svelte-1olrwfe">hi</div> <div class="svelte-271qee">hi</div>
</div> </div>
`, `,
ssrHtml: ` ssrHtml: `
<div style="display: contents; --color:&quot; onload=&quot;alert('uhoh')&quot; data-nothing=&quot;not important;"> <div style="display: contents; --color:&quot; onload=&quot;alert('uhoh')&quot; data-nothing=&quot;not important;">
<div class="svelte-1olrwfe">hi</div> <div class="svelte-271qee">hi</div>
</div> </div>
` `
}; };

Loading…
Cancel
Save