haikuwebkit/LayoutTests/fast/css/cursor-with-invalid-url.html

18 lines
343 B
HTML

<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<style>
body {
cursor: url(scheme://host:80\ff);
}
</style>
</head>
<body>
Test that a cursor with an invalid CSS URL does not trigger an assertion in a Debug build.
</body>
</html>