<!--
Copyright 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.
-->
<div id="textDiv">
<input id="emptyText" type="text" value=""/>
<input id="bidiText" type="text" value="hello, world!"/>
<div contenteditable="true" id="bidiTextDiv">
hello,world!
</div>
</div>