blob: 02e4a93b38de235ec9d313fd1ded10bdbaa14a45 [file]
<!DOCTYPE html>
<html lang="en">
<p>This test passes if WebKit does not crash.</p>
<body>
<script>
globalThis.testRunner?.dumpAsText();
const iframe = document.createElement('iframe');
document.body.appendChild(iframe);
const contentCSS = iframe.contentWindow.CSS;
iframe.remove();
const moduleURL = {};
const options = {};
contentCSS.paintWorklet.addModule(moduleURL, options);
</script>
</body>
</html>