Chromium Code Reviews| Index: LayoutTests/fast/forms/text/text-placeholder-in-flexbox-expected.html |
| diff --git a/LayoutTests/fast/forms/text/text-placeholder-in-flexbox-expected.html b/LayoutTests/fast/forms/text/text-placeholder-in-flexbox-expected.html |
| index 5b0d2a4f4a63f8e3390f992cf5c7de8d2d31ec39..4c47ac9486f53f7f158246d054c89692067eb00c 100644 |
| --- a/LayoutTests/fast/forms/text/text-placeholder-in-flexbox-expected.html |
| +++ b/LayoutTests/fast/forms/text/text-placeholder-in-flexbox-expected.html |
| @@ -3,8 +3,9 @@ |
| <style> |
| input { |
| box-sizing: border-box; |
| - height: 196px; |
| - margin-top: 2px; |
| + x-height: 196px; |
| + height: 200px; |
| + x-margin-top: 2px; |
|
keishi
2014/06/24 08:18:40
What is x-margin-top?
tkent
2014/06/24 08:19:28
Ah, this and x-height should be removed.
tkent
2014/06/24 08:47:17
Removed.
|
| } |
| </style> |
| <input type="text" placeholder="Username"> |