| Index: third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-document-domain.php
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-document-domain.php b/third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-document-domain.php
|
| index 15f11e13a1126ab6452e2f4ecec778da229480e9..bb3e3a032b37d16e7dbcaadba7b290c1dcb70294 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-document-domain.php
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-document-domain.php
|
| @@ -4,12 +4,14 @@ header("Suborigin: foobar");
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| +<meta charset="utf-8">
|
| <title>Validate behavior of document.domain</title>
|
| <script src="/resources/testharness.js"></script>
|
| <script src="/resources/testharnessreport.js"></script>
|
| </head>
|
| <script>
|
| -assert_equals(document.domain, "127.0.0.1", "document.domain should not be affected by the suborigin.");
|
| +assert_equals(document.domain, '127.0.0.1',
|
| + 'document.domain should not be affected by the suborigin.');
|
| done();
|
| </script>
|
| </html>
|
|
|