test("should set `grid-template-columns` style to match attribute", async () => {
        await root.evaluate(node => {
            node.innerHTML = /* html */ `
                <fast-data-grid-row grid-template-columns="1fr 2fr 3fr"></fast-data-grid-row>
            `;