Bug 1494937 [wpt PR 13259] - accname: tweak two tests for clarity, a=testonly

Automatic update from web-platform-testsaccname: tweak two tests for clarity

Don't use the same value for the title attribute for multiple elements
within a single test. Doing so makes it harder to tell which title was
used for the name computation.

--

wpt-commits: 574af55b103d2e732efa72af2719121f96db38f3
wpt-pr: 13259
This commit is contained in:
Joanmarie Diggs 2018-10-05 14:20:46 +00:00 коммит произвёл moz-wptsync-bot
Родитель 8542687138
Коммит 711c672e9e
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -66,7 +66,7 @@
label:after { content: "baz"; }
</style>
<form>
<label for="test" title="bar"><input id="test" type="text" name="test" title="bar"></label>
<label for="test" title="bar"><input id="test" type="text" name="test" title="buz"></label>
</form>
<div id="manualMode"></div>

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

@ -66,7 +66,7 @@
label:after { content: "baz"; }
</style>
<form>
<label for="test" title="bar"><input id="test" type="password" name="test" title="bar"></label>
<label for="test" title="bar"><input id="test" type="password" name="test" title="buz"></label>
</form>
<div id="manualMode"></div>