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

Unified 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, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/web/tests/data/frameserialization/hidden_elements.html
diff --git a/third_party/WebKit/Source/web/tests/data/frameserialization/hidden_elements.html b/third_party/WebKit/Source/web/tests/data/frameserialization/hidden_elements.html
new file mode 100644
index 0000000000000000000000000000000000000000..4a7ad0f20e0ff464bfbc5f8c72064a347cfaddf8
--- /dev/null
+++ b/third_party/WebKit/Source/web/tests/data/frameserialization/hidden_elements.html
@@ -0,0 +1,11 @@
+<html>
+<meta charset="utf8">
+<body">
+<p id="hidden_id" hidden>Invisible</p>
+<p id="visible_id">Visible</p>
+<form>
+ <input type="text" size="10">
+ <input type="hidden" name="foo" value="bar">
+</form>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698