Fixes #11407: Implement Window.status

This commit is contained in:
Bharath M R 2016-05-25 18:38:56 -07:00
parent 4dcb05ca4f
commit a4d9a1d6a1
4 changed files with 37 additions and 1 deletions

View file

@ -20,7 +20,7 @@
//[Replaceable] readonly attribute BarProp scrollbars;
//[Replaceable] readonly attribute BarProp statusbar;
//[Replaceable] readonly attribute BarProp toolbar;
// attribute DOMString status;
attribute DOMString status;
void close();
//readonly attribute boolean closed;
//void stop();