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

Unified Diff: LayoutTests/virtual/fasttextautosizing/fast/text-autosizing/list-marker-numbered-with-autosizing-expected.html

Issue 145003009: Autosize list markers. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@tot
Patch Set: Update TestExpectations. Created 6 years, 11 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/virtual/fasttextautosizing/fast/text-autosizing/list-marker-numbered-with-autosizing-expected.html
diff --git a/LayoutTests/fast/text-autosizing/list-marker-numbered-with-autosizing-expected.html b/LayoutTests/virtual/fasttextautosizing/fast/text-autosizing/list-marker-numbered-with-autosizing-expected.html
similarity index 96%
copy from LayoutTests/fast/text-autosizing/list-marker-numbered-with-autosizing-expected.html
copy to LayoutTests/virtual/fasttextautosizing/fast/text-autosizing/list-marker-numbered-with-autosizing-expected.html
index 1b31460d7ea44dad93b5ab563c8fba181edeb804..66527d1a176d873c7524f6da7dc3fc96288f919d 100644
--- a/LayoutTests/fast/text-autosizing/list-marker-numbered-with-autosizing-expected.html
+++ b/LayoutTests/virtual/fasttextautosizing/fast/text-autosizing/list-marker-numbered-with-autosizing-expected.html
@@ -18,7 +18,7 @@
<div style="font-size: 2.5rem">
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 36px (60 (widest autosized marker width) * (1 - 1/2.5) rounded) to compensate the scaling of list item numbers and make sure they don't get chopped off.
</div>
-<ol style="-webkit-margin-start: 36px">
+<ol>
<li style="font-size: 2.5rem">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
<li style="font-size: 2.5rem">plain text</li>
<li style="font-size: 2.5rem"><a href='#'>hyperlinked</a></li>
@@ -34,4 +34,4 @@ The below list items should be autosized to 40px computed font-size (16 * 800/32
</ol>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698