swc/crates/swc_html_parser/tests/fixture/text/cr/dom.rust-debug

70 lines
544 B
Plaintext

| <!DOCTYPE html>
| <html>
| <head>
| <body>
| "Text
"
| <div>
| "Text"
| "
"
| <div>
| "
Text
"
| "
"
| <div>
| "
Text
Text
"
| "
"
| <div>
| "Text
Text"
| "
"
| <div>
| test="test"
| "
"
| "
"
| <div>
| data-q="test"
| "
"
| "
"
| <div>
| data-q="test"
| "
"
| "
"
| <div>
| data-q="test"
| "
"
| "
"
| <style>
| "
.color {
color: red;
<!-- Test -->
}
"