Title: [93124] trunk/LayoutTests
Revision
93124
Author
[email protected]
Date
2011-08-16 10:23:02 -0700 (Tue, 16 Aug 2011)

Log Message

Copy the results of http/tests/inspector/resource-har-conversion.html
to the chromium platform dir.  The mac result (r93112) was getting
picked up by the chromium port.

* platform/chromium/http/tests/inspector/resource-har-conversion-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (93123 => 93124)


--- trunk/LayoutTests/ChangeLog	2011-08-16 17:16:27 UTC (rev 93123)
+++ trunk/LayoutTests/ChangeLog	2011-08-16 17:23:02 UTC (rev 93124)
@@ -1,5 +1,13 @@
 2011-08-16  Tony Chang  <[email protected]>
 
+        Copy the results of http/tests/inspector/resource-har-conversion.html
+        to the chromium platform dir.  The mac result (r93112) was getting
+        picked up by the chromium port.
+
+        * platform/chromium/http/tests/inspector/resource-har-conversion-expected.txt: Added.
+
+2011-08-16  Tony Chang  <[email protected]>
+
         Move media/video-controls-no-scripting-iframe.html into the resources
         subdir since it's not a standalone test.
         

Added: trunk/LayoutTests/platform/chromium/http/tests/inspector/resource-har-conversion-expected.txt (0 => 93124)


--- trunk/LayoutTests/platform/chromium/http/tests/inspector/resource-har-conversion-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium/http/tests/inspector/resource-har-conversion-expected.txt	2011-08-16 17:23:02 UTC (rev 93124)
@@ -0,0 +1,226 @@
+Tests conversion of Inspector's resource representation into HAR format.
+
+Page reloaded.
+{
+    version : <string>
+    creator : {
+        name : "WebInspector"
+        version : <string>
+    }
+    pages : [
+        {
+            startedDateTime : <object>
+            id : <string>
+            title : ""
+            pageTimings : {
+                onContentLoad : <number>
+                onLoad : <number>
+            }
+        }
+    ]
+    entries : [
+        {
+            pageref : "http://127.0.0.1:8000/inspector/resource-har-conversion.html"
+            startedDateTime : <object>
+            time : <number>
+            request : {
+                method : "GET"
+                url : "http://127.0.0.1:8000/inspector/inspector-test.js"
+                httpVersion : "HTTP/1.1"
+                headers : <object>
+                queryString : [
+                ]
+                cookies : [
+                    {
+                        name : "a"
+                        value : "b"
+                        path : "/path"
+                        domain : "example.com"
+                        expires : null
+                        httpOnly : false
+                        secure : false
+                    }
+                    {
+                        name : "a1"
+                        value : "b1"
+                        path : undefined
+                        domain : undefined
+                        expires : null
+                        httpOnly : false
+                        secure : false
+                    }
+                    {
+                        name : "c1"
+                        value : "d1"
+                        path : undefined
+                        domain : undefined
+                        expires : null
+                        httpOnly : false
+                        secure : false
+                    }
+                ]
+                headersSize : <number>
+                bodySize : <number>
+            }
+            response : {
+                status : 304
+                statusText : "Not Modified"
+                httpVersion : "HTTP/1.1"
+                headers : <object>
+                cookies : [
+                    {
+                        name : "x"
+                        value : "y"
+                        path : "/path"
+                        domain : "example.com"
+                        expires : null
+                        httpOnly : true
+                        secure : true
+                    }
+                    {
+                        name : "x1"
+                        value : "y1"
+                        path : undefined
+                        domain : undefined
+                        expires : null
+                        httpOnly : false
+                        secure : false
+                    }
+                    {
+                        name : "z2"
+                        value : "y2"
+                        path : undefined
+                        domain : undefined
+                        expires : null
+                        httpOnly : false
+                        secure : false
+                    }
+                ]
+                content : {
+                    size : <number>
+                    compression : <number>
+                    mimeType : "application/x-_javascript_"
+                }
+                redirectURL : ""
+                headersSize : <number>
+                bodySize : <number>
+            }
+            cache : {
+            }
+            timings : <object>
+        }
+        {
+            pageref : "http://127.0.0.1:8000/inspector/resource-har-conversion.html"
+            startedDateTime : <object>
+            time : <number>
+            request : {
+                method : "GET"
+                url : "http://127.0.0.1:8000/inspector/resource-har-conversion.html"
+                httpVersion : "HTTP/1.1"
+                headers : <object>
+                queryString : [
+                ]
+                cookies : [
+                ]
+                headersSize : <number>
+                bodySize : <number>
+            }
+            response : {
+                status : 200
+                statusText : "OK"
+                httpVersion : "HTTP/1.1"
+                headers : <object>
+                cookies : [
+                ]
+                content : {
+                    size : <number>
+                    compression : <number>
+                    mimeType : "text/html"
+                }
+                redirectURL : ""
+                headersSize : <number>
+                bodySize : <number>
+            }
+            cache : {
+            }
+            timings : <object>
+        }
+        {
+            pageref : "http://127.0.0.1:8000/inspector/resource-har-conversion.html"
+            startedDateTime : <object>
+            time : <number>
+            request : {
+                method : "GET"
+                url : "http://127.0.0.1:8000/inspector/resources-test.js"
+                httpVersion : "HTTP/1.1"
+                headers : <object>
+                queryString : [
+                ]
+                cookies : [
+                ]
+                headersSize : <number>
+                bodySize : <number>
+            }
+            response : {
+                status : 304
+                statusText : "Not Modified"
+                httpVersion : "HTTP/1.1"
+                headers : <object>
+                cookies : [
+                ]
+                content : {
+                    size : <number>
+                    compression : <number>
+                    mimeType : "application/x-_javascript_"
+                }
+                redirectURL : ""
+                headersSize : <number>
+                bodySize : <number>
+            }
+            cache : {
+            }
+            timings : <object>
+        }
+        {
+            pageref : "http://127.0.0.1:8000/inspector/resource-har-conversion.html"
+            startedDateTime : <object>
+            time : <number>
+            request : {
+                method : "POST"
+                url : "http://127.0.0.1:8000/inspector/resources/post-target.cgi"
+                httpVersion : "HTTP/1.1"
+                headers : <object>
+                queryString : [
+                ]
+                cookies : [
+                ]
+                headersSize : <number>
+                bodySize : <number>
+                postData : {
+                    mimeType : "text/xml"
+                    text : "<xml></xml>"
+                }
+            }
+            response : {
+                status : 200
+                statusText : "OK"
+                httpVersion : "HTTP/1.1"
+                headers : <object>
+                cookies : [
+                ]
+                content : {
+                    size : <number>
+                    compression : <number>
+                    mimeType : "application/xml"
+                }
+                redirectURL : ""
+                headersSize : <number>
+                bodySize : <number>
+            }
+            cache : {
+            }
+            timings : <object>
+        }
+    ]
+}
+
Property changes on: trunk/LayoutTests/platform/chromium/http/tests/inspector/resource-har-conversion-expected.txt
___________________________________________________________________

Added: svn:eol-style

_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to