chromium/third_party/blink/web_tests/external/wpt/FileAPI/support/historical-serviceworker.js

importScripts('/resources/testharness.js');

test(() => {
  assert_false('FileReaderSync' in self);
}, '"FileReaderSync" should not be supported in service workers');