mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +02:00
Update web-platform-tests.
This commit is contained in:
@@ -6,33 +6,45 @@
|
||||
[Test [button\]: verify disabled acts as boolean attribute]
|
||||
expected: FAIL
|
||||
|
||||
[Test [button\]: dispatched click event should succeed and queued prevented]
|
||||
expected: FAIL
|
||||
|
||||
[Test [input\]: default behaviour is NOT disabled]
|
||||
expected: FAIL
|
||||
|
||||
[Test [input\]: verify disabled acts as boolean attribute]
|
||||
expected: FAIL
|
||||
|
||||
[Test [input\]: dispatched click event should succeed and queued prevented]
|
||||
expected: FAIL
|
||||
|
||||
[Test [select\]: default behaviour is NOT disabled]
|
||||
expected: FAIL
|
||||
|
||||
[Test [select\]: verify disabled acts as boolean attribute]
|
||||
expected: FAIL
|
||||
|
||||
[Test [select\]: dispatched click event should succeed and queued prevented]
|
||||
expected: FAIL
|
||||
|
||||
[Test [textarea\]: default behaviour is NOT disabled]
|
||||
expected: FAIL
|
||||
|
||||
[Test [textarea\]: verify disabled acts as boolean attribute]
|
||||
expected: FAIL
|
||||
|
||||
[Test [textarea\]: dispatched click event should succeed and queued prevented]
|
||||
[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
|
||||
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
[common-HTMLOptionsCollection-namedItem.html]
|
||||
type: testharness
|
||||
[if only one item has a *name* or id value matching the parameter, return that object and stop]
|
||||
expected: FAIL
|
||||
|
||||
[if only one item has a name or *id* value matching the parameter, return that object and stop]
|
||||
expected: FAIL
|
||||
|
||||
[if no item has a name or id value matching the parameter, return null and stop]
|
||||
expected: FAIL
|
||||
|
||||
[return an HTMLOptionsCollection in correct order for repeated \'id\' value]
|
||||
expected: FAIL
|
||||
|
||||
[return an HTMLOptionsCollection in correct order for repeated \'name\' value]
|
||||
expected: FAIL
|
||||
|
||||
[return an HTMLOptionsCollection in correct order for repeated mixed value]
|
||||
expected: FAIL
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
[common-HTMLOptionsCollection.html]
|
||||
type: testharness
|
||||
[On getting, the length attribute must return the number of nodes represented by the collection.]
|
||||
expected: FAIL
|
||||
|
||||
[Changing the length adds new nodes; The number of new nodes = new length minus old length]
|
||||
expected: FAIL
|
||||
|
||||
[New nodes have no value]
|
||||
expected: FAIL
|
||||
|
||||
[Setting a length equal to existing length changes nothing]
|
||||
expected: FAIL
|
||||
|
||||
Reference in New Issue
Block a user