Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Side by Side Diff: third_party/WebKit/Source/web/tests/data/frameserialization/hidden_elements.html

Issue 2538953002: Remove hidden elements from MHTML (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <meta charset="utf8">
3 <body">
4 <p id="hidden_id" hidden>Invisible</p>
5 <p id="visible_id">Visible</p>
6 <form>
7 <input type="text" size="10">
8 <input type="hidden" name="foo" value="bar">
9 </form>
10 </body>
11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698