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

Unified Diff: LayoutTests/fast/text-autosizing/clusters-sufficient-width-expected.html

Issue 25512005: Enable experimental support for sub-pixel font scaling (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/clusters-sufficient-width-expected.html
diff --git a/LayoutTests/fast/text-autosizing/clusters-sufficient-width-expected.html b/LayoutTests/fast/text-autosizing/clusters-sufficient-width-expected.html
index 68d04da3ae3a07ded7fe2d6172bee0bfa00b6c44..7787e859bf0d421cf9fb7327d29491ed9841050e 100644
--- a/LayoutTests/fast/text-autosizing/clusters-sufficient-width-expected.html
+++ b/LayoutTests/fast/text-autosizing/clusters-sufficient-width-expected.html
@@ -19,7 +19,7 @@ body { width: 800px; margin: 0; overflow-y: hidden; }
This text should be autosized to 21px computed font size (16 * 420/320), since the float:left causes this to be a new cluster.
</div>
-<table>
+<table cellspacing="0" cellpadding="0">
<tr>
<td style="width: 380px; font-size: 19px">
This text should be autosized to 19px computed font size (16 * 380/320), since being a table cell causes this to be a new cluster.

Powered by Google App Engine
This is Rietveld 408576698