diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-10 04:53:36 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-10 06:52:02 (GMT) |
commit | bdb9c0ffa84bfab386de5550bd8f9b013288daca (patch) | |
tree | 54e0d7d8fa31271476caa053abcab37f1436d36d /tests/auto/declarative/xmlhttprequest/data/status.expect | |
parent | 4983b04da9f3258519e4b15f8e593bf2a11f3556 (diff) | |
download | Qt-bdb9c0ffa84bfab386de5550bd8f9b013288daca.zip Qt-bdb9c0ffa84bfab386de5550bd8f9b013288daca.tar.gz Qt-bdb9c0ffa84bfab386de5550bd8f9b013288daca.tar.bz2 |
XMLHttpRequest tests
Diffstat (limited to 'tests/auto/declarative/xmlhttprequest/data/status.expect')
-rw-r--r-- | tests/auto/declarative/xmlhttprequest/data/status.expect | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/declarative/xmlhttprequest/data/status.expect b/tests/auto/declarative/xmlhttprequest/data/status.expect new file mode 100644 index 0000000..40e648e --- /dev/null +++ b/tests/auto/declarative/xmlhttprequest/data/status.expect @@ -0,0 +1,7 @@ +GET /testdocument.html HTTP/1.1 +Connection: Keep-Alive +Accept-Encoding: gzip +accept-language: en,* +User-Agent: Mozilla/5.0 +Host: localhost:14445 + |