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

Unified 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 side-by-side diff with in-line comments
Download patch
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 d79b8ebf32f2bd6744e763300fdb64bb709a4777..d5a64cb17e64abcfbb31f9ebd6ac848a36b3a56b 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
@@ -5,6 +5,9 @@
document.write("Hello World!");
</script>
<noscript>JavaScript not supported.</noscript>
+<meta name="description" content="This is a test.">
+<meta http-equiv="refresh" content="300">
+<meta http-equiv="Content-Security-Policy" content="child-src 'self'">
</head>
<body>
<select name="choices" style="display:none;">

Powered by Google App Engine
This is Rietveld 408576698