diff --git a/src/dawn/tests/end2end/CopyExternalTextureForBrowserTests.cpp b/src/dawn/tests/end2end/CopyExternalTextureForBrowserTests.cpp index f27bb27a16..b2ec4428b0 100644 --- a/src/dawn/tests/end2end/CopyExternalTextureForBrowserTests.cpp +++ b/src/dawn/tests/end2end/CopyExternalTextureForBrowserTests.cpp @@ -378,7 +378,8 @@ TEST_P(CopyExternalTextureForBrowserTests_Basic, Copy) { DAWN_INSTANTIATE_TEST_P( CopyExternalTextureForBrowserTests_Basic, - {D3D12Backend(), MetalBackend(), OpenGLBackend(), OpenGLESBackend(), VulkanBackend()}, + {D3D11Backend(), D3D12Backend(), MetalBackend(), OpenGLBackend(), OpenGLESBackend(), + VulkanBackend()}, std::vector({CopyRect::TopLeft, CopyRect::TopRight, CopyRect::BottomLeft, CopyRect::BottomRight, CopyRect::FullSize}), std::vector({CopyRect::TopLeft, CopyRect::TopRight, CopyRect::BottomLeft,