mirror of
https://github.com/servo/servo
synced 2026-05-09 16:42:16 +02:00
10 lines
191 B
JavaScript
10 lines
191 B
JavaScript
// https://drafts.fxtf.org/geometry/#DOMMatrix
|
|
|
|
importScripts('/resources/testharness.js');
|
|
|
|
test(() => {
|
|
assert_false('WebKitCSSMatrix' in self);
|
|
}, 'WebKitCSSMatrix in worker');
|
|
|
|
done();
|