diff options
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html-aria/name-computation-img/566.html')
-rw-r--r-- | testing/web-platform/tests/conformance-checkers/html-aria/name-computation-img/566.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-img/566.html b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-img/566.html new file mode 100644 index 000000000..656ad893b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-img/566.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset=utf-8> +<title>Test 566 IMG with id="ID0" and aria-label="" and aria-labelledby="ID0 ID1 ID2 ID3" and alt="a" and title="t".</title> +</head> +<body> +<input type="text" value="peanuts" id="ID1"> +<input type="text" value="popcorn" id="ID2"> +<input type="text" value="apple jacks" id="ID3"> +<img id="ID0" aria-label="" aria-labelledby="ID0 ID1 ID2 ID3" alt= "" title="t" src="foo.jpg"/> +</body> +</html> + |