Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-contain/content-visibility/hidden-execcommand-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel=author href="mailto:jarhar@chromium.org">
<html contenteditable=true>
X<div style="content-visibility:hidden">Y</div>Z
<script>
document.execCommand("selectall");
document.execCommand("fontSize", false, 6);
</script>