haikuwebkit/LayoutTests/mathml/mpadded-crash.html

17 lines
353 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Test mpadded attribute with space</title>
<script src="../resources/js-test.js"></script>
</head>
<body>
<math>
<mpadded width=" 20px ">
</mpadded>
</math>
<script>
description("Test passes if it does not crash with GuardMalloc or ASan.");
</script>
</body>
</html>