Title: [126557] branches/safari-536.26-branch/LayoutTests
Revision
126557
Author
[email protected]
Date
2012-08-24 01:43:50 -0700 (Fri, 24 Aug 2012)

Log Message

2012-08-24  Jon Honeycutt  <[email protected]>

        Update test expectations. Patch by Mark Lam. Unreviewed.

        * platform/mac-wk2/http/tests/loading: Added.
        * platform/mac-wk2/http/tests/loading/embed-image-load-outlives-gc-without-crashing-expected.txt: Added.
        * platform/mac-wk2/http/tests/loading/image-input-type-outlives-gc-without-crashing-expected.txt: Added.
        * platform/mac-wk2/http/tests/loading/image-load-outlives-gc-without-crashing-expected.txt: Added.
        * platform/mac-wk2/http/tests/loading/object-image-load-outlives-gc-without-crashing-expected.txt: Added.
        * platform/mac-wk2/http/tests/loading/svg-image-load-outlives-gc-without-crashing-expected.txt: Added.
        * platform/mac-wk2/http/tests/loading/video-poster-image-load-outlives-gc-without-crashing-expected.txt: Added.
        * platform/mac/http/tests/loading/embed-image-load-outlives-gc-without-crashing-expected.txt: Added.
        * platform/mac/http/tests/loading/image-input-type-outlives-gc-without-crashing-expected.txt: Added.
        * platform/mac/http/tests/loading/image-load-outlives-gc-without-crashing-expected.txt: Added.
        * platform/mac/http/tests/loading/object-image-load-outlives-gc-without-crashing-expected.txt: Added.
        * platform/mac/http/tests/loading/svg-image-load-outlives-gc-without-crashing-expected.txt: Added.
        * platform/mac/http/tests/loading/video-poster-image-load-outlives-gc-without-crashing-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: branches/safari-536.26-branch/LayoutTests/ChangeLog (126556 => 126557)


--- branches/safari-536.26-branch/LayoutTests/ChangeLog	2012-08-24 08:40:51 UTC (rev 126556)
+++ branches/safari-536.26-branch/LayoutTests/ChangeLog	2012-08-24 08:43:50 UTC (rev 126557)
@@ -1,5 +1,23 @@
 2012-08-24  Jon Honeycutt  <[email protected]>
 
+        Update test expectations. Patch by Mark Lam. Unreviewed.
+
+        * platform/mac-wk2/http/tests/loading: Added.
+        * platform/mac-wk2/http/tests/loading/embed-image-load-outlives-gc-without-crashing-expected.txt: Added.
+        * platform/mac-wk2/http/tests/loading/image-input-type-outlives-gc-without-crashing-expected.txt: Added.
+        * platform/mac-wk2/http/tests/loading/image-load-outlives-gc-without-crashing-expected.txt: Added.
+        * platform/mac-wk2/http/tests/loading/object-image-load-outlives-gc-without-crashing-expected.txt: Added.
+        * platform/mac-wk2/http/tests/loading/svg-image-load-outlives-gc-without-crashing-expected.txt: Added.
+        * platform/mac-wk2/http/tests/loading/video-poster-image-load-outlives-gc-without-crashing-expected.txt: Added.
+        * platform/mac/http/tests/loading/embed-image-load-outlives-gc-without-crashing-expected.txt: Added.
+        * platform/mac/http/tests/loading/image-input-type-outlives-gc-without-crashing-expected.txt: Added.
+        * platform/mac/http/tests/loading/image-load-outlives-gc-without-crashing-expected.txt: Added.
+        * platform/mac/http/tests/loading/object-image-load-outlives-gc-without-crashing-expected.txt: Added.
+        * platform/mac/http/tests/loading/svg-image-load-outlives-gc-without-crashing-expected.txt: Added.
+        * platform/mac/http/tests/loading/video-poster-image-load-outlives-gc-without-crashing-expected.txt: Added.
+
+2012-08-24  Jon Honeycutt  <[email protected]>
+
         Merge changes to test from r125162. Patch by Mark Lam.
 
         * fast/events/dom-character-data-modified-textarea-crash.html:

Added: branches/safari-536.26-branch/LayoutTests/platform/mac/http/tests/loading/embed-image-load-outlives-gc-without-crashing-expected.txt (0 => 126557)


--- branches/safari-536.26-branch/LayoutTests/platform/mac/http/tests/loading/embed-image-load-outlives-gc-without-crashing-expected.txt	                        (rev 0)
+++ branches/safari-536.26-branch/LayoutTests/platform/mac/http/tests/loading/embed-image-load-outlives-gc-without-crashing-expected.txt	2012-08-24 08:43:50 UTC (rev 126557)
@@ -0,0 +1,6 @@
+main frame - didStartProvisionalLoadForFrame
+main frame - didCommitLoadForFrame
+main frame - didFinishDocumentLoadForFrame
+main frame - didFailLoadWithError
+This has an embed element representing an image. That embed element is wrapped in a div. It removes the div, forces garbage collection, and makes sure that the window load event does not fire. It also makes sure there is no crash.
+

