[orca] New test case



commit 9a58be8d9491cba0b9c2e036afd84d09e2900612
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Wed Jan 25 19:17:13 2017 +0100

    New test case

 test/html/tinymath.html |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
---
diff --git a/test/html/tinymath.html b/test/html/tinymath.html
new file mode 100644
index 0000000..778ea76
--- /dev/null
+++ b/test/html/tinymath.html
@@ -0,0 +1,20 @@
+<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>
+</body>
+</html>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]