testaro 4.10.2 → 4.10.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/tests/focOp.js +5 -0
package/package.json
CHANGED
package/tests/focOp.js
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
/*
|
|
2
2
|
focOp
|
|
3
|
+
|
|
4
|
+
WARNING: The chromium and firefox browsers in Playwright make errors on this test by
|
|
5
|
+
misclassifying the cursor property values of the computed styles of elements. Launch the
|
|
6
|
+
webkit browser to run this test.
|
|
7
|
+
|
|
3
8
|
This test reports descrepancies between Tab-focusability and operability. The standard
|
|
4
9
|
practice is to make focusable elements operable and vice versa. If focusable elements are not
|
|
5
10
|
operable, users are likely to be surprised that nothing happens when they try to operate such
|