mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +01:00
Update web-platform-tests to revision 6fa9de7201cd41564d02c3edd62365aeb40e171b
This commit is contained in:
parent
60f1ffc5a7
commit
dc1f7ba3ec
124 changed files with 2052 additions and 849 deletions
|
@ -1,16 +0,0 @@
|
|||
// Content was manually copied July 12 2019
|
||||
// Source: https://wiki.whatwg.org/wiki/DOM_XSLTProcessor
|
||||
// There is no standard for this API. Only the link above, and notes in
|
||||
// the HTML5 standard (https://html.spec.whatwg.org/multipage/scripting.html#scriptTagXSLT)
|
||||
|
||||
[Exposed=Window, Constructor]
|
||||
interface XSLTProcessor {
|
||||
void importStylesheet(Node style);
|
||||
[CEReactions] DocumentFragment transformToFragment(Node source, Document output);
|
||||
[CEReactions] Document transformToDocument(Node source);
|
||||
void setParameter([TreatNullAs=EmptyString] DOMString namespaceURI, DOMString localName, any value);
|
||||
any getParameter([TreatNullAs=EmptyString] DOMString namespaceURI, DOMString localName);
|
||||
void removeParameter([TreatNullAs=EmptyString] DOMString namespaceURI, DOMString localName);
|
||||
void clearParameters();
|
||||
void reset();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue