Skip to content

Commit

Permalink
update snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Jul 7, 2023
1 parent 4e748b2 commit 5f0e539
Show file tree
Hide file tree
Showing 3 changed files with 49,173 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,10 @@ exports[`integration tests [html file]: form-fields.html 1`] = `
<input type=\\"checkbox\\" checked=\\"\\" />
</label>
<label for=\\"textarea\\">
<textarea name=\\"\\" id=\\"\\" cols=\\"30\\" rows=\\"10\\">1234</textarea>
<textarea name=\\"\\" id=\\"textarea1\\" cols=\\"30\\" rows=\\"10\\">1234</textarea>
</label>
<label for=\\"textarea\\">
<textarea name=\\"\\" id=\\"textarea2\\" cols=\\"30\\" rows=\\"10\\">56785678</textarea>
</label>
<label for=\\"select\\">
<select name=\\"\\" id=\\"\\" value=\\"2\\">
Expand Down Expand Up @@ -363,6 +366,12 @@ exports[`integration tests [html file]: picture-in-frame.html 1`] = `
</body></html>"
`;
exports[`integration tests [html file]: picture-with-inline-onload.html 1`] = `
"<html xmlns=\\"http://www.w3.org/1999/xhtml\\"><head></head><body>
<img src=\\"http://localhost:3030/images/robot.png\\" alt=\\"This is a robot\\" style=\\"opacity: 1;\\" _onload=\\"this.style.opacity=1\\" />
</body></html>"
`;

exports[`integration tests [html file]: preload.html 1`] = `
"<!DOCTYPE html><html lang=\\"en\\"><head>
<meta charset=\\"UTF-8\\" />
Expand Down
Loading

0 comments on commit 5f0e539

Please sign in to comment.