swc/crates/swc_html_parser/tests/fixture/text/cr/input.html

1 line
304 B
HTML
Raw Normal View History

<!doctype html> Text <div>Text</div> <div> Text </div> <div> Text Text </div> <div>Text Text</div> <div test="test" > </div > <div data-q = "test" > </div > <div data-q = 'test' > </div > <div data-q = test > </div > <style> .color { color: red; <!-- Test --> } </style>