test("should set `aria-expanded` property on the internal control equal to the `expanded` property", async () => {
        await root.evaluate(node => {
            node.innerHTML = /* html */ `
                <fast-accordion-item expanded></fast-accordion-item>
            `;