WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
162543
fast/dom/HTMLAnchorElement/anchor-download.html is flaky since
r206356
https://bugs.webkit.org/show_bug.cgi?id=162543
Summary
fast/dom/HTMLAnchorElement/anchor-download.html is flaky since r206356
Chris Dumez
Reported
2016-09-25 20:07:15 PDT
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
Comment 1
2016-09-25 20:21:40 PDT
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
Comment 2
2016-09-25 20:25:13 PDT
Marked as flaky in <
http://trac.webkit.org/changeset/206365
> while I investigate.
Chris Dumez
Comment 3
2016-09-26 15:34:52 PDT
Fixed in
Bug 162568
and unskipped the test.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug