Changeset 273783 in webkit
- Timestamp:
- Mar 2, 2021, 6:30:33 PM (6 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 4 added
- 4 deleted
- 6 edited
-
ChangeLog (modified) (1 diff)
-
http/tests/download/anchor-download-attribute-content-disposition-no-extension-octet-stream.html (modified) (1 diff)
-
http/tests/download/anchor-download-attribute-content-disposition-no-extension-text-plain.html (modified) (1 diff)
-
http/tests/download/anchor-download-attribute-content-disposition.html (modified) (1 diff)
-
http/tests/download/basic-ascii-expected.txt (modified) (1 diff)
-
http/tests/download/basic-ascii.html (modified) (1 diff)
-
http/tests/download/resources/basic-ascii.php (deleted)
-
http/tests/download/resources/basic-ascii.py (added)
-
http/tests/download/resources/content-disposition-pass-no-extension-octet-stream.php (deleted)
-
http/tests/download/resources/content-disposition-pass-no-extension-octet-stream.py (added)
-
http/tests/download/resources/content-disposition-pass-no-extension-text-plain.php (deleted)
-
http/tests/download/resources/content-disposition-pass-no-extension-text-plain.py (added)
-
http/tests/download/resources/content-disposition-pass.php (deleted)
-
http/tests/download/resources/content-disposition-pass.py (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r273782 r273783 1 2021-03-02 Chris Gambrell <cgambrell@apple.com> 2 3 [LayoutTests] Convert http/tests/download convert PHP to Python 4 https://bugs.webkit.org/show_bug.cgi?id=222618 5 <rdar://problem/74949253> 6 7 Reviewed by Jonathan Bedard. 8 9 * http/tests/download/anchor-download-attribute-content-disposition-no-extension-octet-stream.html: 10 * http/tests/download/anchor-download-attribute-content-disposition-no-extension-text-plain.html: 11 * http/tests/download/anchor-download-attribute-content-disposition.html: 12 * http/tests/download/basic-ascii-expected.txt: 13 * http/tests/download/basic-ascii.html: 14 * http/tests/download/resources/basic-ascii.php: Removed. 15 * http/tests/download/resources/basic-ascii.py: Added. 16 * http/tests/download/resources/content-disposition-pass-no-extension-octet-stream.php: Removed. 17 * http/tests/download/resources/content-disposition-pass-no-extension-octet-stream.py: Added. 18 * http/tests/download/resources/content-disposition-pass-no-extension-text-plain.php: Removed. 19 * http/tests/download/resources/content-disposition-pass-no-extension-text-plain.py: Added. 20 * http/tests/download/resources/content-disposition-pass.php: Removed. 21 * http/tests/download/resources/content-disposition-pass.py: Added. 22 1 23 2021-03-02 Chris Gambrell <cgambrell@apple.com> 2 24 -
trunk/LayoutTests/http/tests/download/anchor-download-attribute-content-disposition-no-extension-octet-stream.html
r250369 r273783 15 15 <p>Tests that the filename from the Content-Disposition header is used even if a download attribute is specified in HTML.</p> 16 16 <p>The suggested filename above should be "PASS" (without extension) and the download should succeed.</p> 17 <a id="download-url" href="resources/content-disposition-pass-no-extension-octet-stream.p hp" download="FAIL.txt">Link with download attribute.</a>17 <a id="download-url" href="resources/content-disposition-pass-no-extension-octet-stream.py" download="FAIL.txt">Link with download attribute.</a> 18 18 <script> 19 19 function click(elmt) -
trunk/LayoutTests/http/tests/download/anchor-download-attribute-content-disposition-no-extension-text-plain.html
r250369 r273783 15 15 <p>Tests that the filename from the Content-Disposition header is used even if a download attribute is specified in HTML.</p> 16 16 <p>The suggested filename above should be "PASS.txt" (with extension) and the download should succeed.</p> 17 <a id="download-url" href="resources/content-disposition-pass-no-extension-text-plain.p hp" download="FAIL.txt">Link with download attribute.</a>17 <a id="download-url" href="resources/content-disposition-pass-no-extension-text-plain.py" download="FAIL.txt">Link with download attribute.</a> 18 18 <script> 19 19 function click(elmt) -
trunk/LayoutTests/http/tests/download/anchor-download-attribute-content-disposition.html
r240530 r273783 15 15 <p>Tests that the filename from the Content-Disposition header is used even if a download attribute is specified in HTML.</p> 16 16 <p>The suggested filename above should be "PASS.txt" and the download should succeed.</p> 17 <a id="download-url" href="resources/content-disposition-pass.p hp" download="FAIL.txt">Link with download attribute.</a>17 <a id="download-url" href="resources/content-disposition-pass.py" download="FAIL.txt">Link with download attribute.</a> 18 18 <script> 19 19 function click(elmt) -
trunk/LayoutTests/http/tests/download/basic-ascii-expected.txt
r105369 r273783 1 Policy delegate: attempt to load http://127.0.0.1:8000/download/resources/basic-ascii.p hpwith navigation type 'other'1 Policy delegate: attempt to load http://127.0.0.1:8000/download/resources/basic-ascii.py with navigation type 'other' 2 2 Policy delegate: resource is an attachment, suggested file name 'test file.txt' 3 3 Download file name should be "test file.txt". -
trunk/LayoutTests/http/tests/download/basic-ascii.html
r120167 r273783 7 7 </script> 8 8 <p>Download file name should be "test file.txt".</p> 9 <iframe src="resources/basic-ascii.p hp"></iframe>9 <iframe src="resources/basic-ascii.py"></iframe>
Note:
See TracChangeset
for help on using the changeset viewer.