I confirmed thier behaviors "Copy-Only backup" and "Truncate committed transactions in the transaction log".
Transaction log remains only check "Truncate committed transactions in the transaction log".
"Copy-Only backup" delete transaction logs after backup.
So I don't know what is the behavior of "Copy-Only backup".
I confirmed using SQL query.
SELECT * FROM sys.fn_dblog(NULL,NULL);