From abb8bd8dd5ddf56481c2f7001fded7b122fea390 Mon Sep 17 00:00:00 2001 From: longsonr Date: Fri, 26 Oct 2018 18:15:10 +0100 Subject: [PATCH] Bug 1502250 - PutForwards is misspelled as PutsForward in SVG.idl r=dholbert --- testing/web-platform/meta/svg/idlharness.window.js.ini | 3 --- testing/web-platform/tests/interfaces/SVG.idl | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/testing/web-platform/meta/svg/idlharness.window.js.ini b/testing/web-platform/meta/svg/idlharness.window.js.ini index 2e13afada9aa..a462ddef551f 100644 --- a/testing/web-platform/meta/svg/idlharness.window.js.ini +++ b/testing/web-platform/meta/svg/idlharness.window.js.ini @@ -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 diff --git a/testing/web-platform/tests/interfaces/SVG.idl b/testing/web-platform/tests/interfaces/SVG.idl index 4c1c4855f27a..9588ad0d608d 100644 --- a/testing/web-platform/tests/interfaces/SVG.idl +++ b/testing/web-platform/tests/interfaces/SVG.idl @@ -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;