The ciphertext is recomputed byte by byte as plaintext XOR keystream.
XOR makes the ciphertext
For this toy, ciphertext equals plaintext XOR keystream. The table recomputes the ciphertext row from the pinned inputs.
ciphertext=0x7f7f54017a6a
Read the ciphertext row
The recomputed ciphertext is 0x7f7f54017a6a.
ciphertext=0x7f7f54017a6a
The same rule applies byte by byte
Each ciphertext byte is one plaintext byte XOR one keystream byte. The table rejects a row that does not match that byte rule.
xor byte rule=1
Summary
In a toy XOR surface, the ciphertext is controlled by bytewise XOR with the keystream.
computed rows=7