Chromium Code Reviews| Index: LayoutTests/http/tests/xmlhttprequest/document-domain-set.html |
| diff --git a/LayoutTests/http/tests/xmlhttprequest/document-domain-set.html b/LayoutTests/http/tests/xmlhttprequest/document-domain-set.html |
| index b0cdfd3d05931840c8e9816f6efa36e16ddc2ef0..fca1a6ca3cca907542eae6fa3bd6aee97a77806b 100644 |
| --- a/LayoutTests/http/tests/xmlhttprequest/document-domain-set.html |
| +++ b/LayoutTests/http/tests/xmlhttprequest/document-domain-set.html |
| @@ -5,6 +5,9 @@ |
| if (window.testRunner) |
| testRunner.dumpAsText(); |
| +if (window.internals) |
| + internals.settings.setTreatIPAddressAsDomain(true); |
| + |
| document.domain = '0.0.1'; |
| document.write('Waiting...\n'); |