mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Implement Window#top.
This commit is contained in:
parent
52e857dd7b
commit
8b45f9f51c
4 changed files with 10 additions and 10 deletions
|
@ -33,6 +33,7 @@
|
|||
readonly attribute Window frames;
|
||||
//[Replaceable] readonly attribute unsigned long length;
|
||||
//[Unforgeable] readonly attribute WindowProxy top;
|
||||
readonly attribute Window top;
|
||||
// attribute any opener;
|
||||
//readonly attribute WindowProxy parent;
|
||||
readonly attribute Window parent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue