mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-09 12:51:09 +02:00
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
3 lines
158 B
JavaScript
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
|