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

Unified Diff: LayoutTests/fast/text-autosizing/cluster-list-item.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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/text-autosizing/cluster-list-item-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/text-autosizing/cluster-list-item.html
diff --git a/LayoutTests/fast/text-autosizing/cluster-list-item.html b/LayoutTests/fast/text-autosizing/cluster-list-item.html
index 25cb3a71dc687d7948e21f055ae8f0dd0df30b40..8cd00eaec3dcb4c778f8d5800401d600eccbe6b9 100644
--- a/LayoutTests/fast/text-autosizing/cluster-list-item.html
+++ b/LayoutTests/fast/text-autosizing/cluster-list-item.html
@@ -1,18 +1,16 @@
<!DOCTYPE html>
<html>
<head>
-
<meta name="viewport" content="width=800">
<style>
html { font-size: 16px; }
body { width: 800px; margin: 0; overflow-y: hidden; }
+/* crbug.com/339157: bullet margins are not correctly inflated. */
+ul { list-style: none; padding-left: 0; }
</style>
-
<script src="resources/autosizingTest.js"></script>
-
</head>
<body>
-
<ul style="width: 400px">
<li style="width: 600px">
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>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/text-autosizing/cluster-list-item-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698