mirror of
https://github.com/servo/servo.git
synced 2025-09-14 17:08:22 +01:00
Implement Element.innerHTML setter
This commit is contained in:
parent
a521755607
commit
99286e4b4f
9 changed files with 109 additions and 67 deletions
|
@ -1,11 +1,5 @@
|
|||
[Document-getElementById.html]
|
||||
type: testharness
|
||||
[add id attribute via innerHTML]
|
||||
expected: FAIL
|
||||
|
||||
[remove id attribute via innerHTML]
|
||||
expected: FAIL
|
||||
|
||||
[add id attribute via outerHTML]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,50 +0,0 @@
|
|||
[disabled-elements-01.html]
|
||||
type: testharness
|
||||
[Test [button\]: default behaviour is NOT disabled]
|
||||
expected: FAIL
|
||||
|
||||
[Test [button\]: verify disabled acts as boolean attribute]
|
||||
expected: FAIL
|
||||
|
||||
[Test [input\]: default behaviour is NOT disabled]
|
||||
expected: FAIL
|
||||
|
||||
[Test [input\]: verify disabled acts as boolean attribute]
|
||||
expected: FAIL
|
||||
|
||||
[Test [select\]: default behaviour is NOT disabled]
|
||||
expected: FAIL
|
||||
|
||||
[Test [select\]: verify disabled acts as boolean attribute]
|
||||
expected: FAIL
|
||||
|
||||
[Test [textarea\]: default behaviour is NOT disabled]
|
||||
expected: FAIL
|
||||
|
||||
[Test [textarea\]: verify disabled acts as boolean attribute]
|
||||
expected: FAIL
|
||||
|
||||
[Test [button\]: synthetic click events should be dispatched]
|
||||
expected: FAIL
|
||||
|
||||
[Test [button\]: click() should not dispatch a click event]
|
||||
expected: FAIL
|
||||
|
||||
[Test [input\]: synthetic click events should be dispatched]
|
||||
expected: FAIL
|
||||
|
||||
[Test [input\]: click() should not dispatch a click event]
|
||||
expected: FAIL
|
||||
|
||||
[Test [select\]: synthetic click events should be dispatched]
|
||||
expected: FAIL
|
||||
|
||||
[Test [select\]: click() should not dispatch a click event]
|
||||
expected: FAIL
|
||||
|
||||
[Test [textarea\]: synthetic click events should be dispatched]
|
||||
expected: FAIL
|
||||
|
||||
[Test [textarea\]: click() should not dispatch a click event]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[033.html]
|
||||
type: testharness
|
||||
[ scheduler: innerHTML and scripts moved in DOM]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue