update the test snapshot

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent c73368a996
commit 7aa3410aea

View File

@@ -76,7 +76,7 @@ exports[`[html file]: form-fields.html 1`] = `
<input type=\\"checkbox\\" checked=\\"\\" /> <input type=\\"checkbox\\" checked=\\"\\" />
</label> </label>
<label for=\\"textarea\\"> <label for=\\"textarea\\">
<textarea name=\\"\\" id=\\"\\" cols=\\"30\\" rows=\\"10\\" value=\\"1234\\">1234</textarea> <textarea name=\\"\\" id=\\"\\" cols=\\"30\\" rows=\\"10\\">1234</textarea>
</label> </label>
<label for=\\"select\\"> <label for=\\"select\\">
<select name=\\"\\" id=\\"\\" value=\\"2\\"> <select name=\\"\\" id=\\"\\" value=\\"2\\">
@@ -162,7 +162,7 @@ exports[`[html file]: with-style-sheet.html 1`] = `
<meta name=\\"viewport\\" content=\\"width=device-width, initial-scale=1.0\\" /> <meta name=\\"viewport\\" content=\\"width=device-width, initial-scale=1.0\\" />
<meta http-equiv=\\"X-UA-Compatible\\" content=\\"ie=edge\\" /> <meta http-equiv=\\"X-UA-Compatible\\" content=\\"ie=edge\\" />
<title>with style sheet</title> <title>with style sheet</title>
<style _csstext=\\"body { margin: 0px; background: url('http://localhost:3030/a.jpg'); }p { color: red; background: url('http://localhost:3030/css/b.jpg'); }body &gt; p { color: yellow; }\\">body { margin: 0px; background: url('http://localhost:3030/a.jpg'); }p { color: red; background: url('http://localhost:3030/css/b.jpg'); }body &gt; p { color: yellow; }</style> <style>body { margin: 0px; background: url('http://localhost:3030/a.jpg'); }p { color: red; background: url('http://localhost:3030/css/b.jpg'); }body &gt; p { color: yellow; }</style>
</head><body> </head><body>
</body></html>" </body></html>"
`; `;