Chromium Code Reviews| Index: LayoutTests/fast/text-autosizing/textarea-fontsize-change-expected.html |
| diff --git a/LayoutTests/fast/text-autosizing/textarea-fontsize-change-expected.html b/LayoutTests/fast/text-autosizing/textarea-fontsize-change-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..cde90532da1f29a5e9d20d62c904e1b1df936b39 |
| --- /dev/null |
| +++ b/LayoutTests/fast/text-autosizing/textarea-fontsize-change-expected.html |
| @@ -0,0 +1,23 @@ |
| +<!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> |
| + |
| +<textarea rows="12" style="width: 100%; font-size: 2.05rem"> |
|
johnme
2013/04/29 11:11:26
This seems surprisingly small. I was expecting a v
timvolodine
2013/04/29 17:59:13
It seems that the default font-size for the text a
|
| +The text inside this textarea should be autosized. |
| +Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. |
| +</textarea> |
| + |
| +</body> |
| +</html> |