Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /selection/selection-shadow-dom-crash-print.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>Printing with odd selections doesn't crash</title>
<!-- Really a crashtest but since we can't really have print crashtests, we assert that we print something -->
<link rel="mismatch" href="/css/reference/blank.html">
<script>
function go() {
var x = document.getSelection()
x.extend(b)
x.modify("move", "left", "word")
a.remove()
}
</script>
<body onload=go()>
<audio id="a" controls="">
<progress contentEditable>
</audio>
<li id="b">x</li>