| Index: LayoutTests/fast/text-autosizing/list-marker-with-images-and-forms-autosizing-expected.html
|
| diff --git a/LayoutTests/fast/text-autosizing/list-marker-with-images-and-forms-autosizing-expected.html b/LayoutTests/fast/text-autosizing/list-marker-with-images-and-forms-autosizing-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..bcd09c8a8136ba15f1080957dabbf7bf97ac4b29
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/text-autosizing/list-marker-with-images-and-forms-autosizing-expected.html
|
| @@ -0,0 +1,28 @@
|
| +<!DOCTYPE html>
|
| +<html style="font-size: 16px">
|
| +<head>
|
| +
|
| +<meta name="viewport" content="width=800">
|
| +<style>
|
| + body {
|
| + width: 800px;
|
| + margin: 0;
|
| + overflow-y: hidden;
|
| + }
|
| +</style>
|
| +
|
| +</head>
|
| +<body>
|
| +
|
| +<div style="font-size: 2.5rem">
|
| +The below list item markers should be autosized by a factor of 2.5 (800/320). Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
| +</div>
|
| +<ul>
|
| +<li style="font-size: 2.5rem">Simple plain list item</li>
|
| +<li style="font-size: 2.5rem"></li>
|
| +<li style="font-size: 2.5rem"><img></img></li>
|
| +<li style="font-size: 2.5rem"><form><input type="text"></input></form></li>
|
| +</ul>
|
| +
|
| +</body>
|
| +</html>
|
|
|