Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/style/crashtests/crashtests.list
<html>
<head>
<script>
function start() {
const o1 =
const observer = new ResizeObserverEntry(o1);
typeof observer.borderBoxSize;
typeof observer.contentBoxSize;
}
window.addEventListener('load', start);
</script>
</head>
</html>