Chromium Code Reviews| Index: LayoutTests/http/tests/workers/worker-document-domain-security.html |
| diff --git a/LayoutTests/http/tests/workers/worker-document-domain-security.html b/LayoutTests/http/tests/workers/worker-document-domain-security.html |
| index 2730a54d6f4997ef4c1ed526a830f5b1121e3c09..8d8099cebac73c7ec9df7495040d0ae1ac327ea1 100644 |
| --- a/LayoutTests/http/tests/workers/worker-document-domain-security.html |
| +++ b/LayoutTests/http/tests/workers/worker-document-domain-security.html |
| @@ -5,6 +5,9 @@ |
| if (window.testRunner) |
| testRunner.dumpAsText(); |
| +if (window.internals) |
| + internals.settings.setTreatIPAddressAsDomain(true); |
| + |
| function log(message) |
| { |
| document.getElementById("result").innerHTML += message + "<br>"; |