Skip to content

Commit

Permalink
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
pavelfeldman committed Aug 27, 2010
1 parent d47fa36 commit 8926fd6
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 4 deletions.
10 changes: 10 additions & 0 deletions LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
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:

2010-08-27 Dirk Schulze <krit@webkit.org>

Unreviewed rebaseline of Qt.
Expand Down
@@ -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
}
}

4 changes: 0 additions & 4 deletions LayoutTests/platform/chromium/test_expectations.txt
Expand Up @@ -3194,10 +3194,6 @@ BUG53073 LINUX : svg/custom/clip-path-units-changes.svg = TEXT
// Need to implement LayoutTestController::markerTextForListItem()
BUG53289 WIN MAC LINUX : fast/lists/w3-css3-list-styles-fallback-style.html = TEXT

// Inspector related tests that started failing around r65992:r66155
BUG53406 WIN : inspector/debugger-breakpoints-not-activated-on-reload.html = PASS TIMEOUT
BUG53406 WIN : http/tests/inspector/resource-parameters.html = PASS TEXT

// Failing after r66144
BUG53546 LINUX : userscripts/user-script-audio-document.html = TEXT
BUG53546 LINUX : userscripts/user-script-video-document.html = TEXT
Expand Down

0 comments on commit 8926fd6

Please sign in to comment.