mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1175913 - (Part 2) Remove test expecting recreation on click listener change r=tbsaunde
This commit is contained in:
parent
77ddb155a5
commit
797da2ed20
@ -88,11 +88,6 @@
|
||||
this.__proto__ = new removeAttr(aID, "role");
|
||||
}
|
||||
|
||||
function changeOnclick(aID)
|
||||
{
|
||||
this.__proto__ = new changeAttr(aID, "onclick", "alert(3);");
|
||||
}
|
||||
|
||||
function changeHref(aID)
|
||||
{
|
||||
this.__proto__ = new changeAttr(aID, "href", "www");
|
||||
@ -124,9 +119,6 @@
|
||||
// recreate an accessible by role change
|
||||
gQueue.push(new changeRole("div1"));
|
||||
|
||||
// recreate an accessible by onclick change
|
||||
gQueue.push(new changeOnclick("div2"));
|
||||
|
||||
// recreate an accessible by href change
|
||||
gQueue.push(new changeHref("anchor"));
|
||||
|
||||
@ -155,7 +147,6 @@
|
||||
|
||||
<span id="span">span</span>
|
||||
<div id="div1">div</div>
|
||||
<div id="div2">div</div>
|
||||
<a id="anchor">anchor</a>
|
||||
<div id="div3" role="listbox">list</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user