Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / printing / layout_tests / source_html / forms / radio.html
1 <!DOCTYPE html>
2 <html>
3 <body>
4   <form>
5     <input type="radio" name="radios" value="one">RadioOne</br>
6     <input type="radio" name="radios" value="two" checked="true">RadioTwo</br>
7     <input type="radio" name="radios" value="three">RadioThree
8   </form>
9 </body>
10 </html>