diff options
author | eae@chromium.org <eae@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2013-11-29 11:12:42 +0000 |
---|---|---|
committer | eae@chromium.org <eae@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2013-11-29 11:12:42 +0000 |
commit | 71977f19c4cefb8cf0bd37646cf2522f45fd6f65 (patch) | |
tree | f774c85f852ca7f4109eacc4d73561706808b4f8 /third_party/WebKit/LayoutTests/fast/text-autosizing/clusters-sufficient-text-except-in-root.html | |
parent | cf824547a27703c1fe0c1d6b5443770bc8f8bc94 (diff) | |
download | chromium_src-71977f19c4cefb8cf0bd37646cf2522f45fd6f65.zip chromium_src-71977f19c4cefb8cf0bd37646cf2522f45fd6f65.tar.gz chromium_src-71977f19c4cefb8cf0bd37646cf2522f45fd6f65.tar.bz2 |
Enable experimental support for sub-pixel font scaling
Enable sub-css-pixel font scaling as an experimental web feature.
This would allow for things like font-size: 12.5px which would map to
25 device pixels on a high dpi display or when zoomed in.
It also allows for smoother text scaling and consistent sizing across
zoom levels.
R=dglazkov@chromium.org
BUG=290411
TEST=fast/text/sub-pixel/text-scaling*
Review URL: https://codereview.chromium.org/25512005
git-svn-id: svn://svn.chromium.org/blink/trunk@162893 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/text-autosizing/clusters-sufficient-text-except-in-root.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/text-autosizing/clusters-sufficient-text-except-in-root.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/text-autosizing/clusters-sufficient-text-except-in-root.html b/third_party/WebKit/LayoutTests/fast/text-autosizing/clusters-sufficient-text-except-in-root.html index d1c029a..578a8b9 100644 --- a/third_party/WebKit/LayoutTests/fast/text-autosizing/clusters-sufficient-text-except-in-root.html +++ b/third_party/WebKit/LayoutTests/fast/text-autosizing/clusters-sufficient-text-except-in-root.html @@ -30,7 +30,7 @@ if (window.internals) { Lorem ipsum dolor sit amet, consectetur adipisicing elit. </div> -<table> +<table cellpadding="0" cellspacing="0"> <tr> <td> This text should be autosized to 32px computed font size, but being a table cell causes this to be a new cluster, so it shouldn't affect the footer.<br> |