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

Side by Side 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, 5 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 unified diff | Download patch
OLDNEW
1 <html> 1 <html>
2 <body> 2 <body onload="document.body.style.zoom = 1.5;">
3 <h1>Zooming Menu List</h1> 3 <h1>Zooming Menu List</h1>
4 4
5 <select style="zoom:3"><option>One<option>Two<option>Three<Option>Four</select> 5 <select style="zoom:3"><option>One<option>Two<option>Three<Option>Four</select>
OLDNEW
« 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