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

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

Issue 2713663003: Do not serialize meta element containing Content-Security-Policy (Closed)
Patch Set: Created 3 years, 10 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
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.">
9 <meta http-equiv="refresh" content="300">
10 <meta http-equiv="Content-Security-Policy" content="child-src 'self'">
8 </head> 11 </head>
9 <body> 12 <body>
10 <select name="choices" style="display:none;"> 13 <select name="choices" style="display:none;">
11 <option value="c1">c1</option> 14 <option value="c1">c1</option>
12 <option value="c2">c2</option> 15 <option value="c2">c2</option>
13 </select> 16 </select>
14 </body> 17 </body>
15 </html> 18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698