ignore iframe src attribute

This commit is contained in:
Yanzhen Yu
2018-11-27 14:39:13 +08:00
parent 4a228c3078
commit e198ea494e
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>"
`;