From 85813fa8adbdbbf7b1278d36da5d1468076ecf24 Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Sat, 19 May 2018 20:58:45 +0000 Subject: [PATCH] Bug 1458540 [wpt PR 10767] - Add 2dcontext/OWNERS and offscreen-canvas/OWNERS, a=testonly Automatic update from web-platform-testsAdd 2dcontext/OWNERS and offscreen-canvas/OWNERS -- wpt-commits: 556e236e5c2a594f974e2cec268cbf3e5f18233a wpt-pr: 10767 --- testing/web-platform/meta/MANIFEST.json | 27 +++++++++++++++++++ testing/web-platform/tests/2dcontext/OWNERS | 5 ++++ .../tests/imagebitmap-renderingcontext/OWNERS | 5 ++++ .../tests/offscreen-canvas/OWNERS | 5 ++++ 4 files changed, 42 insertions(+) create mode 100644 testing/web-platform/tests/2dcontext/OWNERS create mode 100644 testing/web-platform/tests/imagebitmap-renderingcontext/OWNERS create mode 100644 testing/web-platform/tests/offscreen-canvas/OWNERS diff --git a/testing/web-platform/meta/MANIFEST.json b/testing/web-platform/meta/MANIFEST.json index beef2f2628ef..48055ea5d8d4 100644 --- a/testing/web-platform/meta/MANIFEST.json +++ b/testing/web-platform/meta/MANIFEST.json @@ -188256,6 +188256,11 @@ {} ] ], + "2dcontext/OWNERS": [ + [ + {} + ] + ], "2dcontext/best-practices/.gitkeep": [ [ {} @@ -288586,6 +288591,11 @@ {} ] ], + "imagebitmap-renderingcontext/OWNERS": [ + [ + {} + ] + ], "images/OWNERS": [ [ {} @@ -290806,6 +290816,11 @@ {} ] ], + "offscreen-canvas/OWNERS": [ + [ + {} + ] + ], "offscreen-canvas/filter/offscreencanvas.filter.js": [ [ {} @@ -399829,6 +399844,10 @@ "16f72935aaf97175593bcf27794506f0884f091b", "support" ], + "2dcontext/OWNERS": [ + "07a7da62ef2c26f061cfc076d268f06a0cdcf72b", + "support" + ], "2dcontext/best-practices/.gitkeep": [ "da39a3ee5e6b4b0d3255bfef95601890afd80709", "support" @@ -583029,6 +583048,10 @@ "da39a3ee5e6b4b0d3255bfef95601890afd80709", "support" ], + "imagebitmap-renderingcontext/OWNERS": [ + "07a7da62ef2c26f061cfc076d268f06a0cdcf72b", + "support" + ], "imagebitmap-renderingcontext/bitmaprenderer-as-imagesource.html": [ "f80d1496329c64643d2b40e478779929de20c499", "testharness" @@ -587169,6 +587192,10 @@ "f31d50ead567908aab1d1dad577eb06c912c97f3", "manual" ], + "offscreen-canvas/OWNERS": [ + "07a7da62ef2c26f061cfc076d268f06a0cdcf72b", + "support" + ], "offscreen-canvas/compositing/2d.composite.canvas.copy.html": [ "983ae27346b47cd73000d9e3cd2264e3233705d1", "testharness" diff --git a/testing/web-platform/tests/2dcontext/OWNERS b/testing/web-platform/tests/2dcontext/OWNERS new file mode 100644 index 000000000000..3bb6edf248aa --- /dev/null +++ b/testing/web-platform/tests/2dcontext/OWNERS @@ -0,0 +1,5 @@ +@AmeliaBR +@annevk +@kenrussell +@jdashg +@fserb diff --git a/testing/web-platform/tests/imagebitmap-renderingcontext/OWNERS b/testing/web-platform/tests/imagebitmap-renderingcontext/OWNERS new file mode 100644 index 000000000000..3bb6edf248aa --- /dev/null +++ b/testing/web-platform/tests/imagebitmap-renderingcontext/OWNERS @@ -0,0 +1,5 @@ +@AmeliaBR +@annevk +@kenrussell +@jdashg +@fserb diff --git a/testing/web-platform/tests/offscreen-canvas/OWNERS b/testing/web-platform/tests/offscreen-canvas/OWNERS new file mode 100644 index 000000000000..3bb6edf248aa --- /dev/null +++ b/testing/web-platform/tests/offscreen-canvas/OWNERS @@ -0,0 +1,5 @@ +@AmeliaBR +@annevk +@kenrussell +@jdashg +@fserb