test("should set the `grid-column` CSS property to match the `grid-column` attribute", async () => {
        await root.evaluate(node => {
            node.innerHTML = /* html */ `
                <fast-data-grid-cell grid-column="2"></fast-data-grid-cell>
            `;