| Index: third_party/WebKit/LayoutTests/http/tests/security/suborigins/resources/post-document-cookie.php
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/suborigins/resources/post-document-cookie.php b/third_party/WebKit/LayoutTests/http/tests/security/suborigins/resources/post-document-cookie.php
|
| index 2459db89d0cdc78a26ca8334702484da0066a605..72e8093dabf3755aa88356f1059035dfb0c08be7 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/suborigins/resources/post-document-cookie.php
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/suborigins/resources/post-document-cookie.php
|
| @@ -1,10 +1,13 @@
|
| <!DOCTYPE html>
|
| <html>
|
| +<head>
|
| +<meta charset="utf-8">
|
| +</head>
|
| <script>
|
| var test_name = '<?php echo $_GET["testname"]; ?>';
|
| var data = {
|
| - cookie_val: document.cookie,
|
| - test_name: test_name
|
| + 'cookie_val': document.cookie,
|
| + 'test_name': test_name
|
| };
|
| window.parent.postMessage(data, '*');
|
| </script>
|
|
|