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

Unified Diff: LayoutTests/fast/text-autosizing/clusters-sufficient-width.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.html
diff --git a/LayoutTests/fast/text-autosizing/clusters-sufficient-width.html b/LayoutTests/fast/text-autosizing/clusters-sufficient-width.html
index 6e2ffb83580b3b2a07b8358f4fd0a097934c5415..eae4edaa4a204bafeebe3757c90fe7f2ed32c16e 100644
--- a/LayoutTests/fast/text-autosizing/clusters-sufficient-width.html
+++ b/LayoutTests/fast/text-autosizing/clusters-sufficient-width.html
@@ -28,9 +28,9 @@ if (window.internals) {
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">
+ <td style="width: 380px;">
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.
</td>
</tr>

Powered by Google App Engine
This is Rietveld 408576698