[orca] New test case
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] New test case
- Date: Mon, 23 Jan 2017 15:01:13 +0000 (UTC)
commit 8767b4e5615c9c6de1c7ab9fd95b3b9a6ccf94ce
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Mon Jan 23 16:00:49 2017 +0100
New test case
test/html/regions-and-fieldsets.html | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
---
diff --git a/test/html/regions-and-fieldsets.html b/test/html/regions-and-fieldsets.html
new file mode 100644
index 0000000..cab1c4f
--- /dev/null
+++ b/test/html/regions-and-fieldsets.html
@@ -0,0 +1,27 @@
+<html>
+<head>
+ <meta charset="utf-8" />
+</head>
+<body>
+ <div>Line 1</div>
+ <section aria-label="foo"><div>Line 2</div></section>
+ <section>
+ <form>
+ <fieldset>
+ <legend style="float:left;">Line <span>3</span></legend>
+ <a href="#" role="button" aria-label="Close">×</a>
+ <div>Line 4</div>
+ </fieldset>
+ </form>
+ </section>
+ <form>
+ <fieldset>
+ <legend>Line 5</legend>
+ <div>Line 6</div>
+ </fieldset>
+ </form>
+ <section>
+ <div>Line 7</div>
+ </section>
+</body>
+</html>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]