Backed out changeset 13b62d64e105 (bug 1457628) for reftest failures at /forms/input/file/button-height.html on a CLOSED TREE.

--HG--
extra : rebase_source : 0322d1819c6bb5f1b86cb98c65889949d89f2b3d
extra : histedit_source : fa4c921ec16cb24154c9543ae6ff85502fa19aa7
This commit is contained in:
Gurzau Raul 2019-07-12 06:31:29 +03:00
Родитель eb77b16ecc
Коммит c99bec025b
4 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -1,2 +0,0 @@
<!doctype html>
<input type="file">

Просмотреть файл

@ -1,2 +0,0 @@
<!doctype html>
<input type="file" style="height: 400px">

Просмотреть файл

@ -9,4 +9,3 @@ fuzzy-if(Android,0-2,0-2) fuzzy-if(OSX,0-34,0-134) fails-if(webrender&&!(cocoaWi
== label-min-inline-size.html label-min-inline-size-ref.html == label-min-inline-size.html label-min-inline-size-ref.html
== css-overflow.html css-overflow-ref.html == css-overflow.html css-overflow-ref.html
== css-display.html css-display-ref.html == css-display.html css-display-ref.html
== button-height.html button-height-ref.html

Просмотреть файл

@ -504,6 +504,7 @@ input[type="file"] > label {
/* button part of file selector */ /* button part of file selector */
input[type="file"] > button { input[type="file"] > button {
block-size: inherit;
font-size: unset; font-size: unset;
letter-spacing: unset; letter-spacing: unset;
cursor: unset; cursor: unset;