mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Add crossorigin attribute and implement step 14 of prepare a script
Add WPT test for HTMLScriptElement crossOrigin IDL attribute
This commit is contained in:
parent
f566a8d44f
commit
4c616dad90
8 changed files with 140 additions and 226 deletions
|
@ -10,7 +10,7 @@ interface HTMLScriptElement : HTMLElement {
|
|||
attribute DOMString charset;
|
||||
// attribute boolean async;
|
||||
attribute boolean defer;
|
||||
// attribute DOMString crossOrigin;
|
||||
attribute DOMString? crossOrigin;
|
||||
[Pure]
|
||||
attribute DOMString text;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue