$$\begin{bmatrix}1&0&2&0 \\ 0&1&1&0 \\ 0&0&0&1\end{bmatrix}$$
I see that the leading ones are in order by row (ie. the leading one in a row below is to the right of the above).
I also see that the leading 1's are the only non-zero entry in the column.
Issue:
One condition for RREF is:
All rows containing a non zero entry are above rows which only contain 0's.
This is clearly false for this example, then how is this a RREF?