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

Unified Diff: LayoutTests/fast/text-autosizing/clusters-insufficient-text.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.html
diff --git a/LayoutTests/fast/text-autosizing/clusters-insufficient-text.html b/LayoutTests/fast/text-autosizing/clusters-insufficient-text.html
index 22ea177ee9b2875abec2a61168727c81d6cfe9f3..fb0c14b9562de409a1ecd7007b075a3eeba35218 100644
--- a/LayoutTests/fast/text-autosizing/clusters-insufficient-text.html
+++ b/LayoutTests/fast/text-autosizing/clusters-insufficient-text.html
@@ -28,7 +28,7 @@ if (window.internals) {
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