blob: 13820380a83e234abc50da1bb84a652910bb31fa [file] [log] [blame]
importScripts('/resources/testharness.js');
importScripts("script.js");
test(() => {
assert_equals(result, "gamma/script.js");
});
done();