mirror of
https://github.com/servo/servo.git
synced 2025-07-01 20:43:39 +01:00
9 lines
191 B
JavaScript
9 lines
191 B
JavaScript
// https://drafts.fxtf.org/geometry/#DOMMatrix
|
|
|
|
importScripts('/resources/testharness.js');
|
|
|
|
test(() => {
|
|
assert_false('WebKitCSSMatrix' in self);
|
|
}, 'WebKitCSSMatrix in worker');
|
|
|
|
done();
|