Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<h2>appearance:base-select should not affect the rendering of non-select elements.</h2>
<button>button</button>
<input type=checkbox>
<input type=checkbox checked>
<input type=radio>
<input type=radio checked>
<input type=range>
<input type=color>
<input type=date>
<input type=datetime-local>
<input type=time>
<input type=week>
<input type=month>
<input type=file>
<input type=search>
<input>
<input type=password>
<input type=number>
<textarea></textarea>
<progress max=100 value=50></progress>
<meter min=0 max=100 low=33 high=66 optimum=80 value=50></meter>