| 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;">
|
|
|