test("should set the `aria-labelledby` attribute on the dialog control when provided", async () => {
        await root.evaluate(node => {
            node.innerHTML = /* html */ `
                <fast-dialog aria-labelledby="label">
                    <div id="label">Label</div>