blob: a1e9c326142947cd00ec46443b4a172de2a550b0 (
plain)
1
2
3
4
5
6
|
<!DOCTYPE html>
<script src="../../../resources/js-test.js"></script>
<script>
description("Test that File.lastModifiedDate works in workers.");
startWorker('resources/worker-file-last-modified.js');
</script>
|