-rw-r--r-- | test/html/head-in-body.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/html/head-in-body.html b/test/html/head-in-body.html new file mode 100644 index 0000000..0f778f3 --- a/dev/null +++ b/test/html/head-in-body.html | |||
@@ -0,0 +1,10 @@ | |||
1 | <html> | ||
2 | <head> | ||
3 | </head> | ||
4 | <body> | ||
5 | <head> | ||
6 | <link rel="openid.server" href="http://www.klever.net/openid.server" /> | ||
7 | <link rel="openid.delegate" href="http://hacker.klever.net/" /> | ||
8 | </head> | ||
9 | </body> | ||
10 | </html> | ||