| 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..78bef7c1cefb2cecafb86025abd829c343f2fc74 100644
|
| --- a/LayoutTests/fast/frames/frame-js-url-clientWidth.html
|
| +++ b/LayoutTests/fast/frames/frame-js-url-clientWidth.html
|
| @@ -35,9 +35,9 @@ function shouldBe(a, b)
|
| 'when executing a javascript: load. If the test passes, you\'ll see a series of ' +
|
| '\'PASS\' messages below.\n'
|
| );
|
| - top.shouldBe('frame.frameElement.width', 250);
|
| + top.shouldBe('frame.frameElement.getBoundingClientRect().width', 250);
|
| top.shouldBe('frame.frameElement.clientWidth', 250);
|
| - top.shouldBe('frame.frameElement.height', 250);
|
| + top.shouldBe('frame.frameElement.getBoundingClientRect().height', 250);
|
| top.shouldBe('frame.frameElement.clientHeight', 250);
|
| "
|
| >
|
|
|