Bug 162543
Summary: | fast/dom/HTMLAnchorElement/anchor-download.html is flaky since r206356 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
Component: | DOM | Assignee: | Chris Dumez <cdumez> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ap, cdumez, ryanhaddad |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 162568 | ||
Bug Blocks: | 156099 |
Chris Dumez
fast/dom/HTMLAnchorElement/anchor-download.html is flaky since r206356:
--- /Volumes/Data/WebKit/OpenSource/WebKitBuild/Debug/layout-test-results/fast/dom/HTMLAnchorElement/anchor-download-expected.txt
+++ /Volumes/Data/WebKit/OpenSource/WebKitBuild/Debug/layout-test-results/fast/dom/HTMLAnchorElement/anchor-download-actual.txt
@@ -1,4 +1,4 @@
+Download started.
Downloading URL with suggested filename ""
-Download started.
Download completed.
Blob URL
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chris Dumez
Hmm, I think the issue is that the DidStart IPC message is asynchronous and it sent first but the DecideDestinationWithSuggestedFilename which is sent after is synchronous.
I am guessing the synchronous message can be handle before the asynchronous one.
Chris Dumez
Marked as flaky in <http://trac.webkit.org/changeset/206365> while I investigate.
Chris Dumez
Fixed in Bug 162568 and unskipped the test.