Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-writing-modes/placeholder-sideways-crash.html - WPT Dashboard Interop Dashboard
<style>
*:empty {
writing-mode: vertical-rl;
}
*:focus-within {
text-orientation: sideways;
}
</style>
<script>
document.addEventListener("DOMContentLoaded", () => {
a.select()
c.appendChild(b)
window.scrollTo({top: 1})
document.designMode = "on"
d.placeholder = "A"
})
</script>
<textarea id="a"></textarea>
<cite>
<h6 id="b"></h6>
</cite>
<svg>
<marker id="c">
<span></span>
<input id="d"/>