[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

bweinstein at apple.com bweinstein at apple.com
Wed Dec 22 11:22:38 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 2deb9bce03dba191e6ab4ebdd1d3516187bc0205
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jul 21 00:05:30 2010 +0000

    Land failing results for http/tests/inspector/resource-parameters.html. It has been
    failing for a while. Fixing these results is being tracked by
    <https://bugs.webkit.org/show_bug.cgi?id=42718>.
    
    Rubber-stamped by Adam Roben.
    
    * platform/win/http/tests/inspector: Added.
    * platform/win/http/tests/inspector/resource-parameters-expected.txt: Added.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63791 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index e10a780..e2d18d9 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2010-07-20  Brian Weinstein  <bweinstein at apple.com>
+
+        Rubber-stamped by Adam Roben.
+
+        Land failing results for http/tests/inspector/resource-parameters.html. It has been
+        failing for a while. Fixing these results is being tracked by 
+        <https://bugs.webkit.org/show_bug.cgi?id=42718>.
+
+        * platform/win/http/tests/inspector: Added.
+        * platform/win/http/tests/inspector/resource-parameters-expected.txt: Added.
+
 2010-07-20  Sam Weinig  <sam at webkit.org>
 
         Reviewed by Maciej Stachowiak.
diff --git a/LayoutTests/platform/win/http/tests/inspector/resource-parameters-expected.txt b/LayoutTests/platform/win/http/tests/inspector/resource-parameters-expected.txt
new file mode 100644
index 0000000..bb2de86
--- /dev/null
+++ b/LayoutTests/platform/win/http/tests/inspector/resource-parameters-expected.txt
@@ -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 : 405
+        statusText : "Method Not Allowed"
+        headers : <object>
+        content : {
+            size : 345
+            mimeType : "text/html"
+        }
+        redirectURL : ""
+        headersSize : -1
+        bodySize : 345
+    }
+    timings : {
+        blocked : -1
+        dns : -1
+        connect : -1
+        send : -1
+        wait : <number>
+        receive : <number>
+        ssl : -1
+    }
+}
+

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list