| Index: LayoutTests/http/tests/security/isolatedWorld/world-reuse.html
|
| diff --git a/LayoutTests/http/tests/security/isolatedWorld/world-reuse.html b/LayoutTests/http/tests/security/isolatedWorld/world-reuse.html
|
| index b837a2b5cd7cadfba4d68212c1f0ab187eeb0a21..03db5478f1248b14cf9ea8f91f382ae3f54c01f4 100644
|
| --- a/LayoutTests/http/tests/security/isolatedWorld/world-reuse.html
|
| +++ b/LayoutTests/http/tests/security/isolatedWorld/world-reuse.html
|
| @@ -6,12 +6,6 @@ if (window.testRunner) {
|
| testRunner.dumpAsText();
|
| testRunner.waitUntilDone();
|
|
|
| - // World id 0 is never saved, so this should print 'undefined'.
|
| - testRunner.evaluateScriptInIsolatedWorld(0, "var foo = 'foo';");
|
| - testRunner.evaluateScriptInIsolatedWorld(0,
|
| - "document.body.appendChild(document.createTextNode('Expecting undefined: ' + window.foo));" +
|
| - "document.body.appendChild(document.createElement('br'));");
|
| -
|
| // Since these two run in the same world, this should print 'bar'.
|
| testRunner.evaluateScriptInIsolatedWorld(1, "var bar = 'bar';");
|
| testRunner.evaluateScriptInIsolatedWorld(1,
|
|
|