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

Unified Diff: third_party/WebKit/Source/web/tests/data/frameserialization/remove_elements.html

Issue 2819723003: Only skip certain hidden elements at MHTML serialization (Closed)
Patch Set: Fix one more test Created 3 years, 8 months 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
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameSerializerTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/tests/data/frameserialization/remove_elements.html
diff --git a/third_party/WebKit/Source/web/tests/data/frameserialization/remove_elements.html b/third_party/WebKit/Source/web/tests/data/frameserialization/remove_elements.html
index d5a64cb17e64abcfbb31f9ebd6ac848a36b3a56b..3d7aeb0ac3a7eecc92ca79e1ba112c94f08ef763 100644
--- a/third_party/WebKit/Source/web/tests/data/frameserialization/remove_elements.html
+++ b/third_party/WebKit/Source/web/tests/data/frameserialization/remove_elements.html
@@ -10,7 +10,7 @@ document.write("Hello World!");
<meta http-equiv="Content-Security-Policy" content="child-src 'self'">
</head>
<body>
-<select name="choices" style="display:none;">
+<select name="choices" hidden>
<option value="c1">c1</option>
<option value="c2">c2</option>
</select>
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameSerializerTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698