Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: (os == 'android')
- Manifest: layout/reftests/native-theme/reftest.list
<!DOCTYPE HTML>
<html>
<style>
div {
border: 1px solid black;
}
select {
padding: 10px;
}
</style>
<body>
<div><select><option>Hello</option></select></div>
</body>
</html>