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