mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
80cc335b07
--HG-- extra : rebase_source : f84cd1c53448a790676a7cc7e55be42af9ae2c23
19 lines
251 B
HTML
19 lines
251 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<style type="text/css">
|
|
|
|
#q:after {
|
|
content: 'A';
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<mrow xmlns="http://www.w3.org/1998/Math/MathML"></mrow>
|
|
<span id="q"><span><div></div></span></span>
|
|
|
|
</body>
|
|
</html>
|
|
|