Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/rendering/replaced-elements/the-select-element/select-display-inline.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title><select> with display:inline</title>
<link rel="author" title="Oriol Brufau" href="obrufau:obrufau@igalia.com">
<link rel="match" href="select-display-inline-ref.html">
<meta name="assert" content="
A <select> is a widget, so it's atomic when it has display:inline.
In particular, this implies that it's transformable.
">
<select style="display: inline; transform: translateX(100px)">
<option>option</option>
</select>