gecko-dev/layout/style/crashtests/1552911.html

16 строки
345 B
HTML

<html>
<head>
<script>
function start() {
const o1 =
document.createElementNS('http://www.w3.org/1999/xhtml', 'slot');
const observer = new ResizeObserverEntry(o1);
typeof observer.borderBoxSize;
typeof observer.contentBoxSize;
}
window.addEventListener('load', start);
</script>
</head>
</html>