chromium/third_party/blink/web_tests/fast/dom/Document/CaretRangeFromPoint/replace-element-expected.txt

Testing left of the image
PASS: range.startContainer == image.previousSibling.
PASS: range.startOffset == 34.
Testing right of the image
PASS: range.startContainer == image.nextSibling.
PASS: range.startOffset == 1.
Testing on the image
PASS: range.startContainer == image.parentNode.
PASS: range.startOffset == 2.