diff --git a/src/webgpu/web_platform/reftests/canvas_display_after_device_lost.html.ts b/src/webgpu/web_platform/reftests/canvas_display_after_device_lost.html.ts index c1e16b700c6b..834d4ffc17e8 100644 --- a/src/webgpu/web_platform/reftests/canvas_display_after_device_lost.html.ts +++ b/src/webgpu/web_platform/reftests/canvas_display_after_device_lost.html.ts @@ -1,5 +1,5 @@ -import { assert } from '../../../common/util/util.js'; import { timeout } from '../../../common/util/timeout.js'; +import { assert } from '../../../common/util/util.js'; import { takeScreenshotDelayed } from '../../../common/util/wpt_reftest_wait.js'; void (async () => {