Mypal/layout/style/crashtests/1233135-1.html

14 lines
235 B
HTML

<!DOCTYPE html>
<style>
fieldset, input, select {
display: ruby;
}
</style>
<fieldset></fieldset>
<input type="color">
<input type="file">
<input type="number">
<input type="range">
<select></select>
<select size="2"></select>