Adding Name and SetName functions for window

This commit is contained in:
paavininanda 2018-02-13 14:51:20 +05:30
parent b1d3d6f632
commit b9f7aa4686
11 changed files with 76 additions and 39 deletions

View file

@ -10,9 +10,8 @@ interface HTMLIFrameElement : HTMLElement {
// [CEReactions]
// attribute DOMString srcdoc;
// https://github.com/servo/servo/issues/14453
// [CEReactions]
// attribute DOMString name;
[CEReactions]
attribute DOMString name;
[SameObject, PutForwards=value]
readonly attribute DOMTokenList sandbox;