mirror of
https://github.com/servo/servo.git
synced 2025-10-13 23:10:20 +01:00
13 lines
377 B
HTML
13 lines
377 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<title>MathML 'ElementCSSInlineStyle` Dynamic Tests</title>
|
|
</head>
|
|
<body>
|
|
<span>This tests that `ElementCSSInlineStyle` interface changes update rendering.</span>
|
|
<div>
|
|
<math style="background-color: green"><mspace width="50px" height="100px"/><mspace width="50px" height="100px"/></math>
|
|
</div>
|
|
</body>
|
|
</html>
|