| Index: LayoutTests/http/tests/security/cross-frame-access-name-getter.html
|
| diff --git a/LayoutTests/http/tests/security/cross-frame-access-name-getter.html b/LayoutTests/http/tests/security/cross-frame-access-name-getter.html
|
| index 9e5c0c5a745834a2bd239d2b015b9877c4cdd02b..8b267a9716c0c38b5bd950aef583bc7333157077 100644
|
| --- a/LayoutTests/http/tests/security/cross-frame-access-name-getter.html
|
| +++ b/LayoutTests/http/tests/security/cross-frame-access-name-getter.html
|
| @@ -21,6 +21,9 @@ window.onload = function()
|
|
|
| // element by name
|
| shouldBeFalse("canGet('targetWindow.testimage')");
|
| +
|
| + // Work around DRT bug that causes subsequent tests to fail.
|
| + window.stop();
|
| }
|
| </script>
|
| </body>
|
|
|