Make sure all files that should be present are present.

This commit is contained in:
Storm Dragon
2024-10-17 16:33:13 -04:00
parent 9d78a3fbee
commit c615709602
1395 changed files with 1344591 additions and 0 deletions

43
test/html/tinymath.html Normal file
View File

@ -0,0 +1,43 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
.tinymath {height: 1px; width: 1px; overflow: hidden; display: block;}
</style>
</head>
<body>
<div>Line 1</div>
<div>
<span role="presentation" style="position: relative;">
<span class="tinymath" role="presentation">
<math><mn>1</mn><mo>+</mo><mn>1</mn><mo>=</mo></math>
</span>
</span>
Line 2
</div>
<div>Line 3</div>
<div>
<span role="presentation" style="position: relative;">
<span class="tinymath" role="presentation">
<div>2+2=</div>
</span>
</span>
Line 4
</div>
<div>Line 5</div>
<div>Line 6
<span role="presentation" style="position: relative;">
<span class="tinymath" role="presentation">
<math><mn>3</mn><mo>+</mo><mn>4</mn><mo>=</mo></math>
</span>
</span>
<span role="presentation" style="position: relative;">
<span class="tinymath" role="presentation">
<math><mn>5</mn><mo>+</mo><mn>2</mn><mo>=</mo></math>
</span>
</span>
</div>
<div>Line 7</div>
<div>Line 8</div>
</body>
</html>