rejection-order_b_FIXTURE.js (345B)
1 // |reftest| skip -- not a test file 2 // Copyright (C) 2025 Igalia, S.L. All rights reserved. 3 // This code is governed by the BSD license found in the LICENSE file. 4 5 import "./rejection-order_b-sentinel_FIXTURE.js"; // Signal that evaluation of b's subgraph has started 6 7 import { p1 } from "./rejection-order_setup_FIXTURE.js"; 8 await p1.promise;