Hypertext Link Test Cases

Showing 1-1 of 1 messages
Hypertext Link Test Cases
Sean B. Palmer
04/04/10 06:55
The previous post contained a strange bug, tracked down to Yahoo!
Pipes, whereby a hyperlink in the Javascript code was converted from a
relative reference to an absolute one.

This post is a list of test cases to attempt to isolate the cases in
which the bug occurs. Maybe we can get it fixed.

<a href=

<a href>

<a href=>

<a href=#

<a href=#>

<a href="">

<a href=''>

<a href="#">

<a href='#'>

<a href=#abc

<a href=#abc>

<a href="#abc">

<a href='#abc'>

<a href=http://example.org/

<a href=http://example.org/>

<a href="http://example.org/">

<a href='http://example.org/'>

<a href=http://example.org/#abc

<a href=http://example.org/#abc>

<a href="http://example.org/#abc">

<a href='http://example.org/#abc'>

<a href></a>

<a href=></a>

<a href=#></a>

<a href=""></a>

<a href=''></a>

<a href="#"></a>

<a href='#'></a>

<a href=#abc></a>

<a href="#abc"></a>

<a href='#abc'></a>

<a href=http://example.org/></a>

<a href="http://example.org/"></a>

<a href='http://example.org/'></a>

<a href=http://example.org/#abc></a>

<a href="http://example.org/#abc"></a>

<a href='http://example.org/#abc'></a>

href

href=

href=#

href="#"

href="#">

href=#abc

href="#abc"

href="#abc">

href="#abc"></a>