chromium/content/test/data/accessibility/mac/attributed-string/nested-suggestion-insertion-deletion.html

<!--
@SCRIPT:
  tr_suggestion:= suggestion.AXTextMarkerRangeForUIElement(suggestion)
  suggestion.accessibilityAttributeValue(AXAttributedStringForTextMarkerRange, tr_suggestion)
-->
<!DOCTYPE html>
<div role="suggestion" id="suggestion">
  <div role="insertion">Suggested Insertion</div>
  <div role="deletion">Suggested Deletion</div>
</div>