From c99bec025ba7c2f8194b1aa8cdf573fa80d04c9a Mon Sep 17 00:00:00 2001 From: Gurzau Raul Date: Fri, 12 Jul 2019 06:31:29 +0300 Subject: [PATCH] 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 --- layout/reftests/forms/input/file/button-height-ref.html | 2 -- layout/reftests/forms/input/file/button-height.html | 2 -- layout/reftests/forms/input/file/reftest.list | 1 - layout/style/res/forms.css | 1 + 4 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 layout/reftests/forms/input/file/button-height-ref.html delete mode 100644 layout/reftests/forms/input/file/button-height.html diff --git a/layout/reftests/forms/input/file/button-height-ref.html b/layout/reftests/forms/input/file/button-height-ref.html deleted file mode 100644 index 1ce40810f639..000000000000 --- a/layout/reftests/forms/input/file/button-height-ref.html +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/layout/reftests/forms/input/file/button-height.html b/layout/reftests/forms/input/file/button-height.html deleted file mode 100644 index 0baf0a60abc0..000000000000 --- a/layout/reftests/forms/input/file/button-height.html +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/layout/reftests/forms/input/file/reftest.list b/layout/reftests/forms/input/file/reftest.list index 58a42489c85c..a7a80ef6a181 100644 --- a/layout/reftests/forms/input/file/reftest.list +++ b/layout/reftests/forms/input/file/reftest.list @@ -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 == css-overflow.html css-overflow-ref.html == css-display.html css-display-ref.html -== button-height.html button-height-ref.html diff --git a/layout/style/res/forms.css b/layout/style/res/forms.css index 0c2b50cc2cb9..5c61a3381253 100644 --- a/layout/style/res/forms.css +++ b/layout/style/res/forms.css @@ -504,6 +504,7 @@ input[type="file"] > label { /* button part of file selector */ input[type="file"] > button { + block-size: inherit; font-size: unset; letter-spacing: unset; cursor: unset;