Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(270)

Unified Diff: LayoutTests/fast/text/line-break-between-text-nodes-with-inline-blocks.html

Issue 886463010: Make arguments to window.{move,resize}{To,By} non-optional (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698