mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 733848 - enable logging for accessible/name/test_markup.html
This commit is contained in:
parent
a0982d385e
commit
00c6d9da71
@ -14,6 +14,8 @@ var gDumpToConsole = false;
|
||||
*/
|
||||
function testNames()
|
||||
{
|
||||
enableLogging("tree");
|
||||
|
||||
var request = new XMLHttpRequest();
|
||||
request.open("get", gNameRulesFileURL, false);
|
||||
request.send();
|
||||
@ -64,6 +66,7 @@ var gTestIterator =
|
||||
|
||||
this.markupIdx++;
|
||||
if (this.markupIdx == this.markupElms.length) {
|
||||
disableLogging("tree");
|
||||
SimpleTest.finish();
|
||||
return;
|
||||
}
|
||||
|
@ -216,7 +216,7 @@
|
||||
<markup ref="html:img" ruleset="htmlimageemptyalt">
|
||||
<html:span id="l1" a11yname="test2">test2</html:span>
|
||||
<html:span id="l2" a11yname="test3">test3</html:span>
|
||||
<html:img id="img"
|
||||
<html:img id="imgemptyalt"
|
||||
aria-label="Logo of Mozilla"
|
||||
aria-labelledby="l1 l2"
|
||||
title="This is a logo"
|
||||
|
Loading…
Reference in New Issue
Block a user