gecko-dev/testing/web-platform/tests/native-file-system/sandboxed_FileSystemFileHandle-getFile.tentative.https.any.js
Olivier Yiptong 53e74b032c Bug 1586873 [wpt PR 19553] - [Native File System] getFile() returns a File sized correctly, a=testonly
Automatic update from web-platform-tests
[Native File System] getFile() returns a File sized correctly

The getFile() method on NativeFileSystemFileHandleImpl returned a File
that wasn't sized correctly. This caused issues when trying to use
methods on the File object that would use the bounds to do operations.

BUG=1011179

Change-Id: If900ac39be6b7bfc9d693680aa5d20b6b9c926d8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1845998
Commit-Queue: Olivier Yiptong <oyiptong@chromium.org>
Reviewed-by: Marijn Kruisselbrink <mek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703764}

--

wpt-commits: eb2527b61be8bfcf0916faa56c47624c90d32bd2
wpt-pr: 19553
2019-10-17 19:25:27 +00:00

3 lines
158 B
JavaScript

// META: script=resources/test-helpers.js
// META: script=resources/sandboxed-fs-test-helpers.js
// META: script=script-tests/FileSystemFileHandle-getFile.js