<!DOCTYPE html>
<link rel=author href="mailto:[email protected]">
<link rel=help href="https://bugs.chromium.org/p/chromium/issues/detail?id=1289525">
This test passes if it does not crash.
<details>
<span contenteditable=plaintext-only>hello</span>
</details>
<script>
testRunner.dumpAsText();
testRunner.findString('hello', []);
</script>