RetroZilla/layout/html/tests/formctls/bugs/bug8665.html
2015-10-20 23:03:22 -04:00

1 line
367 B
HTML

<HTML>
<p>First instance - SkyMiles¨ - does not use character entity<br>
Second instance - SkyMiles&reg; - uses character entity<br>
<FORM METHOD="POST" ACTION="/cgi-bin/quiknav.pl" TARGET="_top" ONSUBMIT="foo">
<SELECT NAME="section" SIZE="1">
<OPTION VALUE="/skymile/index.html">SkyMiles¨
<OPTION VALUE="/skymile/index.html">SkyMiles&reg;
</SELECT>
</FORM>
</HTML>