test("should set the `value` property equal to the `min` property when value is less than min", async () => {
        await root.evaluate(node => {
            node.innerHTML = /* html */ `
                <fast-number-field min="10"></fast-number-field>
            `;