Accessibility LayoutTests have unfortunately been a bit of a black box
since I only know Mac stuff.
It's possible that Windows, for example, supports an accessibility
value attribute for sliders, but it's also possible that it does not.
Likewise, it's possible Linux could support that attribute, or not.
All I am sure of right now is that it's not implemented now.
So instead of adding Skipped tests for every platform except Mac on
every checkin I make, I've just been making them mac tests only.
If someone knows differently on these subjects, please let me know
On Sep 16, 2009, at 6:15 AM, Adam Roben wrote:
On Sep 15, 2009, at 11:39 PM, [email protected] wrote:
+ This test should only be for Mac, since the other
platforms don't support the necessary features.
+
+ WAI-ARIA: add support for ranges, including the
progressbar, slider, and spinbutton roles
+ https://bugs.webkit.org/show_bug.cgi?id=28841
+
+ * accessibility/aria-slider-value-change-expected.txt:
Removed.
+ * accessibility/aria-slider-value-change.html: Removed.
+ * platform/mac/accessibility/aria-slider-value-change-
expected.txt: Copied from LayoutTests/accessibility/aria-slider-
value-change-expected.txt.
+ * platform/mac/accessibility/aria-slider-value-
change.html: Copied from LayoutTests/accessibility/aria-slider-
value-change.html.
Is the test intrinsically Mac-only? Or is it just that Mac is the
only platform that will currently pass the test?
If it's the former, moving the test to platform/mac (like you did)
is the right thing. If it's the latter, then either the test should
be added to the Skipped files for all the other platforms, or
failing results should be checked in for all the other platforms.
(I'm not sure which strategy we prefer these days.)
-Adam
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev