swc/crates/swc_html_minifier/tests/fixture/attribute/part/output.min.html

12 lines
222 B
HTML

<!doctype html><html lang=en><title>Document</title><body>
<style>c-e::part(textspan){color:red}</style>
<template id=c-e-template>
<span part="textspan a b c">This text will be red</span>
</template>
<c-e></c-e>