Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(200)

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/css/geometry-1/WebKitCSSMatrix.worker.js

Issue 2873663002: Import WPT css/geometry-1 (Closed)
Patch Set: x Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // https://drafts.fxtf.org/geometry/#DOMMatrix
2
3 importScripts('/resources/testharness.js');
4
5 test(() => {
6 assert_false('WebKitCSSMatrix' in self);
7 }, 'WebKitCSSMatrix in worker');
8
9 done();
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698