зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1502250 - PutForwards is misspelled as PutsForward in SVG.idl r=dholbert
This commit is contained in:
Родитель
3b92b0dd3c
Коммит
abb8bd8dd5
|
@ -467,9 +467,6 @@
|
|||
[SVGElement interface: objects.script must inherit property "correspondingUseElement" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[SVGAElement interface: attribute relList]
|
||||
expected: FAIL
|
||||
|
||||
[SVGElement interface: objects.a must inherit property "correspondingElement" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -676,7 +676,7 @@ interface SVGAElement : SVGGraphicsElement {
|
|||
attribute DOMString download;
|
||||
attribute USVString ping;
|
||||
attribute DOMString rel;
|
||||
[SameObject, PutsForward=value] readonly attribute DOMTokenList relList;
|
||||
[SameObject, PutForwards=value] readonly attribute DOMTokenList relList;
|
||||
attribute DOMString hreflang;
|
||||
attribute DOMString type;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче