| Index: LayoutTests/fast/text/line-break-between-text-nodes-with-inline-blocks.html
|
| diff --git a/LayoutTests/fast/text/line-break-between-text-nodes-with-inline-blocks.html b/LayoutTests/fast/text/line-break-between-text-nodes-with-inline-blocks.html
|
| index 7f7f35ed872e295c8c05647e0c678dc985864fbe..5233eb7d7008e282b4d263610f8bb6faf3dd7ecd 100644
|
| --- a/LayoutTests/fast/text/line-break-between-text-nodes-with-inline-blocks.html
|
| +++ b/LayoutTests/fast/text/line-break-between-text-nodes-with-inline-blocks.html
|
| @@ -17,7 +17,7 @@
|
| a.removeChild(c);
|
|
|
| document.body.offsetTop;
|
| - window.resizeTo(42);
|
| + window.resizeTo(42, window.outerHeight);
|
|
|
| document.getElementById("results").innerText = "Test passes if no crash."
|
| if (window.testRunner) {
|
|
|