| Index: third_party/WebKit/LayoutTests/fast/forms/text/text-lineheight-centering-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/text/text-lineheight-centering-expected.html b/third_party/WebKit/LayoutTests/fast/forms/text/text-lineheight-centering-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b4d5e9817713dcc8241710a6dcf5caf2fb2d0182
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/text/text-lineheight-centering-expected.html
|
| @@ -0,0 +1,25 @@
|
| +<!DOCTYPE html>
|
| +<body>
|
| +<style>
|
| +body {
|
| + font-family: "Helvetica Neue", sans-serif;
|
| + font-size: 16px;
|
| +}
|
| +div {
|
| + line-height: 33px;
|
| + height: 33px;
|
| +
|
| + -webkit-appearance:none;
|
| + background: red;
|
| + border: none;
|
| + display: inline-block;
|
| + font-family: inherit;
|
| + font-size: inherit;
|
| + padding: 0;
|
| + text-decoration: underline;
|
| + vertical-align: top;
|
| + width: 80px;
|
| +}
|
| +</style>
|
| +<div>Some text</div>
|
| +</body>
|
|
|