зеркало из https://github.com/mozilla/gecko-dev.git
Bug 497879 - HTML5 parser fails test_nsIAccessibleHyperLink.html. r=surkov.
--HG-- extra : rebase_source : c5bc24188a6a635bd31370d616966448be977f8a
This commit is contained in:
Родитель
7ac218e0c1
Коммит
39819bf5e6
|
@ -280,28 +280,27 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=418368
|
|||
><img width="447" id="imgmap"
|
||||
height="15"
|
||||
usemap="#atoz_map"
|
||||
src="letters.gif"></img
|
||||
><br>Empty link:<br
|
||||
><a id="emptyLink" href=""><img src=""></img></a
|
||||
src="letters.gif"><br>Empty link:<br
|
||||
><a id="emptyLink" href=""><img src=""></a
|
||||
><br>Link with embedded span<br
|
||||
><a id="LinkWithSpan" href="http://www.heise.de/"><span lang="de">Heise Online</span></a
|
||||
><br>Named anchor, must not have "linked" state for it to be exposed correctly:<br
|
||||
><a id="namedAnchor" name="named_anchor">This should never be of state_linked</a
|
||||
><br>Link having no attributes, must not have "linked" state:</br
|
||||
><a id="noLink">This should never be of state_linked</a
|
||||
><br>Link with registered 'click' event: </br
|
||||
><a id="linkWithClick" onclick="var clicked = true;">This should have state_linked</a
|
||||
><br>Link with title attribute (no name from subtree): </br
|
||||
><a id="linkWithTitleNoNameFromSubtree" href="http://www.heise.de/"
|
||||
><br>Link having no attributes, must not have "linked" state:<a id="noLink"
|
||||
>This should never be of state_linked</a
|
||||
><br>Link with registered 'click' event: <a id="linkWithClick" onclick="var clicked = true;"
|
||||
>This should have state_linked</a
|
||||
><br>Link with title attribute (no name from subtree): <a
|
||||
id="linkWithTitleNoNameFromSubtree" href="http://www.heise.de/"
|
||||
title="Link with title"><img src=""/></a
|
||||
><br>Link with title attribute (name from subtree): </br
|
||||
><a id="linkWithTitleNameFromSubtree" href="http://www.heise.de/"
|
||||
><br>Link with title attribute (name from subtree): <a
|
||||
id="linkWithTitleNameFromSubtree" href="http://www.heise.de/"
|
||||
title="Link with title">the name from subtree</a
|
||||
><br>Link with title attribute (name from nested image): </br
|
||||
><a id="linkWithTitleNameFromImg" href="http://www.heise.de/"
|
||||
><br>Link with title attribute (name from nested image): <a
|
||||
id="linkWithTitleNameFromImg" href="http://www.heise.de/"
|
||||
title="Link with title"><img src="" alt="The title for link"/></a
|
||||
><br><label for="linkWithLabelNoNameFromSubtree">Link with label and nested image: </label></br
|
||||
><a id="linkWithLabelNoNameFromSubtree"
|
||||
><br><label for="linkWithLabelNoNameFromSubtree">Link with label and nested image: </label><a
|
||||
id="linkWithLabelNoNameFromSubtree"
|
||||
href="http://www.heise.de/"><img src=""/></a
|
||||
><br>Map that is used to group links (www.w3.org/TR/WCAG10-HTML-TECHS/#group-bypass), also see the bug 431615:<br
|
||||
><map id="linksmap" title="Site navigation"><ul
|
||||
|
|
Загрузка…
Ссылка в новой задаче