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

Unified Diff: third_party/WebKit/LayoutTests/transforms/2d/zoom-menulist.html

Issue 2108043003: Move LayoutMenuList's height calculation logic to styleDidChange method. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: third_party/WebKit/LayoutTests/transforms/2d/zoom-menulist.html
diff --git a/third_party/WebKit/LayoutTests/transforms/2d/zoom-menulist.html b/third_party/WebKit/LayoutTests/transforms/2d/zoom-menulist.html
index a2ca619652ad04d15e61a3651ef0413d6de5c533..c4ca986a812474ccbcb77f15015a4bde61d76b91 100644
--- a/third_party/WebKit/LayoutTests/transforms/2d/zoom-menulist.html
+++ b/third_party/WebKit/LayoutTests/transforms/2d/zoom-menulist.html
@@ -1,5 +1,5 @@
<html>
-<body>
+<body onload="document.body.style.zoom = 1.5;">
<h1>Zooming Menu List</h1>
<select style="zoom:3"><option>One<option>Two<option>Three<Option>Four</select>
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/Source/core/layout/LayoutMenuList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698