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

Unified Diff: LayoutTests/fast/text-autosizing/cluster-list-item-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.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/text-autosizing/cluster-list-item-expected.html
diff --git a/LayoutTests/fast/text-autosizing/cluster-list-item-expected.html b/LayoutTests/fast/text-autosizing/cluster-list-item-expected.html
index 75e3dfb86af6fe8ec5818156daf407555a5e7d4d..6340057eae55c504f9ef28b4a9292726815b2c18 100644
--- a/LayoutTests/fast/text-autosizing/cluster-list-item-expected.html
+++ b/LayoutTests/fast/text-autosizing/cluster-list-item-expected.html
@@ -11,7 +11,7 @@ body { width: 800px; margin: 0; overflow-y: hidden; }
</head>
<body>
-<ul style="width: 400px">
+<ul style="width: 400px; -webkit-margin-start: 2px">
<li style="width: 600px; font-size: 1.25rem">
This element is only autosized to 20px computed font size (16 * 400/320), since we don't want list items to be autosized differently from each other, and the width of UL tag is used for autosizing.<br>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Powered by Google App Engine
This is Rietveld 408576698