Basic element.focus and blur methods

Fixes #5462.
This commit is contained in:
Matt Brubeck 2015-03-30 13:32:48 -07:00
parent 8758d7d11a
commit ad6c511a5e
6 changed files with 58 additions and 27 deletions

View file

@ -1704,12 +1704,6 @@
[HTMLElement interface: attribute tabIndex]
expected: FAIL
[HTMLElement interface: operation focus()]
expected: FAIL
[HTMLElement interface: operation blur()]
expected: FAIL
[HTMLElement interface: attribute accessKey]
expected: FAIL
@ -1959,12 +1953,6 @@
[HTMLElement interface: document.createElement("noscript") must inherit property "tabIndex" with the proper type (14)]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "focus" with the proper type (15)]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "blur" with the proper type (16)]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "accessKey" with the proper type (17)]
expected: FAIL

View file

@ -20,10 +20,3 @@
[A disabled <input[type=radio\]> should not be focusable]
expected: FAIL
[A disabled <a> should be focusable]
expected: FAIL
[A disabled <span> should be focusable]
expected: FAIL