Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/interactive-elements/the-details-element/auto-expand-window-find-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel=author href="mailto:jarhar@chromium.org">
<script>
function runTest() {
details2.appendChild(child);
document.caretRangeFromPoint();
}
</script>
<body onload=runTest()>
<details style="writing-mode: vertical-rl">
<div id=child>foo</div>
</details>
<details id=details2 open=true ontoggle="window.find()">