Added: branches/safari-536.26-branch/LayoutTests/platform/mac/http/tests/loading/image-input-type-outlives-gc-without-crashing-expected.txt (0 => 126557)


--- branches/safari-536.26-branch/LayoutTests/platform/mac/http/tests/loading/image-input-type-outlives-gc-without-crashing-expected.txt	                        (rev 0)
+++ branches/safari-536.26-branch/LayoutTests/platform/mac/http/tests/loading/image-input-type-outlives-gc-without-crashing-expected.txt	2012-08-24 08:43:50 UTC (rev 126557)
@@ -0,0 +1,6 @@
+main frame - didStartProvisionalLoadForFrame
+main frame - didCommitLoadForFrame
+main frame - didFinishDocumentLoadForFrame
+main frame - didFailLoadWithError
+This test has a form with an input type=image element in it. The form is wrapped in a div. It removes the div, forces garbage collection, and makes sure that the window load event does not fire. It also makes sure there is no crash.
+

Added: branches/safari-536.26-branch/LayoutTests/platform/mac/http/tests/loading/image-load-outlives-gc-without-crashing-expected.txt (0 => 126557)


--- branches/safari-536.26-branch/LayoutTests/platform/mac/http/tests/loading/image-load-outlives-gc-without-crashing-expected.txt	                        (rev 0)
+++ branches/safari-536.26-branch/LayoutTests/platform/mac/http/tests/loading/image-load-outlives-gc-without-crashing-expected.txt	2012-08-24 08:43:50 UTC (rev 126557)
@@ -0,0 +1,6 @@
+main frame - didStartProvisionalLoadForFrame
+main frame - didCommitLoadForFrame
+main frame - didFinishDocumentLoadForFrame
+main frame - didFailLoadWithError
+This test has an image inside a div. It removes the div, forces garbage collection, and makes sure that the window load event does not fire. It also makes sure there is no crash.
+

Added: branches/safari-536.26-branch/LayoutTests/platform/mac/http/tests/loading/object-image-load-outlives-gc-without-crashing-expected.txt (0 => 126557)


--- branches/safari-536.26-branch/LayoutTests/platform/mac/http/tests/loading/object-image-load-outlives-gc-without-crashing-expected.txt	                        (rev 0)
+++ branches/safari-536.26-branch/LayoutTests/platform/mac/http/tests/loading/object-image-load-outlives-gc-without-crashing-expected.txt	2012-08-24 08:43:50 UTC (rev 126557)
@@ -0,0 +1,6 @@
+main frame - didStartProvisionalLoadForFrame
+main frame - didCommitLoadForFrame
+main frame - didFinishDocumentLoadForFrame
+main frame - didFailLoadWithError
+This has an object element representing an image. That object element is wrapped in a div. It removes the div, forces garbage collection, and makes sure that the window load event does not fire. It also makes sure there is no crash.
+

Added: branches/safari-536.26-branch/LayoutTests/platform/mac/http/tests/loading/svg-image-load-outlives-gc-without-crashing-expected.txt (0 => 126557)


--- branches/safari-536.26-branch/LayoutTests/platform/mac/http/tests/loading/svg-image-load-outlives-gc-without-crashing-expected.txt	                        (rev 0)
+++ branches/safari-536.26-branch/LayoutTests/platform/mac/http/tests/loading/svg-image-load-outlives-gc-without-crashing-expected.txt	2012-08-24 08:43:50 UTC (rev 126557)
@@ -0,0 +1,6 @@
+main frame - didStartProvisionalLoadForFrame
+main frame - didCommitLoadForFrame
+main frame - didFinishDocumentLoadForFrame
+main frame - didFailLoadWithError
+This has an svg element that contains an svg image element. That svg element is wrapped in a div. It removes the div, forces garbage collection, and makes sure that the window load event does not fire. It also makes sure there is no crash.
+

Added: branches/safari-536.26-branch/LayoutTests/platform/mac/http/tests/loading/video-poster-image-load-outlives-gc-without-crashing-expected.txt (0 => 126557)


--- branches/safari-536.26-branch/LayoutTests/platform/mac/http/tests/loading/video-poster-image-load-outlives-gc-without-crashing-expected.txt	                        (rev 0)
+++ branches/safari-536.26-branch/LayoutTests/platform/mac/http/tests/loading/video-poster-image-load-outlives-gc-without-crashing-expected.txt	2012-08-24 08:43:50 UTC (rev 126557)
@@ -0,0 +1,6 @@
+main frame - didStartProvisionalLoadForFrame
+main frame - didCommitLoadForFrame
+main frame - didFinishDocumentLoadForFrame
+main frame - didFailLoadWithError
+This has a video element with an image for its poster frame. That video element is wrapped in a div. It removes the div, forces garbage collection, and makes sure that the window load event does not fire. It also makes sure there is no crash.
+

