summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/geometry/WebKitCSSMatrix.worker.js
blob: 71e2ecd39586fc278eefa243a428550596137ccb (plain)
1
2
3
4
5
6
7
8
9
// https://drafts.fxtf.org/geometry/#DOMMatrix

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

test(() => {
  assert_false('WebKitCSSMatrix' in self);
}, 'WebKitCSSMatrix in worker');

done();