URL: https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_input_type_search
Browser / Version: Firefox Mobile 80.0
Operating System: Android
Tested Another Browser: Yes Chrome
Problem type: Something else
Description: HTML type search not to specification: missing clear button
Steps to Reproduce:
The current HTML5 spec states that <input type='search'/> elements should have a "clear" pseudo-element which empties the value of the input Edit: If there is content in the input
I can't seem to see one on the current version of Firefox Nightly
View the screenshot

Browser Configuration
_From webcompat.com with 鉂わ笍_
Thanks for the report, but I get the same result both on Firefox and Chrome.

Tested with:
Browser / Version: Firefox Nightly 200713 (馃 80.0a1-20200711092223), Chrome 83.0.4103.106
Operating System: Huawei P20 Lite (Android 8.0.0) - 1080 x 2280 pixels, 19:9 ratio (~432 ppi density), Samsung Galaxy S6 Edge (Android 7.0) - 1440 x 2560 pixels (~577 ppi pixel density)
For this project we try to focus our effort on layouts, features or content that works as expected in one browser but not in another. Closing the issue as Non-compat.
Thanks for the report, but I get the same result both on Firefox and Chrome.
Tested with:
Browser / Version: Firefox Nightly 200713 (馃 80.0a1-20200711092223), Chrome 83.0.4103.106
Operating System: Huawei P20 Lite (Android 8.0.0) - 1080 x 2280 pixels, 19:9 ratio (~432 ppi density), Samsung Galaxy S6 Edge (Android 7.0) - 1440 x 2560 pixels (~577 ppi pixel density)For this project we try to focus our effort on layouts, features or content that works as expected in one browser but not in another. Closing the issue as Non-compat.
the way it should work is the cross isn't visible unless there's content in the input.
On chrome the cross shows if content in the input
Oh, ok thanks @GeorgeWL for that info, indeed "x" button is not available on Firefox, but it is available on Chrome while the field is in focus.

Tested with:
Browser / Version: Firefox Nightly 200714 (馃 80.0a1-20200711092223)
Operating System: Samsung Galaxy S6 Edge (Android 7.0) - 1440 x 2560 pixels (~577 ppi pixel density)
Reopening and moving to Needsdiagnosis for further investigation.
Also can say I tested this in Edge and Brave (for mobile) now and they show the same behaviour as Chrome
Edge and brave share the same rendering engine than chrome: Blink.
Blink and WebKit share almost the same convention for text inside the input.
x insidex insidex insideThis is not a webcompat issue. Different UI conventions.
It's easy to test with a bare input in multiple browsers.
data:text/html,<input type='search'/>
if you feel strongly about it, it should be reported
https://bugzilla.mozilla.org/enter_bug.cgi?product=Core&component=Layout%3A%20Form%20Controls