Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /editing/run/empty-editable-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<span id="target"></span>
<div contenteditable="true">
<span></span>
</div>
<script>
document.body.offsetTop;
document.getElementById('target').style.paddingRight = '1em';
document.getElementById('target').style.fontVariantNumeric = 'ordinal';
</script>