Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
2010-08-27 Pavel Podivilov <podivilov@chromium.org>
Reviewed by Pavel Feldman. [Chromium] Remove test expectations for tests that pass https://bugs.webkit.org/show_bug.cgi?id=44762 * platform/chromium-win/http/tests/inspector/resource-parameters-expected.txt: Copied from LayoutTests/http/tests/inspector/resource-parameters-expected.txt. * platform/chromium/test_expectations.txt: Canonical link: https://commits.webkit.org/56987@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@66215 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
d47fa36
commit 8926fd6
Showing
3 changed files
with
72 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
62 changes: 62 additions & 0 deletions
62
LayoutTests/platform/chromium-win/http/tests/inspector/resource-parameters-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
Tests that resources panel shows form data parameters. | ||
|
||
|
||
|
||
{ | ||
pageref : "about:blank" | ||
startedDateTime : <string> | ||
time : <number> | ||
request : { | ||
method : "POST" | ||
url : "http://localhost:8000/inspector/resources/resource-form-data-receiver-iframe.html?queryParam1=queryValue1&queryParam2=" | ||
headers : <object> | ||
headersSize : -1 | ||
bodySize : -1 | ||
queryString : { | ||
0 : { | ||
name : "queryParam1" | ||
value : "queryValue1" | ||
} | ||
1 : { | ||
name : "queryParam2" | ||
value : "" | ||
} | ||
} | ||
postData : { | ||
mimeType : "application/x-www-form-urlencoded" | ||
params : { | ||
0 : { | ||
name : "formParam1" | ||
value : "formValue1" | ||
} | ||
1 : { | ||
name : "formParam2" | ||
value : "" | ||
} | ||
} | ||
text : "formParam1=formValue1&formParam2=" | ||
} | ||
} | ||
response : { | ||
status : 200 | ||
statusText : "OK" | ||
headers : <object> | ||
content : { | ||
size : 30 | ||
mimeType : "text/html" | ||
} | ||
redirectURL : "" | ||
headersSize : -1 | ||
bodySize : 30 | ||
} | ||
timings : { | ||
blocked : -1 | ||
dns : -1 | ||
connect : -1 | ||
send : -1 | ||
wait : <number> | ||
receive : <number> | ||
ssl : -1 | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters