I ran over a problem with desmos after playing around with floor functions and want to know what is my thinking error or if the problem lies with Desmos.
In the Screenshot you can see the function floor(x)-floor(y)=0. I tested the function at the point (1.2,1.4) manually and it was true, but the point is not part of the graph.
What are your thoughts on this?


It is an error (see my comment). You can graph
$$\lfloor x\rfloor=\lfloor y\rfloor$$
on Desmos.com by looking at the complement of
$$\{ (x,y) | \lfloor x\rfloor<\lfloor y\rfloor \} \cup \{ (x,y) | \lfloor x\rfloor>\lfloor y\rfloor \}$$
The Unshaded region below is the graph of your equation.
Alternatively, taking the complement of
$$\left|\lfloor x\rfloor-\lfloor y\rfloor\right|>0$$