Bug 88928
Summary: | [WK2] New http/tests/loading/* tests fail | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | beidson, darin |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 87008 |
Csaba Osztrogonác
New http/tests/loading/* tests introduced in http://trac.webkit.org/changeset/120096
fail on WK2 bots (Qt, Apple Lion) with the following diff:
--- /Volumes/Data/slave/lion-release-tests-wk2/build/layout-test-results/http/tests/loading/embed-image-load-outlives-gc-without-crashing-expected.txt
+++ /Volumes/Data/slave/lion-release-tests-wk2/build/layout-test-results/http/tests/loading/embed-image-load-outlives-gc-without-crashing-actual.txt
@@ -1,6 +1,5 @@
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.
failing tests:
http/tests/loading/embed-image-load-outlives-gc-without-crashing.html
http/tests/loading/image-input-type-outlives-gc-without-crashing.html
http/tests/loading/image-load-outlives-gc-without-crashing.html
http/tests/loading/object-image-load-outlives-gc-without-crashing.html
http/tests/loading/svg-image-load-outlives-gc-without-crashing.html
http/tests/loading/video-poster-image-load-outlives-gc-without-crashing.html
Could you check it, please?
PS. I can't set this bug block the original Bug 88683, because it is a security bug.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brady Eidson
Probably a timing thing. The tests don't need to have the full loading output anyways. I will resolve one way or another shortly.
Brady Eidson
http://trac.webkit.org/changeset/120138