test("should set the `size` property to match the `size` attribute", async () => {
        await root.evaluate(node => {
            node.innerHTML = /* html */ `
                <fast-listbox size="5"></fast-listbox>
            `;