diff options
author | tailor <dag@janrain.com> | 2008-05-29 23:21:32 +0000 |
---|---|---|
committer | tailor <dag@janrain.com> | 2008-05-29 23:21:32 +0000 |
commit | 117fa62d44f207906608b191d7f4399dfd4c7635 (patch) | |
tree | f11871c908aa20e10fc1441b3a8403eaf41347b4 /Tests | |
parent | acb8bec8663f27f05ec7fc69e6f42c11d0d12487 (diff) | |
download | php-openid-117fa62d44f207906608b191d7f4399dfd4c7635.zip php-openid-117fa62d44f207906608b191d7f4399dfd4c7635.tar.gz php-openid-117fa62d44f207906608b191d7f4399dfd4c7635.tar.bz2 |
[project @ extra parsehtml testcase: javascript in head]
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/Auth/Yadis/data/test1-parsehtml.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/Auth/Yadis/data/test1-parsehtml.txt b/Tests/Auth/Yadis/data/test1-parsehtml.txt index b8d36ed..e990289 100644 --- a/Tests/Auth/Yadis/data/test1-parsehtml.txt +++ b/Tests/Auth/Yadis/data/test1-parsehtml.txt @@ -27,6 +27,10 @@ found <head><meta http-equiv="X-XRDS-Location" content="found"> found +<!-- javascript in head --> +<html><head><script type="text/javascript>document.write("<body>");</script><META http-equiv="X-XRDS-Location" content="found"> + +found <!-- case folding for tag names --> <html><head><META http-equiv="X-XRDS-Location" content="found"> |