From a comment by j2kun https://news.ycombinator.com/item?id=49000833 , someone asked Fable and there was an almost counterexample in 2d but it uses division too. [Instead of f=x^2+7xy they have something like f=x^2+7x/y so it's not a polynomial.] As far as I know, nobody know what trick to make to avoid that division. It looks like the new trick was to use a third variable to avoid the division. Note that the implementation of the trick is not straightforward. The almost counterexample was sitting around for almost 30 years, and nobody knew how to fix it.
From another old comment, someone else was trying to find a counterexample with 16 variables using a computer to make thousands of attempts and failed. So it's far from obvious that the trick to add a variable solves the problems.