Title: [93128] trunk/LayoutTests
- Revision
- 93128
- Author
- [email protected]
- Date
- 2011-08-16 11:03:29 -0700 (Tue, 16 Aug 2011)
Log Message
Add Windows expected results for resource-har-conversion.html
While Windows and Lion both agree on the MIME type of the cached .js files, Windows has some
extra fields in the request objects.
* platform/win/http/tests/inspector/resource-har-conversion-expected.txt: Added.
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (93127 => 93128)
--- trunk/LayoutTests/ChangeLog 2011-08-16 17:58:52 UTC (rev 93127)
+++ trunk/LayoutTests/ChangeLog 2011-08-16 18:03:29 UTC (rev 93128)
@@ -1,3 +1,12 @@
+2011-08-16 Adam Roben <[email protected]>
+
+ Add Windows expected results for resource-har-conversion.html
+
+ While Windows and Lion both agree on the MIME type of the cached .js files, Windows has some
+ extra fields in the request objects.
+
+ * platform/win/http/tests/inspector/resource-har-conversion-expected.txt: Added.
+
2011-08-16 Tony Chang <[email protected]>
Copy the results of http/tests/inspector/resource-har-conversion.html
Added: trunk/LayoutTests/platform/win/http/tests/inspector/resource-har-conversion-expected.txt (0 => 93128)
--- trunk/LayoutTests/platform/win/http/tests/inspector/resource-har-conversion-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/http/tests/inspector/resource-har-conversion-expected.txt 2011-08-16 18:03:29 UTC (rev 93128)
@@ -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 : "text/plain"
+ }
+ 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 : "text/plain"
+ }
+ 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>
+ }
+ ]
+}
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes