From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- accessible/tests/mochitest/bounds/a11y.ini | 6 ++ accessible/tests/mochitest/bounds/test_list.html | 78 ++++++++++++++++++++++ accessible/tests/mochitest/bounds/test_select.html | 78 ++++++++++++++++++++++ 3 files changed, 162 insertions(+) create mode 100644 accessible/tests/mochitest/bounds/a11y.ini create mode 100644 accessible/tests/mochitest/bounds/test_list.html create mode 100644 accessible/tests/mochitest/bounds/test_select.html (limited to 'accessible/tests/mochitest/bounds') diff --git a/accessible/tests/mochitest/bounds/a11y.ini b/accessible/tests/mochitest/bounds/a11y.ini new file mode 100644 index 0000000000..bdb8c02f90 --- /dev/null +++ b/accessible/tests/mochitest/bounds/a11y.ini @@ -0,0 +1,6 @@ +[DEFAULT] +support-files = + !/accessible/tests/mochitest/*.js + +[test_list.html] +[test_select.html] diff --git a/accessible/tests/mochitest/bounds/test_list.html b/accessible/tests/mochitest/bounds/test_list.html new file mode 100644 index 0000000000..7e5b75868d --- /dev/null +++ b/accessible/tests/mochitest/bounds/test_list.html @@ -0,0 +1,78 @@ + + + + Accessible boundaries when page is zoomed + + + + + + + + + + + + + + + Mozilla Bug 754627 + +

+ +
+  
+ + + + + + + diff --git a/accessible/tests/mochitest/bounds/test_select.html b/accessible/tests/mochitest/bounds/test_select.html new file mode 100644 index 0000000000..ac9a501f32 --- /dev/null +++ b/accessible/tests/mochitest/bounds/test_select.html @@ -0,0 +1,78 @@ + + + + Accessible boundaries when page is zoomed + + + + + + + + + + + + + + +

+ +
+  
+ + + + -- cgit v1.2.3