forked from gpuweb/cts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a few web_platform tests to run or skip on workers (gpuweb#3597)
These tests were either not skipping themselves when running in workers (where the DOM is not available), or they were unnecessarily using DOM features where they didn't intend to. This makes these two tests pass or skip correctly in workers (at least, pass as much as the non-worker versions do). Issue: https://crbug.com/331351978
- Loading branch information
Showing
1 changed file
with
12 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters