Title: [229763] trunk/LayoutTests
Revision
229763
Author
ryanhad...@apple.com
Date
2018-03-20 09:52:00 -0700 (Tue, 20 Mar 2018)

Log Message

Rebaseline three webarchive tests for WK2 after r229726.
https://bugs.webkit.org/show_bug.cgi?id=180568

Unreviewed test gardening.

* platform/wk2/webarchive/loading/missing-data-expected.txt: Added.
* platform/wk2/webarchive/loading/object-expected.txt: Added.
* platform/wk2/webarchive/loading/test-loading-archive-subresource-null-mimetype-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (229762 => 229763)


--- trunk/LayoutTests/ChangeLog	2018-03-20 16:25:32 UTC (rev 229762)
+++ trunk/LayoutTests/ChangeLog	2018-03-20 16:52:00 UTC (rev 229763)
@@ -1,5 +1,16 @@
 2018-03-20  Ryan Haddad  <ryanhad...@apple.com>
 
+        Rebaseline three webarchive tests for WK2 after r229726.
+        https://bugs.webkit.org/show_bug.cgi?id=180568
+
+        Unreviewed test gardening.
+
+        * platform/wk2/webarchive/loading/missing-data-expected.txt: Added.
+        * platform/wk2/webarchive/loading/object-expected.txt: Added.
+        * platform/wk2/webarchive/loading/test-loading-archive-subresource-null-mimetype-expected.txt: Added.
+
+2018-03-20  Ryan Haddad  <ryanhad...@apple.com>
+
         Rebaseline three forms tests after r229730.
 
         Unreviewed test gardening.

Added: trunk/LayoutTests/platform/wk2/webarchive/loading/missing-data-expected.txt (0 => 229763)


--- trunk/LayoutTests/platform/wk2/webarchive/loading/missing-data-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wk2/webarchive/loading/missing-data-expected.txt	2018-03-20 16:52:00 UTC (rev 229763)
@@ -0,0 +1,11 @@
+main frame - didStartProvisionalLoadForFrame
+main frame - didCommitLoadForFrame
+main frame - didFinishDocumentLoadForFrame
+main frame - didHandleOnloadEventsForFrame
+frame "<!--framePath //<!--frame0-->-->" - didStartProvisionalLoadForFrame
+frame "<!--framePath //<!--frame0-->-->" - didCommitLoadForFrame
+frame "<!--framePath //<!--frame0-->-->" - didFinishDocumentLoadForFrame
+frame "<!--framePath //<!--frame0-->-->" - didHandleOnloadEventsForFrame
+frame "<!--framePath //<!--frame0-->-->" - didFinishLoadForFrame
+main frame - didFinishLoadForFrame
+

Added: trunk/LayoutTests/platform/wk2/webarchive/loading/object-expected.txt (0 => 229763)


--- trunk/LayoutTests/platform/wk2/webarchive/loading/object-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wk2/webarchive/loading/object-expected.txt	2018-03-20 16:52:00 UTC (rev 229763)
@@ -0,0 +1,18 @@
+main frame - didStartProvisionalLoadForFrame
+main frame - didCommitLoadForFrame
+main frame - willPerformClientRedirectToURL: resources/object.webarchive 
+main frame - didFinishDocumentLoadForFrame
+main frame - didFinishLoadForFrame
+main frame - didStartProvisionalLoadForFrame
+main frame - didCancelClientRedirectForFrame
+main frame - didCommitLoadForFrame
+main frame - didFinishDocumentLoadForFrame
+frame "<!--framePath //<!--frame0-->-->" - didStartProvisionalLoadForFrame
+frame "<!--framePath //<!--frame0-->-->" - didCommitLoadForFrame
+frame "<!--framePath //<!--frame0-->-->" - didFinishDocumentLoadForFrame
+frame "<!--framePath //<!--frame0-->-->" - didHandleOnloadEventsForFrame
+main frame - didHandleOnloadEventsForFrame
+frame "<!--framePath //<!--frame0-->-->" - didFinishLoadForFrame
+main frame - didFinishLoadForFrame
+Loading this webarchive with an object should not crash.
+

Added: trunk/LayoutTests/platform/wk2/webarchive/loading/test-loading-archive-subresource-null-mimetype-expected.txt (0 => 229763)


--- trunk/LayoutTests/platform/wk2/webarchive/loading/test-loading-archive-subresource-null-mimetype-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wk2/webarchive/loading/test-loading-archive-subresource-null-mimetype-expected.txt	2018-03-20 16:52:00 UTC (rev 229763)
@@ -0,0 +1,18 @@
+main frame - didStartProvisionalLoadForFrame
+main frame - didCommitLoadForFrame
+main frame - didFinishDocumentLoadForFrame
+test-loading-archive-subresource-null-mimetype.html - didFinishLoading
+frame "<!--framePath //<!--frame0-->-->" - didStartProvisionalLoadForFrame
+resources/subresource-null-mimetype.webarchive - willSendRequest <NSURLRequest URL resources/subresource-null-mimetype.webarchive, main document URL test-loading-archive-subresource-null-mimetype.html, http method GET> redirectResponse (null)
+resources/subresource-null-mimetype.webarchive - didReceiveResponse <NSURLResponse resources/subresource-null-mimetype.webarchive, http status code 0>
+frame "<!--framePath //<!--frame0-->-->" - didCommitLoadForFrame
+test.png - willSendRequest <NSURLRequest URL test.png, main document URL test-loading-archive-subresource-null-mimetype.html, http method GET> redirectResponse (null)
+frame "<!--framePath //<!--frame0-->-->" - didFinishDocumentLoadForFrame
+resources/subresource-null-mimetype.webarchive - didFinishLoading
+test.png - didReceiveResponse <NSURLResponse test.png, http status code 0>
+test.png - didFinishLoading
+frame "<!--framePath //<!--frame0-->-->" - didHandleOnloadEventsForFrame
+main frame - didHandleOnloadEventsForFrame
+frame "<!--framePath //<!--frame0-->-->" - didFinishLoadForFrame
+main frame - didFinishLoadForFrame
+ This tests that doing a normal load of a webarchive with a null mimetype for a subresource does not crash.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to