haikuwebkit/LayoutTests/mathml/presentation/mstyle-css-attributes-expec...

22 lines
1.0 KiB
HTML

<!doctype html>
<html>
<head>
<title>mstyle css attributes</title>
<meta charset="utf-8"/>
</head>
<body>
<p><math><mstyle style="background: red;"><mtext>rgb(255, 0, 0)</mtext></mstyle></math></p>
<p><math><mstyle style="font-size: 32px;"><mtext>32px</mtext></mstyle></math></p>
<p><math><mstyle style="color: green;"><mtext>rgb(0, 128, 0)</mtext></mstyle></math></p>
<p><math><mstyle style="font-size: 64px;"><mtext>64px</mtext></mstyle></math></p>
<p><math><mstyle style="background: blue;"><mtext>rgb(0, 0, 255)</mtext></mstyle></math></p>
<p><math><mstyle style="color: magenta;"><mtext>rgb(255, 0, 255)</mtext></mstyle></math></p>
<p><math><mstyle style="font-style: italic;"><mtext>italic</mtext></mstyle></math></p>
<p><math><mstyle style="font-weight: bold;"><mtext>bold</mtext></mstyle></math></p>
<p><math><mstyle style="font-family: courier;"><mtext>courier</mtext></mstyle></math></p>
<p><math><mstyle><mspace width="5em"/><mtext>rtl</mtext></mstyle></math></p>
</body>
</html>