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

Unified Diff: LayoutTests/fast/text-autosizing/list-marker-with-links-autosizing.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.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/text-autosizing/list-marker-with-links-autosizing.html
diff --git a/LayoutTests/fast/text-autosizing/list-marker-with-links-autosizing.html b/LayoutTests/fast/text-autosizing/list-marker-with-links-autosizing.html
index bc072fecb70bf06ea42a4966b0bae772c2ddf460..52da338d1250eafff4038033ade93dc447e41d27 100644
--- a/LayoutTests/fast/text-autosizing/list-marker-with-links-autosizing.html
+++ b/LayoutTests/fast/text-autosizing/list-marker-with-links-autosizing.html
@@ -24,7 +24,7 @@ if (window.internals) {
<body>
<div>
-The below list items should be autosized to 40px computed font-size (16 * 800/320). Also the corresponding list markers should increase in size appropriately.
+The below list items should be autosized to 40px computed font-size (16 * 800/320). Also the corresponding list markers should increase in size appropriately. The 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 chopped off.
</div>
<ul>
<li><a>List item with a link</a></li>

Powered by Google App Engine
This is Rietveld 408576698