reproduce: hit Control+F to find the text "1 2 3"
actual: the text is found only in spans with default positions, but not in spans with absolute positions
expected: the text should be found in both: in spans with default positions, and in spans with absolute positions
reproduce: select and copy text to clipboard from spans with absolute positions
actual: the clipboard content is "123...in spans with absolute positions"
expected: the clipboard content should be "1 2 3 ...in spans with absolute positions"
reproduce: triple-click spans with absolute positions
actual: only one span is slected
expected: all spans in the parent div should be selected