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

Unified Diff: LayoutTests/virtual/fasttextautosizing/fast/text-autosizing/list-marker-with-images-and-forms-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-with-images-and-forms-autosizing-expected.html
diff --git a/LayoutTests/fast/text-autosizing/list-marker-with-images-and-forms-autosizing-expected.html b/LayoutTests/virtual/fasttextautosizing/fast/text-autosizing/list-marker-with-images-and-forms-autosizing-expected.html
similarity index 94%
copy from LayoutTests/fast/text-autosizing/list-marker-with-images-and-forms-autosizing-expected.html
copy to LayoutTests/virtual/fasttextautosizing/fast/text-autosizing/list-marker-with-images-and-forms-autosizing-expected.html
index 353db0094fc11d1db37ead45a7ad312b86b16897..16fcd1a18e0848ccceb2e67d2a98ccc64ae1f352 100644
--- a/LayoutTests/fast/text-autosizing/list-marker-with-images-and-forms-autosizing-expected.html
+++ b/LayoutTests/virtual/fasttextautosizing/fast/text-autosizing/list-marker-with-images-and-forms-autosizing-expected.html
@@ -18,7 +18,7 @@
<div style="font-size: 2.5rem">
The below list item markers should be autosized by a factor of 2.5 (800/320). The whole list is shifted to the right by 8px (14 (autosized marker width) * (1 - 1/2.5) rounded) to compensate the scaling of list item markers and make sure they don't get chopped off.
</div>
-<ul style="-webkit-margin-start: 8px">
+<ul>
<li style="font-size: 2.5rem">Simple plain list item</li>
<li style="font-size: 2.5rem"></li>
<li style="font-size: 2.5rem"><img></img></li>
@@ -26,4 +26,4 @@ The below list item markers should be autosized by a factor of 2.5 (800/320). Th
</ul>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698