Box-decoration-break: slice

This long word should break in a new line : veryveryveryveryveryveryvery-
-longword
. box-decoration-break is set to cloned, so the right edge of the previous line is cut, and the left edge of the highlight in this line is cut too.

Box-decoration-break: clone

This long word should break in a new line : veryveryveryveryveryveryvery-
-longword
. box-decoration-break is set to cloned, so the right edge of the previous line is similar as its left edge, and the left edge of the highlight in this line is similar as its right one.