ignore iframe src attribute

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 791b553b11
commit c458db3d8e
2 changed files with 4 additions and 1 deletions

View File

@@ -119,7 +119,7 @@ exports[`[html file]: iframe.html 1`] = `
<title>iframe</title>
</head>
<body>
<iframe src=\\"http://localhost:3030/html/iframe-inner.html\\" width=\\"100\\" height=\\"50\\"></iframe>
<iframe width=\\"100\\" height=\\"50\\"></iframe>
</body></html>"
`;