summaryrefslogtreecommitdiffstats
path: root/dom/inputmethod/mochitest/file_test_focus_blur_manage_events.html
blob: bb8c4457338737cf6db7d39279ff1984d6a7273d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html><body>
<input type="text">
<input type="search">
<textarea></textarea>
<p contenteditable></p>
<input type="number">
<input type="tel">
<input type="url">
<input type="email">
<input type="password">
<input type="datetime">
<input type="date" value="2015-08-03" min="1990-01-01" max="2020-01-01">
<input type="month">
<input type="week">
<input type="time">
<input type="datetime-local">
<input type="color">
<select><option selected>foo</option><option disabled>bar</option>
<optgroup label="group"><option>baz</option></optgroup></select>
<select multiple><option selected>foo</option><option disabled>bar</option>
<optgroup label="group"><option>baz</option></optgroup></select>
</body></html>