blob: 9602775db714e967eca77b9407e0c4f96db888f0 [file] [log] [blame]
<!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>