Implement Element.innerHTML setter

This commit is contained in:
Chris Paris 2015-02-10 02:27:20 -10:00
parent a521755607
commit 99286e4b4f
9 changed files with 109 additions and 67 deletions

View file

@ -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

View file

@ -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

View file

@ -1,5 +0,0 @@
[033.html]
type: testharness
[ scheduler: innerHTML and scripts moved in DOM]
expected: FAIL