| Index: LayoutTests/fast/text-autosizing/list-marker-with-links-autosizing.html
|
| diff --git a/LayoutTests/fast/text-autosizing/list-marker-with-links-autosizing.html b/LayoutTests/fast/text-autosizing/list-marker-with-links-autosizing.html
|
| index bc072fecb70bf06ea42a4966b0bae772c2ddf460..52da338d1250eafff4038033ade93dc447e41d27 100644
|
| --- a/LayoutTests/fast/text-autosizing/list-marker-with-links-autosizing.html
|
| +++ b/LayoutTests/fast/text-autosizing/list-marker-with-links-autosizing.html
|
| @@ -24,7 +24,7 @@ if (window.internals) {
|
| <body>
|
|
|
| <div>
|
| -The below list items should be autosized to 40px computed font-size (16 * 800/320). Also the corresponding list markers should increase in size appropriately.
|
| +The below list items should be autosized to 40px computed font-size (16 * 800/320). Also the corresponding list markers should increase in size appropriately. The whole list is shifted to the right by 11px (7 (marker width) * (2.5-1) rounded) to compensate the scaling of list item markers and make sure they don't get chopped off.
|
| </div>
|
| <ul>
|
| <li><a>List item with a link</a></li>
|
|
|