mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-30 11:18:39 +09:00
14 lines
446 B
HTML
14 lines
446 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<title>Test 565 IMG with id="ID0" and aria-label="l" 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="1" aria-labelledby="ID0 ID1 ID2 ID3" alt= "a" title="t" src="foo.jpg"/>
|
|
</body>
|
|
</html>
|
|
|