Side by Side Diff: LayoutTests/fast/text-autosizing/list-marker-with-images-and-forms-autosizing-expected.html
Issue 17071009:
Consistently autosize markers in <ul> and <ol> lists. (Closed)
Base URL: https://chromium.googlesource.com/chromium/blink.git@ls-TA-margins-14June
Patch Set:
Created 7 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.
18 The below list item markers should be autosized by a factor of 2.5 (800/320). Th
e whole list is shifted to the right by 11px (7 (marker width) * (2.5-1) rounded
) to compensate the scaling of list item markers and make sure they don't get ch
opped off.
19 </div>
20 <ul style="-webkit-margin-start: 11px">
21 <li style="font-size: 2.5rem">Simple plain list item</li>
Issue 17071009: Consistently autosize markers in <ul> and <ol> lists.
(Closed)
Created 7 years, 6 months ago by timvolodine
Modified 7 years, 6 months ago
Reviewers: johnme, Julien - ping for review
Base URL: https://chromium.googlesource.com/chromium/blink.git@ls-TA-margins-14June
Comments: 14