mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
12 lines
196 B
HTML
12 lines
196 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Test mpadded</title>
|
|
</head>
|
|
<body>
|
|
<math>
|
|
<mpadded width="-100px" height="-100px" depth="-100px"></mpadded>
|
|
</math>
|
|
</body>
|
|
</html>
|