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 committed by moz-wptsync-bot
parent 8542687138
commit 711c672e9e
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>