mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-14 15:37:55 +00:00
12 lines
262 B
HTML
12 lines
262 B
HTML
<HTML>
|
|
<HEAD>
|
|
</HEAD>
|
|
<BODY>
|
|
There no such thing as br end tag, it should be ignored.
|
|
<BR></BR>
|
|
the output should be a single br tag
|
|
</br> no line break here.
|
|
<br> This is Different than Nav 4.0, but we decided to do this.
|
|
</BODY>
|
|
</HTML>
|