Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /mathml/crashtests/scrollbar-caching-assert.html - WPT Dashboard Interop Dashboard
<!doctype html>
<style>
* {
all: inherit;
overflow-inline: hidden;
}
</style>
<script>
window.addEventListener('load', () => {
var x = document.getElementById('a')
x.setAttribute('mathvariant', 'double-struck')
x.innerHTML = '<select></select>'
})
</script>
<math id='a'>