Created CanvasRect fro OffscreenCanvas and Updated Testcases

This commit is contained in:
Maharsh 2019-03-29 15:12:53 -04:00
parent 85ed1812ee
commit 6c6fb676b7
188 changed files with 496 additions and 34 deletions

View file

@ -111,7 +111,7 @@ interface CanvasFilters {
//attribute DOMString filter; // (default "none")
};
[Exposed=(PaintWorklet, Window), NoInterfaceObject]
[Exposed=(PaintWorklet, Window, Worker), NoInterfaceObject]
interface CanvasRect {
// rects
void clearRect(unrestricted double x, unrestricted double y, unrestricted double w, unrestricted double h);