https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 278bef4fc3194c6a6a5ba46f1215774f301f971f authored by Philip Jägenstedt on 22 March 2018, 14:57:46 UTC
Dummy idlharness.js change to debug #10144
Tip revision: 278bef4
historical-serviceworker.js
importScripts('/resources/testharness.js');

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