haikuwebkit/LayoutTests/accessibility/svg-image-expected.txt

17 lines
544 B
Plaintext

This tests that SVG images are accessible elements and they have the same attributes as real images.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS svgImage.role is realImage.role
PASS platformValueForW3CName(svgImage) is platformValueForW3CName(realImage)
PASS platformValueForW3CDescription(svgImage) is platformValueForW3CDescription(realImage)
SVG Image Role: AXRole: AXImage
SVG Image Accessible Name: TestImage
SVG Image Accessible Description:
PASS successfullyParsed is true
TEST COMPLETE