| Index: LayoutTests/http/tests/security/calling-versus-current.html
|
| diff --git a/LayoutTests/http/tests/security/calling-versus-current.html b/LayoutTests/http/tests/security/calling-versus-current.html
|
| index 028a4137ce8e5ff726bc4cb71c9d100ab894ff8f..8ead3cab9799845a10ddde2bebb7e63d3dc1f593 100644
|
| --- a/LayoutTests/http/tests/security/calling-versus-current.html
|
| +++ b/LayoutTests/http/tests/security/calling-versus-current.html
|
| @@ -4,6 +4,9 @@
|
| if (window.testRunner)
|
| testRunner.dumpAsText();
|
|
|
| +if (window.internals)
|
| + internals.settings.setTreatIPAddressAsDomain(true);
|
| +
|
| window.onload = function() {
|
| window.f = frames[0].atob;
|
| document.domain = "0.0.1";
|
|
|