haikuwebkit/LayoutTests/js/kde/string-2-n.html

17 lines
355 B
HTML

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../resources/js-test-pre.js"></script>
</head>
<body>
<script>
description("KDE JS Test");
</script>
<script src="script-tests/string-2-n.js"></script>
<script>
shouldHaveHadError("SyntaxError");
</script>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>