Add historical
test coverage for removed features and renames
#4005
Labels
enhancement
New feature or request
historical
test coverage for removed features and renames
#4005
In the main WPT test harness, many APIs have
historical
tests. These tests ensure that features that may once have been standard or even unshipped after significant use are no longer supported in a browser.For example, DOM has https://github.com/web-platform-tests/wpt/blob/b8538c8c1cd7e6b5b7e42a618119b69b6521a17b/dom/historical.html.
Coverage that we should add:
GPUAdapter.requestAdapterInfo
'sPromise
API to theGPUAdapter.info
field (requestAdapterInfo
should not exist)GPUShaderModuleDescriptor.sourceMap
(the member should not be accessed and its type should not be validated)maxInterStageShaderComponents
(it should not exist onadapter.limits
ordevice.limits
, and should not be accessed byrequestDevice()
)float32-filterable
shouldn't enable float32 blending (this is just a chromium regression test but it's useful)The text was updated successfully, but these errors were encountered: