Check that non-spacing marks in accents are visible b=427659.

This commit is contained in:
karlt+%karlt.net 2008-04-10 04:35:46 +00:00
Родитель d8613f79ed
Коммит bf1d22b29b
3 изменённых файлов: 36 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,17 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">
html { background-color: white }
mi { color: white; }
mo { color: red; }
</style>
</head>
<body>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mover>
<mi>a</mi>
<mo>&#x302;</mo>
</mover>
</math>
</body>
</html>

Просмотреть файл

@ -0,0 +1,18 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Check that non-spacing marks in accents are visible</title>
<style type="text/css">
html { background-color: white }
mi { color: white; }
mo { color: black; }
</style>
</head>
<body>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mover>
<mi>a</mi>
<mo>&#x302;</mo>
</mover>
</math>
</body>
</html>

Просмотреть файл

@ -1,3 +1,4 @@
== mi-mathvariant-1.xhtml mi-mathvariant-1-ref.xhtml
== mi-mathvariant-2.xhtml mi-mathvariant-2-ref.xhtml
== table-width-1.xhtml table-width-1-ref.xhtml
!= non-spacing-accent-1.xhtml non-spacing-accent-1-ref.xhtml