author | autofoolip <40241672+autofoolip@users.noreply.github.com> |
Thu, 16 Aug 2018 09:39:12 +0000 | |
changeset 431934 | 090cbad1cd6c16f61a7cc4b327d690945c1422b7 |
parent 431933 | 4ac557f3b638f730c0c7010c4c4aae480cf61366 |
child 431935 | b1b26f05af1a1ec3aef742c98ef052493fd60aac |
push id | 106598 |
push user | wptsync@mozilla.com |
push date | Thu, 16 Aug 2018 17:49:13 +0000 |
treeherder | mozilla-inbound@730e69f3206f [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | testonly |
bugs | 1483161, 12470 |
milestone | 63.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
testing/web-platform/meta/MANIFEST.json | file | annotate | diff | comparison | revisions | |
testing/web-platform/tests/interfaces/SVG.idl | file | annotate | diff | comparison | revisions |
--- a/testing/web-platform/meta/MANIFEST.json +++ b/testing/web-platform/meta/MANIFEST.json @@ -605421,17 +605421,17 @@ "fc56faf4f93ba59cdbf52d54fb39e5427549120e", "support" ], "interfaces/SRI.idl": [ "3abb66cd6e7c5b2ac76faf466924d44c1d2cafc8", "support" ], "interfaces/SVG.idl": [ - "2ab3741d82f727efb1632bfc1a14611db8677cb8", + "01d87b862b4167f79c43ed1b91ef772f5a78f5fe", "support" ], "interfaces/WebCryptoAPI.idl": [ "0b515fc12e701b4b20c616e2ae4ce29f50a205b6", "support" ], "interfaces/WebIDL.idl": [ "aa8d5bad16a971b09d74914865f7db3115c7d836",
--- a/testing/web-platform/tests/interfaces/SVG.idl +++ b/testing/web-platform/tests/interfaces/SVG.idl @@ -668,21 +668,26 @@ interface SVGScriptElement : SVGElement attribute DOMString? crossOrigin; }; SVGScriptElement includes SVGURIReference; [Exposed=Window] interface SVGAElement : SVGGraphicsElement { [SameObject] readonly attribute SVGAnimatedString target; - [SameObject] readonly attribute SVGAnimatedString download; - [SameObject] readonly attribute SVGAnimatedString rel; - [SameObject] readonly attribute SVGAnimatedString relList; - [SameObject] readonly attribute SVGAnimatedString hreflang; - [SameObject] readonly attribute SVGAnimatedString type; + attribute DOMString download; + attribute USVString ping; + attribute DOMString rel; + [SameObject, PutsForward=value] readonly attribute DOMTokenList relList; + attribute DOMString hreflang; + attribute DOMString type; + + attribute DOMString text; + + attribute DOMString referrerPolicy; }; SVGAElement includes SVGURIReference; SVGAElement includes HTMLHyperlinkElementUtils; [Exposed=Window] interface SVGViewElement : SVGElement {};