| Index: LayoutTests/http/tests/security/aboutBlank/security-context-grandchildren-alias.html
|
| diff --git a/LayoutTests/http/tests/security/aboutBlank/security-context-grandchildren-alias.html b/LayoutTests/http/tests/security/aboutBlank/security-context-grandchildren-alias.html
|
| index bea6ad0b342fd107d143fdf85cd3e24500a46b04..7b425a04750b7d1e2e07916508108c2ac46a36cb 100644
|
| --- a/LayoutTests/http/tests/security/aboutBlank/security-context-grandchildren-alias.html
|
| +++ b/LayoutTests/http/tests/security/aboutBlank/security-context-grandchildren-alias.html
|
| @@ -6,6 +6,9 @@ if (window.testRunner) {
|
| testRunner.waitUntilDone();
|
| }
|
|
|
| +if (window.internals)
|
| + internals.settings.setTreatIPAddressAsDomain(true);
|
| +
|
| function log(msg) {
|
| var line = document.createElement('div');
|
| line.appendChild(document.createTextNode(msg));
|
|
|