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

Unified Diff: LayoutTests/fast/text-autosizing/clusters-insufficient-text-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-insufficient-text-expected.html
diff --git a/LayoutTests/fast/text-autosizing/clusters-insufficient-text-expected.html b/LayoutTests/fast/text-autosizing/clusters-insufficient-text-expected.html
index 249f53f25f219dff56cb954e0b28d41975d51228..a3dd87bb548bd74ade6fa5010f6b78fa95fde71c 100644
--- a/LayoutTests/fast/text-autosizing/clusters-insufficient-text-expected.html
+++ b/LayoutTests/fast/text-autosizing/clusters-insufficient-text-expected.html
@@ -19,7 +19,7 @@ body { width: 800px; margin: 0; overflow-y: hidden; }
This text should not be autosized (its computed font size should remain 16px), since the float:left causes this to be a new cluster, and this cluster doesn't contain enough text.
</div>
-<table>
+<table cellpadding="0" cellspacing="0">
<tr>
<td style="width: 50%">
This shouldn't be autosized: table cell =&gt; new cluster, and it doesn't contain enough text.

Powered by Google App Engine
This is Rietveld 408576698