Skip to content

Commit

Permalink
Bug 1580131 [wpt PR 18958] - Fix Test, a=testonly
Browse files Browse the repository at this point in the history
Automatic update from web-platform-tests
Fix Test (#18958)

background-color is not inherited, so use css rules.
--

wpt-commits: 23c6da7002b048b19dab82875537649516715b32
wpt-pr: 18958
  • Loading branch information
rwlbuis authored and moz-wptsync-bot committed Sep 14, 2019
1 parent 516515b commit 31d9e87
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@
<head>
<meta charset="utf-8"/>
<title>MathML 'ElementCSSInlineStyle` Dynamic Tests</title>
<style>
mspace {
background-color: green;
}
</style>
</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>
<math><mspace width="50px" height="100px"/><mspace width="50px" height="100px"/></math>
</div>
</body>
</html>

0 comments on commit 31d9e87

Please sign in to comment.