https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 3b8a635106f0d2986e6592c5a11738d1dad2c7f3 authored by Mozilla Releng Treescript on 14 June 2024, 02:44:31 UTC
no bug - Merge android-l10n translations from mozilla-central r=release a=l10n
Tip revision: 3b8a635
1897248.html
<title>Ensure GetCommonFlattenedTreeAncestorForSelection won't crash when the provided contents are equal</title>
<script>
window.addEventListener("DOMContentLoaded", () => {
  let b = a.attachShadow({mode: "open"})
  let c = document.getSelection()
  b.append(null)
  c.setBaseAndExtent(a, 1, b, 1)
})
</script>
<blockquote id="a">
back to top