Bug 1618105 [wpt PR 21977] - cc Adjust html-aria/presentation-role alt values, a=testonly

Automatic update from web-platform-tests
cc Adjust html-aria/presentation-role alt values

--

wpt-commits: 1fc6e4c3325792b5cbab0083a1e68562503bd677
wpt-pr: 21977
This commit is contained in:
Michael[tm] Smith 2020-02-26 10:42:05 +00:00 коммит произвёл moz-wptsync-bot
Родитель 624536a636
Коммит 4fc1986c38
12 изменённых файлов: 12 добавлений и 12 удалений

Просмотреть файл

@ -5,7 +5,7 @@
<title>Test 497 Image element with role="presentation" but with a reference to a description </title>
</head>
<body>
<img src="foo.jpg" alt="test1" width="40" height="40" role="presentation" aria-describedby="foo"/>
<img src="foo.jpg" alt="" width="40" height="40" role="presentation" aria-describedby="foo"/>
<p id="foo">
This is an image.
</p>

Просмотреть файл

@ -5,7 +5,7 @@
<title>Test 498 Image element with role="presentation" but aria-disabled="true" </title>
</head>
<body>
<img src="foo.jpg" alt="test1" width="40" height="40" role="presentation" aria-disabled="true"/>
<img src="foo.jpg" alt="" width="40" height="40" role="presentation" aria-disabled="true"/>
</body>
</html>

Просмотреть файл

@ -5,7 +5,7 @@
<title>Test 499 Image element with role="presentation" but aria-dropeffect="move" </title>
</head>
<body>
<img src="foo.jpg" alt="test1" width="40" height="40" role="presentation" aria-dropeffect="move"/>
<img src="foo.jpg" alt="" width="40" height="40" role="presentation" aria-dropeffect="move"/>
</body>
</html>

Просмотреть файл

@ -5,7 +5,7 @@
<title>Test 500 Image element with role="presentation" but with a valid aria-flowto attribute</title>
</head>
<body>
<img src="foo.jpg" alt="test1" width="40" height="40" role="presentation" aria-flowto="test2"/>
<img src="foo.jpg" alt="" width="40" height="40" role="presentation" aria-flowto="test2"/>
<div role="img" id="test2">
</div>
</body>

Просмотреть файл

@ -5,7 +5,7 @@
<title>Test 501 Image element with role="presentation" but with aria-grabbed="true"</title>
</head>
<body>
<img src="foo.jpg" alt="test1" width="40" height="40" role="presentation" aria-grabbed="true"/>
<img src="foo.jpg" alt="" width="40" height="40" role="presentation" aria-grabbed="true"/>
</body>
</html>

Просмотреть файл

@ -5,7 +5,7 @@
<title>Test 502 Image element with role="presentation" but with aria-haspopup="true"</title>
</head>
<body>
<img src="foo.jpg" alt="test1" width="40" height="40" role="presentation" aria-haspopup="true"/>
<img src="foo.jpg" alt="" width="40" height="40" role="presentation" aria-haspopup="true"/>
</body>
</html>

Просмотреть файл

@ -5,7 +5,7 @@
<title>Test 503 Image element with role="presentation" but with aria-hidden="true"</title>
</head>
<body>
<img src="foo.jpg" alt="test1" width="40" height="40" role="presentation" aria-hidden="true"/>
<img src="foo.jpg" alt="" width="40" height="40" role="presentation" aria-hidden="true"/>
</body>
</html>

Просмотреть файл

@ -5,7 +5,7 @@
<title>Test 504 Image element with role="presentation" but with aria-invalid="true"</title>
</head>
<body>
<img src="foo.jpg" alt="test1" width="40" height="40" role="presentation" aria-invalid="true"/>
<img src="foo.jpg" alt="" width="40" height="40" role="presentation" aria-invalid="true"/>
</body>
</html>

Просмотреть файл

@ -5,7 +5,7 @@
<title>Test 505 Image element with role="presentation" but with aria-label="test"</title>
</head>
<body>
<img src="foo.jpg" alt="test1" width="40" height="40" role="presentation" aria-label="test"/>
<img src="foo.jpg" alt="" width="40" height="40" role="presentation" aria-label="test"/>
</body>
</html>

Просмотреть файл

@ -5,7 +5,7 @@
<title>Test 506 Image element with role="presentation" but with a valid aria-labelledby attribute</title>
</head>
<body>
<img src="foo.jpg" alt="test1" width="40" height="40" role="presentation" aria-labelledby="test2"/>
<img src="foo.jpg" alt="" width="40" height="40" role="presentation" aria-labelledby="test2"/>
<div id="test2">
test_label
</div>

Просмотреть файл

@ -5,7 +5,7 @@
<title>Test 507 Image element with role="presentation" but with aria-live="assertive"</title>
</head>
<body>
<img src="foo.jpg" alt="test1" width="40" height="40" role="presentation" aria-live="assertive"/>
<img src="foo.jpg" alt="" width="40" height="40" role="presentation" aria-live="assertive"/>
</body>
</html>

Просмотреть файл

@ -5,7 +5,7 @@
<title>Test 509 Image element with role="presentation" but with aria-relevant="text"</title>
</head>
<body>
<img src="foo.jpg" alt="test1" width="40" height="40" role="presentation" aria-live="polite" aria-relevant="text"/>
<img src="foo.jpg" alt="" width="40" height="40" role="presentation" aria-live="polite" aria-relevant="text"/>
</body>
</html>