Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <head> | |
| 4 <meta name="viewport" content="minimum-scale=2.0"> | |
|
bokan
2016/08/08 15:23:00
The test would be more clear if you remove this me
tkent
2016/08/09 03:17:12
We need to apply minimum-scale for crbug.com/63256
| |
| 5 <style> | |
| 6 select { | |
| 7 position: absolute; | |
| 8 right: 0px; | |
| 9 bottom: 0px; | |
| 10 width: 100px; | |
| 11 height: 20px; | |
| 12 } | |
| 13 </style> | |
| 14 </head> | |
| 15 <body> | |
| 16 <select><option>abc</option></select> | |
| 17 </body> | |
| 18 </html> | |
| OLD | NEW |