haikuwebkit/LayoutTests/js/dom/dom-attribute-getter-setter...

13 lines
278 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<script src="../../resources/js-test-pre.js"></script>
</head>
<body>
<script>
shouldThrowErrorName(`console.log(typeof Animation.prototype.timeline)`, `TypeError`);
</script>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>