Added: branches/safari-536.26-branch/LayoutTests/platform/mac-wk2/http/tests/loading/embed-image-load-outlives-gc-without-crashing-expected.txt (0 => 126557)


--- branches/safari-536.26-branch/LayoutTests/platform/mac-wk2/http/tests/loading/embed-image-load-outlives-gc-without-crashing-expected.txt	                        (rev 0)
+++ branches/safari-536.26-branch/LayoutTests/platform/mac-wk2/http/tests/loading/embed-image-load-outlives-gc-without-crashing-expected.txt	2012-08-24 08:43:50 UTC (rev 126557)
@@ -0,0 +1,2 @@
+This has an embed element representing an image. That embed element is wrapped in a div. It removes the div, forces garbage collection, and makes sure that the window load event does not fire. It also makes sure there is no crash.
+

Added: branches/safari-536.26-branch/LayoutTests/platform/mac-wk2/http/tests/loading/image-input-type-outlives-gc-without-crashing-expected.txt (0 => 126557)


--- branches/safari-536.26-branch/LayoutTests/platform/mac-wk2/http/tests/loading/image-input-type-outlives-gc-without-crashing-expected.txt	                        (rev 0)
+++ branches/safari-536.26-branch/LayoutTests/platform/mac-wk2/http/tests/loading/image-input-type-outlives-gc-without-crashing-expected.txt	2012-08-24 08:43:50 UTC (rev 126557)
@@ -0,0 +1,2 @@
+This test has a form with an input type=image element in it. The form is wrapped in a div. It removes the div, forces garbage collection, and makes sure that the window load event does not fire. It also makes sure there is no crash.
+

Added: branches/safari-536.26-branch/LayoutTests/platform/mac-wk2/http/tests/loading/image-load-outlives-gc-without-crashing-expected.txt (0 => 126557)


--- branches/safari-536.26-branch/LayoutTests/platform/mac-wk2/http/tests/loading/image-load-outlives-gc-without-crashing-expected.txt	                        (rev 0)
+++ branches/safari-536.26-branch/LayoutTests/platform/mac-wk2/http/tests/loading/image-load-outlives-gc-without-crashing-expected.txt	2012-08-24 08:43:50 UTC (rev 126557)
@@ -0,0 +1,2 @@
+This test has an image inside a div. It removes the div, forces garbage collection, and makes sure that the window load event does not fire. It also makes sure there is no crash.
+

Added: branches/safari-536.26-branch/LayoutTests/platform/mac-wk2/http/tests/loading/object-image-load-outlives-gc-without-crashing-expected.txt (0 => 126557)


--- branches/safari-536.26-branch/LayoutTests/platform/mac-wk2/http/tests/loading/object-image-load-outlives-gc-without-crashing-expected.txt	                        (rev 0)
+++ branches/safari-536.26-branch/LayoutTests/platform/mac-wk2/http/tests/loading/object-image-load-outlives-gc-without-crashing-expected.txt	2012-08-24 08:43:50 UTC (rev 126557)
@@ -0,0 +1,2 @@
+This has an object element representing an image. That object element is wrapped in a div. It removes the div, forces garbage collection, and makes sure that the window load event does not fire. It also makes sure there is no crash.
+

Added: branches/safari-536.26-branch/LayoutTests/platform/mac-wk2/http/tests/loading/svg-image-load-outlives-gc-without-crashing-expected.txt (0 => 126557)


--- branches/safari-536.26-branch/LayoutTests/platform/mac-wk2/http/tests/loading/svg-image-load-outlives-gc-without-crashing-expected.txt	                        (rev 0)
+++ branches/safari-536.26-branch/LayoutTests/platform/mac-wk2/http/tests/loading/svg-image-load-outlives-gc-without-crashing-expected.txt	2012-08-24 08:43:50 UTC (rev 126557)
@@ -0,0 +1,2 @@
+This has an svg element that contains an svg image element. That svg element is wrapped in a div. It removes the div, forces garbage collection, and makes sure that the window load event does not fire. It also makes sure there is no crash.
+

Added: branches/safari-536.26-branch/LayoutTests/platform/mac-wk2/http/tests/loading/video-poster-image-load-outlives-gc-without-crashing-expected.txt (0 => 126557)


--- branches/safari-536.26-branch/LayoutTests/platform/mac-wk2/http/tests/loading/video-poster-image-load-outlives-gc-without-crashing-expected.txt	                        (rev 0)
+++ branches/safari-536.26-branch/LayoutTests/platform/mac-wk2/http/tests/loading/video-poster-image-load-outlives-gc-without-crashing-expected.txt	2012-08-24 08:43:50 UTC (rev 126557)
@@ -0,0 +1,2 @@
+This has a video element with an image for its poster frame. That video element is wrapped in a div. It removes the div, forces garbage collection, and makes sure that the window load event does not fire. It also makes sure there is no crash.
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to