Implementing document.hasFocus method. #6475

This commit is contained in:
Maciej Skrzypkowski 2015-07-22 22:31:29 +02:00
parent 8edf1a5ecd
commit 07c0cd8a18
3 changed files with 22 additions and 7 deletions

View file

@ -30,9 +30,6 @@
[Document interface: operation writeln(DOMString)]
expected: FAIL
[Document interface: operation hasFocus()]
expected: FAIL
[Document interface: attribute designMode]
expected: FAIL
@ -1098,9 +1095,6 @@
[Document interface: calling writeln(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError]
expected: FAIL
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "hasFocus" with the proper type (61)]
expected: FAIL
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "designMode" with the proper type (62)]
expected: FAIL