Update test expectations.

This commit is contained in:
Josh Matthews 2017-11-15 13:49:38 -05:00
parent 35db26d1a9
commit 0c83d95d5a
51 changed files with 232 additions and 60 deletions

View file

@ -0,0 +1,13 @@
[HTMLInputElement.html]
[capture on HTMLInputElement must enqueue an attributeChanged reaction when adding new attribute]
expected: FAIL
[capture on HTMLInputElement must enqueue an attributeChanged reaction when replacing an existing attribute]
expected: FAIL
[capture on HTMLInputElement must enqueue an attributeChanged reaction when adding invalid value default]
expected: FAIL
[capture on HTMLInputElement must enqueue an attributeChanged reaction when removing the attribute]
expected: FAIL