blob: 1ce7ded9e20a90ff2ababee2bfb7e745cecfaf00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!DOCTYPE html>
<style>
.c {
break-after: page;
page: Rotated;
}
</style>
<script>
document.addEventListener("DOMContentLoaded", () => {
b.insertAdjacentHTML("afterBegin", a.innerHTML)
SpecialPowers.wrap(window).printPreview()?.close()
})
</script>
<audio>
<optgroup id="a">
<option class="c">a</option>
</audio>
<menu style="max-height: 0em">
<menu id="b"></menu>
</menu>
<select class="c">
|