blob: bc96f46e73a4f3a5026395c7ffb900b8f45ed79f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<meta charset="utf-8">
<script>
// DO NOT move this script to the end of this file
// as the bug depends on this specific tree structure
document.addEventListener("DOMContentLoaded", () => {
window.getSelection().selectAllChildren(document.body)
window.getSelection().modify('extend','left','word')
});
</script>
<table>
<caption>
<caption>
|