mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Implementing document.hasFocus method. #6475
This commit is contained in:
parent
8edf1a5ecd
commit
07c0cd8a18
3 changed files with 22 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue