| Index: LayoutTests/fast/text-autosizing/cluster-list-item-expected.html
|
| diff --git a/LayoutTests/fast/text-autosizing/cluster-list-item-expected.html b/LayoutTests/fast/text-autosizing/cluster-list-item-expected.html
|
| index b2bf1f5bd2f26efac98be20005b73ab16aba7f09..bf42582c6ec993e53b174d56336a53706dec3f5c 100644
|
| --- a/LayoutTests/fast/text-autosizing/cluster-list-item-expected.html
|
| +++ b/LayoutTests/fast/text-autosizing/cluster-list-item-expected.html
|
| @@ -1,17 +1,15 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| -
|
| <meta name="viewport" content="width=800">
|
| <style>
|
| html { font-size: 16px; }
|
| body { width: 800px; margin: 0; overflow-y: hidden; }
|
| +ul { list-style: none; padding-left: 0; }
|
| </style>
|
| -
|
| </head>
|
| <body>
|
| -
|
| -<ul style="width: 400px; -webkit-margin-start: 3px">
|
| +<ul style="width: 400px;">
|
| <li style="width: 600px; font-size: 1.25rem">
|
| This element is only autosized to 20px computed font size (16 * 400/320), since we don't want list items to be autosized differently from each other, and the width of UL tag is used for autosizing.<br>
|
| Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
|
|