Reviewed by Adam Roben; Dictated, but not read, by Adam Roben.
The following bugs were filed to track these issues:
https://bugs.webkit.org/show_bug.cgi?id=56528
https://bugs.webkit.org/show_bug.cgi?id=56530
https://bugs.webkit.org/show_bug.cgi?id=56531
https://bugs.webkit.org/show_bug.cgi?id=56532
https://bugs.webkit.org/show_bug.cgi?id=56533
https://bugs.webkit.org/show_bug.cgi?id=56537
https://bugs.webkit.org/show_bug.cgi?id=56539
* platform/mac-wk2/animations/animation-controller-drt-api-expected.txt: Added.
* platform/mac-wk2/http/tests/appcache/online-fallback-layering-expected.txt: Added.
* platform/mac-wk2/http/tests/inspector/console-resource-errors-expected.txt: Added.
* platform/mac-wk2/http/tests/inspector/resource-har-conversion-expected.txt: Added.
* platform/mac-wk2/http/tests/xmlviewer/dumpAsText/frames-expected.txt: Added.
* platform/mac-wk2/media/controls-without-preload-expected.txt: Added.
* platform/mac-wk2/transitions/default-timing-function-expected.txt: Added.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@81329
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-03-16 Sam Weinig <sam@webkit.org>
+
+ Reviewed by Adam Roben; Dictated, but not read, by Adam Roben.
+
+ Adding new results for some failing tests on the SnowLeopard WebKit2 Tester.
+
+ The following bugs were filed to track these issues:
+ https://bugs.webkit.org/show_bug.cgi?id=56528
+ https://bugs.webkit.org/show_bug.cgi?id=56530
+ https://bugs.webkit.org/show_bug.cgi?id=56531
+ https://bugs.webkit.org/show_bug.cgi?id=56532
+ https://bugs.webkit.org/show_bug.cgi?id=56533
+ https://bugs.webkit.org/show_bug.cgi?id=56537
+ https://bugs.webkit.org/show_bug.cgi?id=56539
+
+ * platform/mac-wk2/animations/animation-controller-drt-api-expected.txt: Added.
+ * platform/mac-wk2/http/tests/appcache/online-fallback-layering-expected.txt: Added.
+ * platform/mac-wk2/http/tests/inspector/console-resource-errors-expected.txt: Added.
+ * platform/mac-wk2/http/tests/inspector/resource-har-conversion-expected.txt: Added.
+ * platform/mac-wk2/http/tests/xmlviewer/dumpAsText/frames-expected.txt: Added.
+ * platform/mac-wk2/media/controls-without-preload-expected.txt: Added.
+ * platform/mac-wk2/transitions/default-timing-function-expected.txt: Added.
+
2011-03-16 Naoki Takano <takano.naoki@gmail.com>
Reviewed by Ryosuke Niwa.
--- /dev/null
+Test for DRT numberOfActiveAnimations() API
+
+Number of active animations at 0s is (9) but was expecting (4)
+Number of active animations at 1s is (9) but was expecting (4)
--- /dev/null
+Test that a network namespace trumps a fallback namespace where they overlap.
+
+Sanity check the presence of the fallback namespace, should get the fallback resource.
+unexpected status code
+FAIL - did not get the fallback resource
+
--- /dev/null
+ Tests that errors to load a resource cause error messages to be logged to console.
+
+ download
+Page reloaded.
+empty.zip:-1Resource interpreted as Document but transferred with MIME type application/zip. console-message console-warning-level
+missing.cssGET http://127.0.0.1:8000/inspector/missing.css 404 (Not Found) console-message console-error-level
+non-existent-iframe.htmlGET http://127.0.0.1:8000/inspector/non-existent-iframe.html 404 (Not Found) console-message console-error-level
+non-existent-script.jsGET http://127.0.0.1:8000/inspector/non-existent-script.js 404 (Not Found) console-message console-error-level
+non-existent-xhrGET http://127.0.0.1:8000/inspector/non-existent-xhr 404 (Not Found) console-message console-error-level
+
--- /dev/null
+Tests conversion of Inspector's resource representation into HAR format.
+
+Page reloaded.
+{
+ 0 : {
+ 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/favicon.ico"
+ headers : <object>
+ headersSize : -1
+ bodySize : <number>
+ }
+ response : {
+ status : 200
+ statusText : "OK"
+ headers : <object>
+ content : {
+ size : <number>
+ mimeType : "image/x-icon"
+ }
+ redirectURL : ""
+ headersSize : -1
+ bodySize : <number>
+ }
+ timings : <object>
+ }
+ 1 : {
+ 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"
+ headers : <object>
+ headersSize : -1
+ bodySize : <number>
+ cookies : {
+ 0 : {
+ name : "a"
+ value : "b"
+ path : "/path"
+ domain : "example.com"
+ expires : null
+ httpOnly : false
+ secure : false
+ }
+ 1 : {
+ name : "a1"
+ value : "b1"
+ path : undefined
+ domain : undefined
+ expires : null
+ httpOnly : false
+ secure : false
+ }
+ 2 : {
+ name : "c1"
+ value : "d1"
+ path : undefined
+ domain : undefined
+ expires : null
+ httpOnly : false
+ secure : false
+ }
+ }
+ }
+ response : {
+ status : 304
+ statusText : "Not Modified"
+ headers : <object>
+ content : {
+ size : <number>
+ mimeType : "application/x-javascript"
+ }
+ redirectURL : ""
+ headersSize : -1
+ bodySize : <number>
+ cookies : {
+ 0 : {
+ name : "x"
+ value : "y"
+ path : "/path"
+ domain : "example.com"
+ expires : null
+ httpOnly : true
+ secure : true
+ }
+ 1 : {
+ name : "x1"
+ value : "y1"
+ path : undefined
+ domain : undefined
+ expires : null
+ httpOnly : false
+ secure : false
+ }
+ 2 : {
+ name : "z2"
+ value : "y2"
+ path : undefined
+ domain : undefined
+ expires : null
+ httpOnly : false
+ secure : false
+ }
+ }
+ }
+ timings : <object>
+ }
+ 2 : {
+ 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"
+ headers : <object>
+ headersSize : -1
+ bodySize : <number>
+ }
+ response : {
+ status : 200
+ statusText : "OK"
+ headers : <object>
+ content : {
+ size : <number>
+ mimeType : "text/html"
+ }
+ redirectURL : ""
+ headersSize : -1
+ bodySize : <number>
+ }
+ timings : <object>
+ }
+ 3 : {
+ 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"
+ headers : <object>
+ headersSize : -1
+ bodySize : <number>
+ }
+ response : {
+ status : 304
+ statusText : "Not Modified"
+ headers : <object>
+ content : {
+ size : <number>
+ mimeType : "application/x-javascript"
+ }
+ redirectURL : ""
+ headersSize : -1
+ bodySize : <number>
+ }
+ timings : <object>
+ }
+ 4 : {
+ 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"
+ headers : <object>
+ headersSize : -1
+ bodySize : <number>
+ postData : {
+ mimeType : "text/xml"
+ text : "<xml></xml>"
+ }
+ }
+ response : {
+ status : 200
+ statusText : "OK"
+ headers : <object>
+ content : {
+ size : <number>
+ mimeType : "application/xml"
+ }
+ redirectURL : ""
+ headersSize : -1
+ bodySize : <number>
+ }
+ timings : <object>
+ }
+}
+
--- /dev/null
+This tests that XML Viewer is not used when XML is opened in frame.
+
--- /dev/null
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderBlock {P} at (0,0) size 784x18
+ RenderText {#text} at (0,0) size 312x18
+ text run at (0,0) width 312: "The controls should not depend on preload value."
+ RenderBlock (anonymous) at (0,34) size 784x240
+ RenderText {#text} at (0,0) size 0x0
+layer at (8,42) size 320x240
+ RenderVideo {VIDEO} at (0,0) size 320x240
+layer at (8,42) size 320x240
+ RenderBlock (relative positioned) {DIV} at (0,0) size 320x240
+layer at (8,257) size 320x25
+ RenderFlexibleBox (positioned) {DIV} at (0,215) size 320x25
+ RenderButton {INPUT} at (6,3) size 18x18
+ RenderButton {INPUT} at (32,4) size 16x16
+ RenderFlexibleBox {DIV} at (49,5) size 246x15
+ RenderSlider {INPUT} at (45,2) size 156x13
+ RenderBlock {DIV} at (0,2) size 10x8
+ RenderButton {INPUT} at (297,6) size 14x12
+layer at (57,264) size 45x11
+ RenderFlexibleBox {DIV} at (0,2) size 45x11 [color=#FFFFFF]
+ RenderBlock (anonymous) at (9,0) size 26x11
+ RenderText {#text} at (0,0) size 26x11
+ text run at (0,0) width 26: "00:00"
+layer at (258,264) size 45x11
+ RenderFlexibleBox {DIV} at (201,2) size 45x11 [color=#FFFFFF]
+ RenderBlock (anonymous) at (7,0) size 31x11
+ RenderText {#text} at (0,0) size 31x11
+ text run at (0,0) width 31: "-00:06"
--- /dev/null
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x252
+ RenderBlock {HTML} at (0,0) size 800x252
+ RenderBody {BODY} at (8,8) size 784x236
+ RenderBlock {DIV} at (0,200) size 784x36
+ RenderText {#text} at (0,0) size 487x18
+ text run at (0,0) width 487: "PASS - \"left\" property for \"box\" element at 0.5s saw something close to: 322"
+ RenderBR {BR} at (487,0) size 0x18
+ RenderText {#text} at (0,18) size 600x18
+ text run at (0,18) width 600: "PASS - \"-webkit-transform.4\" property for \"box2\" element at 0.5s saw something close to: 322"
+ RenderBR {BR} at (600,18) size 0x18
+layer at (8,8) size 784x200
+ RenderBlock (relative positioned) {DIV} at (0,0) size 784x200
+layer at (330,8) size 100x200
+ RenderBlock (positioned) {DIV} at (322,0) size 100x200 [bgcolor=#FF0000]
+layer at (348,8) size 100x100
+ RenderBlock (relative positioned) {DIV} at (0,0) size 100x100 [bgcolor=#008000]
+layer at (8,108) size 100x100
+ RenderBlock (relative positioned) {DIV} at (0,100) size 100x100 [bgcolor=#008000]