Stop running compression detach tests on workers
compression-with-detach.tentative.any.js and decompression-with-detach.tentative.any.js wpts use a postMessage() API which only works in a window context to detach an ArrayBuffer. The call does nothing in workers, so the tests trivially pass and there's no point in running them. Rename the tests so they only run in window context. Change-Id: I31b6524b2c052302bfe1c4c53024e4dcaa5fc70d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643677 Commit-Queue: Adam Rice <ricea@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Auto-Submit: Adam Rice <ricea@chromium.org> Reviewed-by:Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#845865}
Showing
File moved
Please register or sign in to comment