blob: 37720e30160a89a7655882319568709f033ea044 [file] [log] [blame]
<!DOCTYPE html>
<!--
Copyright 2018 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
Hello
<form id="form">
<input type="text" id="readonly_field" readonly="readonly" value=""><br />
<input type="text" id="normal_field" value=""><br />
</form>