author | Michael Krelin <hacker@klever.net> | 2007-10-31 12:36:28 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-10-31 16:50:17 (UTC) |
commit | e1af6ae7242a280c486c84c9d8015911613cd159 (patch) (unidiff) | |
tree | d615858cae3924a90481eb166d9f7e0a0aeabfa3 /test/html | |
parent | a4c2f2e18459bc8f97860362cbde9070f51993d8 (diff) | |
download | libopkele-e1af6ae7242a280c486c84c9d8015911613cd159.zip libopkele-e1af6ae7242a280c486c84c9d8015911613cd159.tar.gz libopkele-e1af6ae7242a280c486c84c9d8015911613cd159.tar.bz2 |
test case for space-separated rel attributes
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | test/html/2rels.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/html/2rels.html b/test/html/2rels.html new file mode 100644 index 0000000..8773c55 --- a/dev/null +++ b/test/html/2rels.html | |||
@@ -0,0 +1,7 @@ | |||
1 | <html> | ||
2 | <head> | ||
3 | <link rel="openid.server openid.delegate" href="http://www.klever.net/openid.server" /> | ||
4 | </head> | ||
5 | <body> | ||
6 | </body> | ||
7 | </html> | ||