| Index: LayoutTests/fast/frames/frame-js-url-clientWidth.html
|
| diff --git a/LayoutTests/fast/frames/frame-js-url-clientWidth.html b/LayoutTests/fast/frames/frame-js-url-clientWidth.html
|
| index 4ace48ce256d7ee2337ff3489743fa354b954598..95613e41f74df67476f4965423d6eddd3e9ed109 100644
|
| --- a/LayoutTests/fast/frames/frame-js-url-clientWidth.html
|
| +++ b/LayoutTests/fast/frames/frame-js-url-clientWidth.html
|
| @@ -1,6 +1,8 @@
|
| <script>
|
| -if (window.testRunner)
|
| +if (window.testRunner) {
|
| testRunner.dumpAsText();
|
| + testRunner.waitUntilDone();
|
| +}
|
|
|
| function log(s)
|
| {
|
| @@ -39,6 +41,8 @@ function shouldBe(a, b)
|
| top.shouldBe('frame.frameElement.clientWidth', 250);
|
| top.shouldBe('frame.frameElement.height', 250);
|
| top.shouldBe('frame.frameElement.clientHeight', 250);
|
| +
|
| + testRunner.notifyDone();
|
| "
|
| >
|
| </frameset>
|
|
|