mirror of
https://github.com/servo/servo.git
synced 2025-09-04 03:58:23 +01:00
Added document.activeElement attribute.
This commit is contained in:
parent
82f70c5d50
commit
7da356cd05
6 changed files with 43 additions and 9 deletions
|
@ -30,9 +30,6 @@
|
|||
[Document interface: operation writeln(DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute activeElement]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: operation hasFocus()]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1125,9 +1122,6 @@
|
|||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "defaultView" with the proper type (59)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "activeElement" with the proper type (60)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "hasFocus" with the proper type (61)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
[disabledElement.html]
|
||||
type: testharness
|
||||
[The body element must be the active element if no element is focused]
|
||||
expected: FAIL
|
||||
|
||||
[A disabled <button> should not be focusable]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue