https://github.com/web-platform-tests/wpt
Raw File
Tip revision: b84de1af3975474085aea3b9b1656a7460200d31 authored by Simon Pieters on 11 April 2017, 20:50:51 UTC
Rename tests to be more descriptive
Tip revision: b84de1a
historical-serviceworker.js
importScripts('/resources/testharness.js');

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