[Webkit-unassigned] [Bug 96462] [EFL] Support download attribute feature

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 12 05:27:42 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=96462





--- Comment #10 from KyungTae Kim <ktf.kim at samsung.com>  2012-09-12 05:28:06 PST ---
Additionally, I'll explain the test cases below.
anchor-download.html is for an anchor tag that has 'download' as attribute - <a download>
anchor-download-unset.html is a test for removing the download attribute by scripts.
anchor-nodownload-set.html is for adding the download attribute to the anchor tag that have no download attribute by scripts.
anchor-nodownload.html is for anchor tag that does not have download attribute.

So, 'anchor-download.html' and 'anchor-nodownload-set.html' should have same result,
and 'anchor-download-unset.html' and 'anchor-nodownload.html' should have same result.

In the test cases, the blob url that the anchor tag linked is a new document that has "PASS" text as contents.

If there is no download attribute on the anchor tag ('anchor-download-unset.html' and 'anchor-nodownload.html'), 
when the anchor tag is clicked, the current view should load the blob url, that has "PASS" text as contents.

If there is download attribute on the anchor tag ('anchor-download.html' and 'anchor-nodownload-set.html'), 
when the anchor tag is clicked, the blob url should not be loaded on a current view (should be downloaded),
so the current contents "Blob URL" should be remained.

So, if the test case 'anchor-download.html' has "PASS" text as contents, that means it was failed.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list