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

Unified Diff: LayoutTests/fast/text-autosizing/cluster-list-item-expected.html

Issue 356133003: Update the two remaining tests for the fast text autosizer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 b2bf1f5bd2f26efac98be20005b73ab16aba7f09..bf42582c6ec993e53b174d56336a53706dec3f5c 100644
--- a/LayoutTests/fast/text-autosizing/cluster-list-item-expected.html
+++ b/LayoutTests/fast/text-autosizing/cluster-list-item-expected.html
@@ -1,17 +1,15 @@
<!DOCTYPE html>
<html>
<head>
-
<meta name="viewport" content="width=800">
<style>
html { font-size: 16px; }
body { width: 800px; margin: 0; overflow-y: hidden; }
+ul { list-style: none; padding-left: 0; }
</style>
-
</head>
<body>
-
-<ul style="width: 400px; -webkit-margin-start: 3px">
+<ul style="width: 400px;">
<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