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

70 lines
544 B
Plaintext
Raw Normal View History

| <!DOCTYPE html>
| <html>
| <head>
| <body>
2022-05-12 22:56:47 +03:00
| "Text
"
| <div>
| "Text"
2022-05-12 22:56:47 +03:00
| "
"
| <div>
2022-05-12 22:56:47 +03:00
| "
Text
"
| "
"
| <div>
2022-05-12 22:56:47 +03:00
| "
Text
Text
"
| "
"
| <div>
2022-05-12 22:56:47 +03:00
| "Text
Text"
| "
"
| <div>
| test="test"
2022-05-12 22:56:47 +03:00
| "
"
| "
"
| <div>
| data-q="test"
2022-05-12 22:56:47 +03:00
| "
"
| "
"
| <div>
| data-q="test"
2022-05-12 22:56:47 +03:00
| "
"
| "
"
| <div>
| data-q="test"
2022-05-12 22:56:47 +03:00
| "
"
| "
"
| <style>
2022-05-12 22:56:47 +03:00
| "
.color {
color: red;
<!-- Test -->
}
"