<!DOCTYPE html><!-- DO NOT EDIT. This file auto-generated by generate_closure_unit_tests.js --><!--
Copyright 2017 The Closure Library Authors. All Rights Reserved.
Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
--><html><head><meta charset="UTF-8">
<script src="../base.js"></script>
<script>goog.require('goog.dom.InputTypeTest');</script>
<title>Closure Unit Tests - goog.dom.InputTypeTest</title><!--
Copyright 2007 The Closure Library Authors. All Rights Reserved.
Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
-->
</head><body><form>
<input type="text" id="textinput">
<input type="time" id="timeinput">
<textarea id="textarea"></textarea>
<select id="selectone">
<option>A</option><option>B</option><option>C
</option></select>
<select id="selectmultiple" multiple="multiple">
<option>A</option><option>B</option><option>C
</option></select>
</form>
</body></html>