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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameSerializerTest.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <meta charset="utf8"> 2 <meta charset="utf8">
3 <head> 3 <head>
4 <script> 4 <script>
5 document.write("Hello World!"); 5 document.write("Hello World!");
6 </script> 6 </script>
7 <noscript>JavaScript not supported.</noscript> 7 <noscript>JavaScript not supported.</noscript>
8 <meta name="description" content="This is a test."> 8 <meta name="description" content="This is a test.">
9 <meta http-equiv="refresh" content="300"> 9 <meta http-equiv="refresh" content="300">
10 <meta http-equiv="Content-Security-Policy" content="child-src 'self'"> 10 <meta http-equiv="Content-Security-Policy" content="child-src 'self'">
11 </head> 11 </head>
12 <body> 12 <body>
13 <select name="choices" style="display:none;"> 13 <select name="choices" hidden>
14 <option value="c1">c1</option> 14 <option value="c1">c1</option>
15 <option value="c2">c2</option> 15 <option value="c2">c2</option>
16 </select> 16 </select>
17 </body> 17 </body>
18 </html> 18 </html>
OLDNEW
« 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