Changeset 168908 in webkit


Ignore:
Timestamp:
May 15, 2014 1:58:32 PM (10 years ago)
Author:
ap@apple.com
Message:

Automatically zip document bundles used via File API
https://bugs.webkit.org/show_bug.cgi?id=132713
<rdar://problem/13397892>

Actually land the tests.

  • fast/files/filereader-zip-bundle-expected.txt: Added.
  • fast/files/filereader-zip-bundle.html: Added.
  • fast/files/resources/document.rtfd: Added.
  • fast/files/resources/document.rtfd/TXT.rtf: Added.
  • http/tests/local/fileapi/resources/document.rtfd: Added.
  • http/tests/local/fileapi/resources/document.rtfd/TXT.rtf: Added.
  • http/tests/local/fileapi/upload-zip-bundle-as-blob-expected.txt: Added.
  • http/tests/local/fileapi/upload-zip-bundle-as-blob.html: Added.
  • platform/wk2/TestExpectations:
Location:
trunk/LayoutTests
Files:
8 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r168902 r168908  
     12014-05-15  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Automatically zip document bundles used via File API
     4        https://bugs.webkit.org/show_bug.cgi?id=132713
     5        <rdar://problem/13397892>
     6
     7        Actually land the tests.
     8
     9        * fast/files/filereader-zip-bundle-expected.txt: Added.
     10        * fast/files/filereader-zip-bundle.html: Added.
     11        * fast/files/resources/document.rtfd: Added.
     12        * fast/files/resources/document.rtfd/TXT.rtf: Added.
     13        * http/tests/local/fileapi/resources/document.rtfd: Added.
     14        * http/tests/local/fileapi/resources/document.rtfd/TXT.rtf: Added.
     15        * http/tests/local/fileapi/upload-zip-bundle-as-blob-expected.txt: Added.
     16        * http/tests/local/fileapi/upload-zip-bundle-as-blob.html: Added.
     17        * platform/wk2/TestExpectations:
     18
    1192014-05-15  Mark Hahnenberg  <mhahnenberg@apple.com>
    220
  • trunk/LayoutTests/platform/wk2/TestExpectations

    r167898 r168908  
    663663fast/files/file-reader-directory-crash.html
    664664fast/files/file-reader-event-listener.html
     665fast/files/filereader-zip-bundle.html
    665666fast/files/local-file-drag-security.html
    666667fast/files/null-origin-string.html
     
    682683http/tests/local/fileapi/file-last-modified.html
    683684http/tests/local/fileapi/send-dragged-file.html
     685http/tests/local/fileapi/upload-zip-bundle-as-blob.html
    684686http/tests/local/formdata/form-data-with-unknown-file-extension.html
    685687http/tests/local/formdata/send-form-data-constructed-from-form.html
Note: See TracChangeset for help on using the changeset viewer.