servo/tests/wpt/meta/html/dom/reflection-forms.html.ini
Simon Wülker f93d65b496
script: Implement HTMLOptgroupElement::Label (#35970)
* Implement HTMLOptgroupElement::Label

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>

* Update WPT expectations

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>

---------

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
2025-03-14 20:33:07 +00:00

3462 lines
78 KiB
INI
Vendored
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[reflection-forms.html]
[form.accessKey: typeof IDL attribute]
expected: FAIL
[form.accessKey: IDL get with DOM attribute unset]
expected: FAIL
[form.accessKey: setAttribute() to ""]
expected: FAIL
[form.accessKey: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[form.accessKey: setAttribute() to undefined]
expected: FAIL
[form.accessKey: setAttribute() to 7]
expected: FAIL
[form.accessKey: setAttribute() to 1.5]
expected: FAIL
[form.accessKey: setAttribute() to "5%"]
expected: FAIL
[form.accessKey: setAttribute() to "+100"]
expected: FAIL
[form.accessKey: setAttribute() to ".5"]
expected: FAIL
[form.accessKey: setAttribute() to true]
expected: FAIL
[form.accessKey: setAttribute() to false]
expected: FAIL
[form.accessKey: setAttribute() to object "[object Object\]"]
expected: FAIL
[form.accessKey: setAttribute() to NaN]
expected: FAIL
[form.accessKey: setAttribute() to Infinity]
expected: FAIL
[form.accessKey: setAttribute() to -Infinity]
expected: FAIL
[form.accessKey: setAttribute() to "\\0"]
expected: FAIL
[form.accessKey: setAttribute() to null]
expected: FAIL
[form.accessKey: setAttribute() to object "test-toString"]
expected: FAIL
[form.accessKey: setAttribute() to object "test-valueOf"]
expected: FAIL
[form.accessKey: IDL set to ""]
expected: FAIL
[form.accessKey: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[form.accessKey: IDL set to undefined]
expected: FAIL
[form.accessKey: IDL set to 7]
expected: FAIL
[form.accessKey: IDL set to 1.5]
expected: FAIL
[form.accessKey: IDL set to "5%"]
expected: FAIL
[form.accessKey: IDL set to "+100"]
expected: FAIL
[form.accessKey: IDL set to ".5"]
expected: FAIL
[form.accessKey: IDL set to true]
expected: FAIL
[form.accessKey: IDL set to false]
expected: FAIL
[form.accessKey: IDL set to object "[object Object\]"]
expected: FAIL
[form.accessKey: IDL set to NaN]
expected: FAIL
[form.accessKey: IDL set to Infinity]
expected: FAIL
[form.accessKey: IDL set to -Infinity]
expected: FAIL
[form.accessKey: IDL set to "\\0"]
expected: FAIL
[form.accessKey: IDL set to null]
expected: FAIL
[form.accessKey: IDL set to object "test-toString"]
expected: FAIL
[form.accessKey: IDL set to object "test-valueOf"]
expected: FAIL
[form.tabIndex: typeof IDL attribute]
expected: FAIL
[form.tabIndex: setAttribute() to -36]
expected: FAIL
[form.tabIndex: setAttribute() to -1]
expected: FAIL
[form.tabIndex: setAttribute() to 0]
expected: FAIL
[form.tabIndex: setAttribute() to 1]
expected: FAIL
[form.tabIndex: setAttribute() to 2147483647]
expected: FAIL
[form.tabIndex: setAttribute() to -2147483648]
expected: FAIL
[form.tabIndex: setAttribute() to "-1"]
expected: FAIL
[form.tabIndex: setAttribute() to "-0"]
expected: FAIL
[form.tabIndex: setAttribute() to "0"]
expected: FAIL
[form.tabIndex: setAttribute() to "1"]
expected: FAIL
[form.tabIndex: setAttribute() to "\\t7"]
expected: FAIL
[form.tabIndex: setAttribute() to "\\f7"]
expected: FAIL
[form.tabIndex: setAttribute() to " 7"]
expected: FAIL
[form.tabIndex: setAttribute() to "\\n7"]
expected: FAIL
[form.tabIndex: setAttribute() to "\\r7"]
expected: FAIL
[form.tabIndex: setAttribute() to 1.5]
expected: FAIL
[form.tabIndex: setAttribute() to "5%"]
expected: FAIL
[form.tabIndex: setAttribute() to "+100"]
expected: FAIL
[form.tabIndex: setAttribute() to object "2"]
expected: FAIL
[form.tabIndex: IDL set to -36]
expected: FAIL
[form.tabIndex: IDL set to -1]
expected: FAIL
[form.tabIndex: IDL set to 0]
expected: FAIL
[form.tabIndex: IDL set to 1]
expected: FAIL
[form.tabIndex: IDL set to 2147483647]
expected: FAIL
[form.tabIndex: IDL set to -2147483648]
expected: FAIL
[fieldset.accessKey: typeof IDL attribute]
expected: FAIL
[fieldset.accessKey: IDL get with DOM attribute unset]
expected: FAIL
[fieldset.accessKey: setAttribute() to ""]
expected: FAIL
[fieldset.accessKey: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[fieldset.accessKey: setAttribute() to undefined]
expected: FAIL
[fieldset.accessKey: setAttribute() to 7]
expected: FAIL
[fieldset.accessKey: setAttribute() to 1.5]
expected: FAIL
[fieldset.accessKey: setAttribute() to "5%"]
expected: FAIL
[fieldset.accessKey: setAttribute() to "+100"]
expected: FAIL
[fieldset.accessKey: setAttribute() to ".5"]
expected: FAIL
[fieldset.accessKey: setAttribute() to true]
expected: FAIL
[fieldset.accessKey: setAttribute() to false]
expected: FAIL
[fieldset.accessKey: setAttribute() to object "[object Object\]"]
expected: FAIL
[fieldset.accessKey: setAttribute() to NaN]
expected: FAIL
[fieldset.accessKey: setAttribute() to Infinity]
expected: FAIL
[fieldset.accessKey: setAttribute() to -Infinity]
expected: FAIL
[fieldset.accessKey: setAttribute() to "\\0"]
expected: FAIL
[fieldset.accessKey: setAttribute() to null]
expected: FAIL
[fieldset.accessKey: setAttribute() to object "test-toString"]
expected: FAIL
[fieldset.accessKey: setAttribute() to object "test-valueOf"]
expected: FAIL
[fieldset.accessKey: IDL set to ""]
expected: FAIL
[fieldset.accessKey: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[fieldset.accessKey: IDL set to undefined]
expected: FAIL
[fieldset.accessKey: IDL set to 7]
expected: FAIL
[fieldset.accessKey: IDL set to 1.5]
expected: FAIL
[fieldset.accessKey: IDL set to "5%"]
expected: FAIL
[fieldset.accessKey: IDL set to "+100"]
expected: FAIL
[fieldset.accessKey: IDL set to ".5"]
expected: FAIL
[fieldset.accessKey: IDL set to true]
expected: FAIL
[fieldset.accessKey: IDL set to false]
expected: FAIL
[fieldset.accessKey: IDL set to object "[object Object\]"]
expected: FAIL
[fieldset.accessKey: IDL set to NaN]
expected: FAIL
[fieldset.accessKey: IDL set to Infinity]
expected: FAIL
[fieldset.accessKey: IDL set to -Infinity]
expected: FAIL
[fieldset.accessKey: IDL set to "\\0"]
expected: FAIL
[fieldset.accessKey: IDL set to null]
expected: FAIL
[fieldset.accessKey: IDL set to object "test-toString"]
expected: FAIL
[fieldset.accessKey: IDL set to object "test-valueOf"]
expected: FAIL
[fieldset.tabIndex: typeof IDL attribute]
expected: FAIL
[fieldset.tabIndex: setAttribute() to -36]
expected: FAIL
[fieldset.tabIndex: setAttribute() to -1]
expected: FAIL
[fieldset.tabIndex: setAttribute() to 0]
expected: FAIL
[fieldset.tabIndex: setAttribute() to 1]
expected: FAIL
[fieldset.tabIndex: setAttribute() to 2147483647]
expected: FAIL
[fieldset.tabIndex: setAttribute() to -2147483648]
expected: FAIL
[fieldset.tabIndex: setAttribute() to "-1"]
expected: FAIL
[fieldset.tabIndex: setAttribute() to "-0"]
expected: FAIL
[fieldset.tabIndex: setAttribute() to "0"]
expected: FAIL
[fieldset.tabIndex: setAttribute() to "1"]
expected: FAIL
[fieldset.tabIndex: setAttribute() to "\\t7"]
expected: FAIL
[fieldset.tabIndex: setAttribute() to "\\f7"]
expected: FAIL
[fieldset.tabIndex: setAttribute() to " 7"]
expected: FAIL
[fieldset.tabIndex: setAttribute() to "\\n7"]
expected: FAIL
[fieldset.tabIndex: setAttribute() to "\\r7"]
expected: FAIL
[fieldset.tabIndex: setAttribute() to 1.5]
expected: FAIL
[fieldset.tabIndex: setAttribute() to "5%"]
expected: FAIL
[fieldset.tabIndex: setAttribute() to "+100"]
expected: FAIL
[fieldset.tabIndex: setAttribute() to object "2"]
expected: FAIL
[fieldset.tabIndex: IDL set to -36]
expected: FAIL
[fieldset.tabIndex: IDL set to -1]
expected: FAIL
[fieldset.tabIndex: IDL set to 0]
expected: FAIL
[fieldset.tabIndex: IDL set to 1]
expected: FAIL
[fieldset.tabIndex: IDL set to 2147483647]
expected: FAIL
[fieldset.tabIndex: IDL set to -2147483648]
expected: FAIL
[legend.accessKey: typeof IDL attribute]
expected: FAIL
[legend.accessKey: IDL get with DOM attribute unset]
expected: FAIL
[legend.accessKey: setAttribute() to ""]
expected: FAIL
[legend.accessKey: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[legend.accessKey: setAttribute() to undefined]
expected: FAIL
[legend.accessKey: setAttribute() to 7]
expected: FAIL
[legend.accessKey: setAttribute() to 1.5]
expected: FAIL
[legend.accessKey: setAttribute() to "5%"]
expected: FAIL
[legend.accessKey: setAttribute() to "+100"]
expected: FAIL
[legend.accessKey: setAttribute() to ".5"]
expected: FAIL
[legend.accessKey: setAttribute() to true]
expected: FAIL
[legend.accessKey: setAttribute() to false]
expected: FAIL
[legend.accessKey: setAttribute() to object "[object Object\]"]
expected: FAIL
[legend.accessKey: setAttribute() to NaN]
expected: FAIL
[legend.accessKey: setAttribute() to Infinity]
expected: FAIL
[legend.accessKey: setAttribute() to -Infinity]
expected: FAIL
[legend.accessKey: setAttribute() to "\\0"]
expected: FAIL
[legend.accessKey: setAttribute() to null]
expected: FAIL
[legend.accessKey: setAttribute() to object "test-toString"]
expected: FAIL
[legend.accessKey: setAttribute() to object "test-valueOf"]
expected: FAIL
[legend.accessKey: IDL set to ""]
expected: FAIL
[legend.accessKey: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[legend.accessKey: IDL set to undefined]
expected: FAIL
[legend.accessKey: IDL set to 7]
expected: FAIL
[legend.accessKey: IDL set to 1.5]
expected: FAIL
[legend.accessKey: IDL set to "5%"]
expected: FAIL
[legend.accessKey: IDL set to "+100"]
expected: FAIL
[legend.accessKey: IDL set to ".5"]
expected: FAIL
[legend.accessKey: IDL set to true]
expected: FAIL
[legend.accessKey: IDL set to false]
expected: FAIL
[legend.accessKey: IDL set to object "[object Object\]"]
expected: FAIL
[legend.accessKey: IDL set to NaN]
expected: FAIL
[legend.accessKey: IDL set to Infinity]
expected: FAIL
[legend.accessKey: IDL set to -Infinity]
expected: FAIL
[legend.accessKey: IDL set to "\\0"]
expected: FAIL
[legend.accessKey: IDL set to null]
expected: FAIL
[legend.accessKey: IDL set to object "test-toString"]
expected: FAIL
[legend.accessKey: IDL set to object "test-valueOf"]
expected: FAIL
[legend.tabIndex: typeof IDL attribute]
expected: FAIL
[legend.tabIndex: setAttribute() to -36]
expected: FAIL
[legend.tabIndex: setAttribute() to -1]
expected: FAIL
[legend.tabIndex: setAttribute() to 0]
expected: FAIL
[legend.tabIndex: setAttribute() to 1]
expected: FAIL
[legend.tabIndex: setAttribute() to 2147483647]
expected: FAIL
[legend.tabIndex: setAttribute() to -2147483648]
expected: FAIL
[legend.tabIndex: setAttribute() to "-1"]
expected: FAIL
[legend.tabIndex: setAttribute() to "-0"]
expected: FAIL
[legend.tabIndex: setAttribute() to "0"]
expected: FAIL
[legend.tabIndex: setAttribute() to "1"]
expected: FAIL
[legend.tabIndex: setAttribute() to "\\t7"]
expected: FAIL
[legend.tabIndex: setAttribute() to "\\f7"]
expected: FAIL
[legend.tabIndex: setAttribute() to " 7"]
expected: FAIL
[legend.tabIndex: setAttribute() to "\\n7"]
expected: FAIL
[legend.tabIndex: setAttribute() to "\\r7"]
expected: FAIL
[legend.tabIndex: setAttribute() to 1.5]
expected: FAIL
[legend.tabIndex: setAttribute() to "5%"]
expected: FAIL
[legend.tabIndex: setAttribute() to "+100"]
expected: FAIL
[legend.tabIndex: setAttribute() to object "2"]
expected: FAIL
[legend.tabIndex: IDL set to -36]
expected: FAIL
[legend.tabIndex: IDL set to -1]
expected: FAIL
[legend.tabIndex: IDL set to 0]
expected: FAIL
[legend.tabIndex: IDL set to 1]
expected: FAIL
[legend.tabIndex: IDL set to 2147483647]
expected: FAIL
[legend.tabIndex: IDL set to -2147483648]
expected: FAIL
[legend.align: typeof IDL attribute]
expected: FAIL
[legend.align: IDL get with DOM attribute unset]
expected: FAIL
[legend.align: setAttribute() to ""]
expected: FAIL
[legend.align: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[legend.align: setAttribute() to undefined]
expected: FAIL
[legend.align: setAttribute() to 7]
expected: FAIL
[legend.align: setAttribute() to 1.5]
expected: FAIL
[legend.align: setAttribute() to "5%"]
expected: FAIL
[legend.align: setAttribute() to "+100"]
expected: FAIL
[legend.align: setAttribute() to ".5"]
expected: FAIL
[legend.align: setAttribute() to true]
expected: FAIL
[legend.align: setAttribute() to false]
expected: FAIL
[legend.align: setAttribute() to object "[object Object\]"]
expected: FAIL
[legend.align: setAttribute() to NaN]
expected: FAIL
[legend.align: setAttribute() to Infinity]
expected: FAIL
[legend.align: setAttribute() to -Infinity]
expected: FAIL
[legend.align: setAttribute() to "\\0"]
expected: FAIL
[legend.align: setAttribute() to null]
expected: FAIL
[legend.align: setAttribute() to object "test-toString"]
expected: FAIL
[legend.align: setAttribute() to object "test-valueOf"]
expected: FAIL
[legend.align: IDL set to ""]
expected: FAIL
[legend.align: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[legend.align: IDL set to undefined]
expected: FAIL
[legend.align: IDL set to 7]
expected: FAIL
[legend.align: IDL set to 1.5]
expected: FAIL
[legend.align: IDL set to "5%"]
expected: FAIL
[legend.align: IDL set to "+100"]
expected: FAIL
[legend.align: IDL set to ".5"]
expected: FAIL
[legend.align: IDL set to true]
expected: FAIL
[legend.align: IDL set to false]
expected: FAIL
[legend.align: IDL set to object "[object Object\]"]
expected: FAIL
[legend.align: IDL set to NaN]
expected: FAIL
[legend.align: IDL set to Infinity]
expected: FAIL
[legend.align: IDL set to -Infinity]
expected: FAIL
[legend.align: IDL set to "\\0"]
expected: FAIL
[legend.align: IDL set to null]
expected: FAIL
[legend.align: IDL set to object "test-toString"]
expected: FAIL
[legend.align: IDL set to object "test-valueOf"]
expected: FAIL
[label.accessKey: typeof IDL attribute]
expected: FAIL
[label.accessKey: IDL get with DOM attribute unset]
expected: FAIL
[label.accessKey: setAttribute() to ""]
expected: FAIL
[label.accessKey: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[label.accessKey: setAttribute() to undefined]
expected: FAIL
[label.accessKey: setAttribute() to 7]
expected: FAIL
[label.accessKey: setAttribute() to 1.5]
expected: FAIL
[label.accessKey: setAttribute() to "5%"]
expected: FAIL
[label.accessKey: setAttribute() to "+100"]
expected: FAIL
[label.accessKey: setAttribute() to ".5"]
expected: FAIL
[label.accessKey: setAttribute() to true]
expected: FAIL
[label.accessKey: setAttribute() to false]
expected: FAIL
[label.accessKey: setAttribute() to object "[object Object\]"]
expected: FAIL
[label.accessKey: setAttribute() to NaN]
expected: FAIL
[label.accessKey: setAttribute() to Infinity]
expected: FAIL
[label.accessKey: setAttribute() to -Infinity]
expected: FAIL
[label.accessKey: setAttribute() to "\\0"]
expected: FAIL
[label.accessKey: setAttribute() to null]
expected: FAIL
[label.accessKey: setAttribute() to object "test-toString"]
expected: FAIL
[label.accessKey: setAttribute() to object "test-valueOf"]
expected: FAIL
[label.accessKey: IDL set to ""]
expected: FAIL
[label.accessKey: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[label.accessKey: IDL set to undefined]
expected: FAIL
[label.accessKey: IDL set to 7]
expected: FAIL
[label.accessKey: IDL set to 1.5]
expected: FAIL
[label.accessKey: IDL set to "5%"]
expected: FAIL
[label.accessKey: IDL set to "+100"]
expected: FAIL
[label.accessKey: IDL set to ".5"]
expected: FAIL
[label.accessKey: IDL set to true]
expected: FAIL
[label.accessKey: IDL set to false]
expected: FAIL
[label.accessKey: IDL set to object "[object Object\]"]
expected: FAIL
[label.accessKey: IDL set to NaN]
expected: FAIL
[label.accessKey: IDL set to Infinity]
expected: FAIL
[label.accessKey: IDL set to -Infinity]
expected: FAIL
[label.accessKey: IDL set to "\\0"]
expected: FAIL
[label.accessKey: IDL set to null]
expected: FAIL
[label.accessKey: IDL set to object "test-toString"]
expected: FAIL
[label.accessKey: IDL set to object "test-valueOf"]
expected: FAIL
[label.tabIndex: typeof IDL attribute]
expected: FAIL
[label.tabIndex: setAttribute() to -36]
expected: FAIL
[label.tabIndex: setAttribute() to -1]
expected: FAIL
[label.tabIndex: setAttribute() to 0]
expected: FAIL
[label.tabIndex: setAttribute() to 1]
expected: FAIL
[label.tabIndex: setAttribute() to 2147483647]
expected: FAIL
[label.tabIndex: setAttribute() to -2147483648]
expected: FAIL
[label.tabIndex: setAttribute() to "-1"]
expected: FAIL
[label.tabIndex: setAttribute() to "-0"]
expected: FAIL
[label.tabIndex: setAttribute() to "0"]
expected: FAIL
[label.tabIndex: setAttribute() to "1"]
expected: FAIL
[label.tabIndex: setAttribute() to "\\t7"]
expected: FAIL
[label.tabIndex: setAttribute() to "\\f7"]
expected: FAIL
[label.tabIndex: setAttribute() to " 7"]
expected: FAIL
[label.tabIndex: setAttribute() to "\\n7"]
expected: FAIL
[label.tabIndex: setAttribute() to "\\r7"]
expected: FAIL
[label.tabIndex: setAttribute() to 1.5]
expected: FAIL
[label.tabIndex: setAttribute() to "5%"]
expected: FAIL
[label.tabIndex: setAttribute() to "+100"]
expected: FAIL
[label.tabIndex: setAttribute() to object "2"]
expected: FAIL
[label.tabIndex: IDL set to -36]
expected: FAIL
[label.tabIndex: IDL set to -1]
expected: FAIL
[label.tabIndex: IDL set to 0]
expected: FAIL
[label.tabIndex: IDL set to 1]
expected: FAIL
[label.tabIndex: IDL set to 2147483647]
expected: FAIL
[label.tabIndex: IDL set to -2147483648]
expected: FAIL
[input.accessKey: typeof IDL attribute]
expected: FAIL
[input.accessKey: IDL get with DOM attribute unset]
expected: FAIL
[input.accessKey: setAttribute() to ""]
expected: FAIL
[input.accessKey: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[input.accessKey: setAttribute() to undefined]
expected: FAIL
[input.accessKey: setAttribute() to 7]
expected: FAIL
[input.accessKey: setAttribute() to 1.5]
expected: FAIL
[input.accessKey: setAttribute() to "5%"]
expected: FAIL
[input.accessKey: setAttribute() to "+100"]
expected: FAIL
[input.accessKey: setAttribute() to ".5"]
expected: FAIL
[input.accessKey: setAttribute() to true]
expected: FAIL
[input.accessKey: setAttribute() to false]
expected: FAIL
[input.accessKey: setAttribute() to object "[object Object\]"]
expected: FAIL
[input.accessKey: setAttribute() to NaN]
expected: FAIL
[input.accessKey: setAttribute() to Infinity]
expected: FAIL
[input.accessKey: setAttribute() to -Infinity]
expected: FAIL
[input.accessKey: setAttribute() to "\\0"]
expected: FAIL
[input.accessKey: setAttribute() to null]
expected: FAIL
[input.accessKey: setAttribute() to object "test-toString"]
expected: FAIL
[input.accessKey: setAttribute() to object "test-valueOf"]
expected: FAIL
[input.accessKey: IDL set to ""]
expected: FAIL
[input.accessKey: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[input.accessKey: IDL set to undefined]
expected: FAIL
[input.accessKey: IDL set to 7]
expected: FAIL
[input.accessKey: IDL set to 1.5]
expected: FAIL
[input.accessKey: IDL set to "5%"]
expected: FAIL
[input.accessKey: IDL set to "+100"]
expected: FAIL
[input.accessKey: IDL set to ".5"]
expected: FAIL
[input.accessKey: IDL set to true]
expected: FAIL
[input.accessKey: IDL set to false]
expected: FAIL
[input.accessKey: IDL set to object "[object Object\]"]
expected: FAIL
[input.accessKey: IDL set to NaN]
expected: FAIL
[input.accessKey: IDL set to Infinity]
expected: FAIL
[input.accessKey: IDL set to -Infinity]
expected: FAIL
[input.accessKey: IDL set to "\\0"]
expected: FAIL
[input.accessKey: IDL set to null]
expected: FAIL
[input.accessKey: IDL set to object "test-toString"]
expected: FAIL
[input.accessKey: IDL set to object "test-valueOf"]
expected: FAIL
[input.tabIndex: typeof IDL attribute]
expected: FAIL
[input.tabIndex: setAttribute() to -36]
expected: FAIL
[input.tabIndex: setAttribute() to -1]
expected: FAIL
[input.tabIndex: setAttribute() to 0]
expected: FAIL
[input.tabIndex: setAttribute() to 1]
expected: FAIL
[input.tabIndex: setAttribute() to 2147483647]
expected: FAIL
[input.tabIndex: setAttribute() to -2147483648]
expected: FAIL
[input.tabIndex: setAttribute() to "-1"]
expected: FAIL
[input.tabIndex: setAttribute() to "-0"]
expected: FAIL
[input.tabIndex: setAttribute() to "0"]
expected: FAIL
[input.tabIndex: setAttribute() to "1"]
expected: FAIL
[input.tabIndex: setAttribute() to "\\t7"]
expected: FAIL
[input.tabIndex: setAttribute() to "\\f7"]
expected: FAIL
[input.tabIndex: setAttribute() to " 7"]
expected: FAIL
[input.tabIndex: setAttribute() to "\\n7"]
expected: FAIL
[input.tabIndex: setAttribute() to "\\r7"]
expected: FAIL
[input.tabIndex: setAttribute() to 1.5]
expected: FAIL
[input.tabIndex: setAttribute() to "5%"]
expected: FAIL
[input.tabIndex: setAttribute() to "+100"]
expected: FAIL
[input.tabIndex: setAttribute() to object "2"]
expected: FAIL
[input.tabIndex: IDL set to -36]
expected: FAIL
[input.tabIndex: IDL set to -1]
expected: FAIL
[input.tabIndex: IDL set to 0]
expected: FAIL
[input.tabIndex: IDL set to 1]
expected: FAIL
[input.tabIndex: IDL set to 2147483647]
expected: FAIL
[input.tabIndex: IDL set to -2147483648]
expected: FAIL
[input.autocomplete: typeof IDL attribute]
expected: FAIL
[input.autocomplete: IDL set to ""]
expected: FAIL
[input.autocomplete: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[input.autocomplete: IDL set to undefined]
expected: FAIL
[input.autocomplete: IDL set to 7]
expected: FAIL
[input.autocomplete: IDL set to 1.5]
expected: FAIL
[input.autocomplete: IDL set to "5%"]
expected: FAIL
[input.autocomplete: IDL set to "+100"]
expected: FAIL
[input.autocomplete: IDL set to ".5"]
expected: FAIL
[input.autocomplete: IDL set to true]
expected: FAIL
[input.autocomplete: IDL set to false]
expected: FAIL
[input.autocomplete: IDL set to object "[object Object\]"]
expected: FAIL
[input.autocomplete: IDL set to NaN]
expected: FAIL
[input.autocomplete: IDL set to Infinity]
expected: FAIL
[input.autocomplete: IDL set to -Infinity]
expected: FAIL
[input.autocomplete: IDL set to "\\0"]
expected: FAIL
[input.autocomplete: IDL set to null]
expected: FAIL
[input.autocomplete: IDL set to object "test-toString"]
expected: FAIL
[input.autocomplete: IDL set to object "test-valueOf"]
expected: FAIL
[input.formMethod: IDL get with DOM attribute unset]
expected: FAIL
[input.height: typeof IDL attribute]
expected: FAIL
[input.height: IDL set to 0]
expected: FAIL
[input.height: IDL set to 1]
expected: FAIL
[input.height: IDL set to 257]
expected: FAIL
[input.height: IDL set to 2147483647]
expected: FAIL
[input.height: IDL set to "-0"]
expected: FAIL
[input.height: IDL set to 2147483648]
expected: FAIL
[input.height: IDL set to 4294967295]
expected: FAIL
[input.width: typeof IDL attribute]
expected: FAIL
[input.width: IDL set to 0]
expected: FAIL
[input.width: IDL set to 1]
expected: FAIL
[input.width: IDL set to 257]
expected: FAIL
[input.width: IDL set to 2147483647]
expected: FAIL
[input.width: IDL set to "-0"]
expected: FAIL
[input.width: IDL set to 2147483648]
expected: FAIL
[input.width: IDL set to 4294967295]
expected: FAIL
[input.align: typeof IDL attribute]
expected: FAIL
[input.align: IDL get with DOM attribute unset]
expected: FAIL
[input.align: setAttribute() to ""]
expected: FAIL
[input.align: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[input.align: setAttribute() to undefined]
expected: FAIL
[input.align: setAttribute() to 7]
expected: FAIL
[input.align: setAttribute() to 1.5]
expected: FAIL
[input.align: setAttribute() to "5%"]
expected: FAIL
[input.align: setAttribute() to "+100"]
expected: FAIL
[input.align: setAttribute() to ".5"]
expected: FAIL
[input.align: setAttribute() to true]
expected: FAIL
[input.align: setAttribute() to false]
expected: FAIL
[input.align: setAttribute() to object "[object Object\]"]
expected: FAIL
[input.align: setAttribute() to NaN]
expected: FAIL
[input.align: setAttribute() to Infinity]
expected: FAIL
[input.align: setAttribute() to -Infinity]
expected: FAIL
[input.align: setAttribute() to "\\0"]
expected: FAIL
[input.align: setAttribute() to null]
expected: FAIL
[input.align: setAttribute() to object "test-toString"]
expected: FAIL
[input.align: setAttribute() to object "test-valueOf"]
expected: FAIL
[input.align: IDL set to ""]
expected: FAIL
[input.align: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[input.align: IDL set to undefined]
expected: FAIL
[input.align: IDL set to 7]
expected: FAIL
[input.align: IDL set to 1.5]
expected: FAIL
[input.align: IDL set to "5%"]
expected: FAIL
[input.align: IDL set to "+100"]
expected: FAIL
[input.align: IDL set to ".5"]
expected: FAIL
[input.align: IDL set to true]
expected: FAIL
[input.align: IDL set to false]
expected: FAIL
[input.align: IDL set to object "[object Object\]"]
expected: FAIL
[input.align: IDL set to NaN]
expected: FAIL
[input.align: IDL set to Infinity]
expected: FAIL
[input.align: IDL set to -Infinity]
expected: FAIL
[input.align: IDL set to "\\0"]
expected: FAIL
[input.align: IDL set to null]
expected: FAIL
[input.align: IDL set to object "test-toString"]
expected: FAIL
[input.align: IDL set to object "test-valueOf"]
expected: FAIL
[input.useMap: typeof IDL attribute]
expected: FAIL
[input.useMap: IDL get with DOM attribute unset]
expected: FAIL
[input.useMap: setAttribute() to ""]
expected: FAIL
[input.useMap: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[input.useMap: setAttribute() to undefined]
expected: FAIL
[input.useMap: setAttribute() to 7]
expected: FAIL
[input.useMap: setAttribute() to 1.5]
expected: FAIL
[input.useMap: setAttribute() to "5%"]
expected: FAIL
[input.useMap: setAttribute() to "+100"]
expected: FAIL
[input.useMap: setAttribute() to ".5"]
expected: FAIL
[input.useMap: setAttribute() to true]
expected: FAIL
[input.useMap: setAttribute() to false]
expected: FAIL
[input.useMap: setAttribute() to object "[object Object\]"]
expected: FAIL
[input.useMap: setAttribute() to NaN]
expected: FAIL
[input.useMap: setAttribute() to Infinity]
expected: FAIL
[input.useMap: setAttribute() to -Infinity]
expected: FAIL
[input.useMap: setAttribute() to "\\0"]
expected: FAIL
[input.useMap: setAttribute() to null]
expected: FAIL
[input.useMap: setAttribute() to object "test-toString"]
expected: FAIL
[input.useMap: setAttribute() to object "test-valueOf"]
expected: FAIL
[input.useMap: IDL set to ""]
expected: FAIL
[input.useMap: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[input.useMap: IDL set to undefined]
expected: FAIL
[input.useMap: IDL set to 7]
expected: FAIL
[input.useMap: IDL set to 1.5]
expected: FAIL
[input.useMap: IDL set to "5%"]
expected: FAIL
[input.useMap: IDL set to "+100"]
expected: FAIL
[input.useMap: IDL set to ".5"]
expected: FAIL
[input.useMap: IDL set to true]
expected: FAIL
[input.useMap: IDL set to false]
expected: FAIL
[input.useMap: IDL set to object "[object Object\]"]
expected: FAIL
[input.useMap: IDL set to NaN]
expected: FAIL
[input.useMap: IDL set to Infinity]
expected: FAIL
[input.useMap: IDL set to -Infinity]
expected: FAIL
[input.useMap: IDL set to "\\0"]
expected: FAIL
[input.useMap: IDL set to null]
expected: FAIL
[input.useMap: IDL set to object "test-toString"]
expected: FAIL
[input.useMap: IDL set to object "test-valueOf"]
expected: FAIL
[button.accessKey: typeof IDL attribute]
expected: FAIL
[button.accessKey: IDL get with DOM attribute unset]
expected: FAIL
[button.accessKey: setAttribute() to ""]
expected: FAIL
[button.accessKey: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[button.accessKey: setAttribute() to undefined]
expected: FAIL
[button.accessKey: setAttribute() to 7]
expected: FAIL
[button.accessKey: setAttribute() to 1.5]
expected: FAIL
[button.accessKey: setAttribute() to "5%"]
expected: FAIL
[button.accessKey: setAttribute() to "+100"]
expected: FAIL
[button.accessKey: setAttribute() to ".5"]
expected: FAIL
[button.accessKey: setAttribute() to true]
expected: FAIL
[button.accessKey: setAttribute() to false]
expected: FAIL
[button.accessKey: setAttribute() to object "[object Object\]"]
expected: FAIL
[button.accessKey: setAttribute() to NaN]
expected: FAIL
[button.accessKey: setAttribute() to Infinity]
expected: FAIL
[button.accessKey: setAttribute() to -Infinity]
expected: FAIL
[button.accessKey: setAttribute() to "\\0"]
expected: FAIL
[button.accessKey: setAttribute() to null]
expected: FAIL
[button.accessKey: setAttribute() to object "test-toString"]
expected: FAIL
[button.accessKey: setAttribute() to object "test-valueOf"]
expected: FAIL
[button.accessKey: IDL set to ""]
expected: FAIL
[button.accessKey: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[button.accessKey: IDL set to undefined]
expected: FAIL
[button.accessKey: IDL set to 7]
expected: FAIL
[button.accessKey: IDL set to 1.5]
expected: FAIL
[button.accessKey: IDL set to "5%"]
expected: FAIL
[button.accessKey: IDL set to "+100"]
expected: FAIL
[button.accessKey: IDL set to ".5"]
expected: FAIL
[button.accessKey: IDL set to true]
expected: FAIL
[button.accessKey: IDL set to false]
expected: FAIL
[button.accessKey: IDL set to object "[object Object\]"]
expected: FAIL
[button.accessKey: IDL set to NaN]
expected: FAIL
[button.accessKey: IDL set to Infinity]
expected: FAIL
[button.accessKey: IDL set to -Infinity]
expected: FAIL
[button.accessKey: IDL set to "\\0"]
expected: FAIL
[button.accessKey: IDL set to null]
expected: FAIL
[button.accessKey: IDL set to object "test-toString"]
expected: FAIL
[button.accessKey: IDL set to object "test-valueOf"]
expected: FAIL
[button.tabIndex: typeof IDL attribute]
expected: FAIL
[button.tabIndex: setAttribute() to -36]
expected: FAIL
[button.tabIndex: setAttribute() to -1]
expected: FAIL
[button.tabIndex: setAttribute() to 0]
expected: FAIL
[button.tabIndex: setAttribute() to 1]
expected: FAIL
[button.tabIndex: setAttribute() to 2147483647]
expected: FAIL
[button.tabIndex: setAttribute() to -2147483648]
expected: FAIL
[button.tabIndex: setAttribute() to "-1"]
expected: FAIL
[button.tabIndex: setAttribute() to "-0"]
expected: FAIL
[button.tabIndex: setAttribute() to "0"]
expected: FAIL
[button.tabIndex: setAttribute() to "1"]
expected: FAIL
[button.tabIndex: setAttribute() to "\\t7"]
expected: FAIL
[button.tabIndex: setAttribute() to "\\f7"]
expected: FAIL
[button.tabIndex: setAttribute() to " 7"]
expected: FAIL
[button.tabIndex: setAttribute() to "\\n7"]
expected: FAIL
[button.tabIndex: setAttribute() to "\\r7"]
expected: FAIL
[button.tabIndex: setAttribute() to 1.5]
expected: FAIL
[button.tabIndex: setAttribute() to "5%"]
expected: FAIL
[button.tabIndex: setAttribute() to "+100"]
expected: FAIL
[button.tabIndex: setAttribute() to object "2"]
expected: FAIL
[button.tabIndex: IDL set to -36]
expected: FAIL
[button.tabIndex: IDL set to -1]
expected: FAIL
[button.tabIndex: IDL set to 0]
expected: FAIL
[button.tabIndex: IDL set to 1]
expected: FAIL
[button.tabIndex: IDL set to 2147483647]
expected: FAIL
[button.tabIndex: IDL set to -2147483648]
expected: FAIL
[button.formMethod: IDL get with DOM attribute unset]
expected: FAIL
[select.accessKey: typeof IDL attribute]
expected: FAIL
[select.accessKey: IDL get with DOM attribute unset]
expected: FAIL
[select.accessKey: setAttribute() to ""]
expected: FAIL
[select.accessKey: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[select.accessKey: setAttribute() to undefined]
expected: FAIL
[select.accessKey: setAttribute() to 7]
expected: FAIL
[select.accessKey: setAttribute() to 1.5]
expected: FAIL
[select.accessKey: setAttribute() to "5%"]
expected: FAIL
[select.accessKey: setAttribute() to "+100"]
expected: FAIL
[select.accessKey: setAttribute() to ".5"]
expected: FAIL
[select.accessKey: setAttribute() to true]
expected: FAIL
[select.accessKey: setAttribute() to false]
expected: FAIL
[select.accessKey: setAttribute() to object "[object Object\]"]
expected: FAIL
[select.accessKey: setAttribute() to NaN]
expected: FAIL
[select.accessKey: setAttribute() to Infinity]
expected: FAIL
[select.accessKey: setAttribute() to -Infinity]
expected: FAIL
[select.accessKey: setAttribute() to "\\0"]
expected: FAIL
[select.accessKey: setAttribute() to null]
expected: FAIL
[select.accessKey: setAttribute() to object "test-toString"]
expected: FAIL
[select.accessKey: setAttribute() to object "test-valueOf"]
expected: FAIL
[select.accessKey: IDL set to ""]
expected: FAIL
[select.accessKey: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[select.accessKey: IDL set to undefined]
expected: FAIL
[select.accessKey: IDL set to 7]
expected: FAIL
[select.accessKey: IDL set to 1.5]
expected: FAIL
[select.accessKey: IDL set to "5%"]
expected: FAIL
[select.accessKey: IDL set to "+100"]
expected: FAIL
[select.accessKey: IDL set to ".5"]
expected: FAIL
[select.accessKey: IDL set to true]
expected: FAIL
[select.accessKey: IDL set to false]
expected: FAIL
[select.accessKey: IDL set to object "[object Object\]"]
expected: FAIL
[select.accessKey: IDL set to NaN]
expected: FAIL
[select.accessKey: IDL set to Infinity]
expected: FAIL
[select.accessKey: IDL set to -Infinity]
expected: FAIL
[select.accessKey: IDL set to "\\0"]
expected: FAIL
[select.accessKey: IDL set to null]
expected: FAIL
[select.accessKey: IDL set to object "test-toString"]
expected: FAIL
[select.accessKey: IDL set to object "test-valueOf"]
expected: FAIL
[select.tabIndex: typeof IDL attribute]
expected: FAIL
[select.tabIndex: setAttribute() to -36]
expected: FAIL
[select.tabIndex: setAttribute() to -1]
expected: FAIL
[select.tabIndex: setAttribute() to 0]
expected: FAIL
[select.tabIndex: setAttribute() to 1]
expected: FAIL
[select.tabIndex: setAttribute() to 2147483647]
expected: FAIL
[select.tabIndex: setAttribute() to -2147483648]
expected: FAIL
[select.tabIndex: setAttribute() to "-1"]
expected: FAIL
[select.tabIndex: setAttribute() to "-0"]
expected: FAIL
[select.tabIndex: setAttribute() to "0"]
expected: FAIL
[select.tabIndex: setAttribute() to "1"]
expected: FAIL
[select.tabIndex: setAttribute() to "\\t7"]
expected: FAIL
[select.tabIndex: setAttribute() to "\\f7"]
expected: FAIL
[select.tabIndex: setAttribute() to " 7"]
expected: FAIL
[select.tabIndex: setAttribute() to "\\n7"]
expected: FAIL
[select.tabIndex: setAttribute() to "\\r7"]
expected: FAIL
[select.tabIndex: setAttribute() to 1.5]
expected: FAIL
[select.tabIndex: setAttribute() to "5%"]
expected: FAIL
[select.tabIndex: setAttribute() to "+100"]
expected: FAIL
[select.tabIndex: setAttribute() to object "2"]
expected: FAIL
[select.tabIndex: IDL set to -36]
expected: FAIL
[select.tabIndex: IDL set to -1]
expected: FAIL
[select.tabIndex: IDL set to 0]
expected: FAIL
[select.tabIndex: IDL set to 1]
expected: FAIL
[select.tabIndex: IDL set to 2147483647]
expected: FAIL
[select.tabIndex: IDL set to -2147483648]
expected: FAIL
[select.autocomplete: typeof IDL attribute]
expected: FAIL
[select.autocomplete: IDL set to ""]
expected: FAIL
[select.autocomplete: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[select.autocomplete: IDL set to undefined]
expected: FAIL
[select.autocomplete: IDL set to 7]
expected: FAIL
[select.autocomplete: IDL set to 1.5]
expected: FAIL
[select.autocomplete: IDL set to "5%"]
expected: FAIL
[select.autocomplete: IDL set to "+100"]
expected: FAIL
[select.autocomplete: IDL set to ".5"]
expected: FAIL
[select.autocomplete: IDL set to true]
expected: FAIL
[select.autocomplete: IDL set to false]
expected: FAIL
[select.autocomplete: IDL set to object "[object Object\]"]
expected: FAIL
[select.autocomplete: IDL set to NaN]
expected: FAIL
[select.autocomplete: IDL set to Infinity]
expected: FAIL
[select.autocomplete: IDL set to -Infinity]
expected: FAIL
[select.autocomplete: IDL set to "\\0"]
expected: FAIL
[select.autocomplete: IDL set to null]
expected: FAIL
[select.autocomplete: IDL set to object "test-toString"]
expected: FAIL
[select.autocomplete: IDL set to object "test-valueOf"]
expected: FAIL
[datalist.accessKey: typeof IDL attribute]
expected: FAIL
[datalist.accessKey: IDL get with DOM attribute unset]
expected: FAIL
[datalist.accessKey: setAttribute() to ""]
expected: FAIL
[datalist.accessKey: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[datalist.accessKey: setAttribute() to undefined]
expected: FAIL
[datalist.accessKey: setAttribute() to 7]
expected: FAIL
[datalist.accessKey: setAttribute() to 1.5]
expected: FAIL
[datalist.accessKey: setAttribute() to "5%"]
expected: FAIL
[datalist.accessKey: setAttribute() to "+100"]
expected: FAIL
[datalist.accessKey: setAttribute() to ".5"]
expected: FAIL
[datalist.accessKey: setAttribute() to true]
expected: FAIL
[datalist.accessKey: setAttribute() to false]
expected: FAIL
[datalist.accessKey: setAttribute() to object "[object Object\]"]
expected: FAIL
[datalist.accessKey: setAttribute() to NaN]
expected: FAIL
[datalist.accessKey: setAttribute() to Infinity]
expected: FAIL
[datalist.accessKey: setAttribute() to -Infinity]
expected: FAIL
[datalist.accessKey: setAttribute() to "\\0"]
expected: FAIL
[datalist.accessKey: setAttribute() to null]
expected: FAIL
[datalist.accessKey: setAttribute() to object "test-toString"]
expected: FAIL
[datalist.accessKey: setAttribute() to object "test-valueOf"]
expected: FAIL
[datalist.accessKey: IDL set to ""]
expected: FAIL
[datalist.accessKey: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[datalist.accessKey: IDL set to undefined]
expected: FAIL
[datalist.accessKey: IDL set to 7]
expected: FAIL
[datalist.accessKey: IDL set to 1.5]
expected: FAIL
[datalist.accessKey: IDL set to "5%"]
expected: FAIL
[datalist.accessKey: IDL set to "+100"]
expected: FAIL
[datalist.accessKey: IDL set to ".5"]
expected: FAIL
[datalist.accessKey: IDL set to true]
expected: FAIL
[datalist.accessKey: IDL set to false]
expected: FAIL
[datalist.accessKey: IDL set to object "[object Object\]"]
expected: FAIL
[datalist.accessKey: IDL set to NaN]
expected: FAIL
[datalist.accessKey: IDL set to Infinity]
expected: FAIL
[datalist.accessKey: IDL set to -Infinity]
expected: FAIL
[datalist.accessKey: IDL set to "\\0"]
expected: FAIL
[datalist.accessKey: IDL set to null]
expected: FAIL
[datalist.accessKey: IDL set to object "test-toString"]
expected: FAIL
[datalist.accessKey: IDL set to object "test-valueOf"]
expected: FAIL
[datalist.tabIndex: typeof IDL attribute]
expected: FAIL
[datalist.tabIndex: setAttribute() to -36]
expected: FAIL
[datalist.tabIndex: setAttribute() to -1]
expected: FAIL
[datalist.tabIndex: setAttribute() to 0]
expected: FAIL
[datalist.tabIndex: setAttribute() to 1]
expected: FAIL
[datalist.tabIndex: setAttribute() to 2147483647]
expected: FAIL
[datalist.tabIndex: setAttribute() to -2147483648]
expected: FAIL
[datalist.tabIndex: setAttribute() to "-1"]
expected: FAIL
[datalist.tabIndex: setAttribute() to "-0"]
expected: FAIL
[datalist.tabIndex: setAttribute() to "0"]
expected: FAIL
[datalist.tabIndex: setAttribute() to "1"]
expected: FAIL
[datalist.tabIndex: setAttribute() to "\\t7"]
expected: FAIL
[datalist.tabIndex: setAttribute() to "\\f7"]
expected: FAIL
[datalist.tabIndex: setAttribute() to " 7"]
expected: FAIL
[datalist.tabIndex: setAttribute() to "\\n7"]
expected: FAIL
[datalist.tabIndex: setAttribute() to "\\r7"]
expected: FAIL
[datalist.tabIndex: setAttribute() to 1.5]
expected: FAIL
[datalist.tabIndex: setAttribute() to "5%"]
expected: FAIL
[datalist.tabIndex: setAttribute() to "+100"]
expected: FAIL
[datalist.tabIndex: setAttribute() to object "2"]
expected: FAIL
[datalist.tabIndex: IDL set to -36]
expected: FAIL
[datalist.tabIndex: IDL set to -1]
expected: FAIL
[datalist.tabIndex: IDL set to 0]
expected: FAIL
[datalist.tabIndex: IDL set to 1]
expected: FAIL
[datalist.tabIndex: IDL set to 2147483647]
expected: FAIL
[datalist.tabIndex: IDL set to -2147483648]
expected: FAIL
[optgroup.accessKey: typeof IDL attribute]
expected: FAIL
[optgroup.accessKey: IDL get with DOM attribute unset]
expected: FAIL
[optgroup.accessKey: setAttribute() to ""]
expected: FAIL
[optgroup.accessKey: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[optgroup.accessKey: setAttribute() to undefined]
expected: FAIL
[optgroup.accessKey: setAttribute() to 7]
expected: FAIL
[optgroup.accessKey: setAttribute() to 1.5]
expected: FAIL
[optgroup.accessKey: setAttribute() to "5%"]
expected: FAIL
[optgroup.accessKey: setAttribute() to "+100"]
expected: FAIL
[optgroup.accessKey: setAttribute() to ".5"]
expected: FAIL
[optgroup.accessKey: setAttribute() to true]
expected: FAIL
[optgroup.accessKey: setAttribute() to false]
expected: FAIL
[optgroup.accessKey: setAttribute() to object "[object Object\]"]
expected: FAIL
[optgroup.accessKey: setAttribute() to NaN]
expected: FAIL
[optgroup.accessKey: setAttribute() to Infinity]
expected: FAIL
[optgroup.accessKey: setAttribute() to -Infinity]
expected: FAIL
[optgroup.accessKey: setAttribute() to "\\0"]
expected: FAIL
[optgroup.accessKey: setAttribute() to null]
expected: FAIL
[optgroup.accessKey: setAttribute() to object "test-toString"]
expected: FAIL
[optgroup.accessKey: setAttribute() to object "test-valueOf"]
expected: FAIL
[optgroup.accessKey: IDL set to ""]
expected: FAIL
[optgroup.accessKey: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[optgroup.accessKey: IDL set to undefined]
expected: FAIL
[optgroup.accessKey: IDL set to 7]
expected: FAIL
[optgroup.accessKey: IDL set to 1.5]
expected: FAIL
[optgroup.accessKey: IDL set to "5%"]
expected: FAIL
[optgroup.accessKey: IDL set to "+100"]
expected: FAIL
[optgroup.accessKey: IDL set to ".5"]
expected: FAIL
[optgroup.accessKey: IDL set to true]
expected: FAIL
[optgroup.accessKey: IDL set to false]
expected: FAIL
[optgroup.accessKey: IDL set to object "[object Object\]"]
expected: FAIL
[optgroup.accessKey: IDL set to NaN]
expected: FAIL
[optgroup.accessKey: IDL set to Infinity]
expected: FAIL
[optgroup.accessKey: IDL set to -Infinity]
expected: FAIL
[optgroup.accessKey: IDL set to "\\0"]
expected: FAIL
[optgroup.accessKey: IDL set to null]
expected: FAIL
[optgroup.accessKey: IDL set to object "test-toString"]
expected: FAIL
[optgroup.accessKey: IDL set to object "test-valueOf"]
expected: FAIL
[optgroup.tabIndex: typeof IDL attribute]
expected: FAIL
[optgroup.tabIndex: setAttribute() to -36]
expected: FAIL
[optgroup.tabIndex: setAttribute() to -1]
expected: FAIL
[optgroup.tabIndex: setAttribute() to 0]
expected: FAIL
[optgroup.tabIndex: setAttribute() to 1]
expected: FAIL
[optgroup.tabIndex: setAttribute() to 2147483647]
expected: FAIL
[optgroup.tabIndex: setAttribute() to -2147483648]
expected: FAIL
[optgroup.tabIndex: setAttribute() to "-1"]
expected: FAIL
[optgroup.tabIndex: setAttribute() to "-0"]
expected: FAIL
[optgroup.tabIndex: setAttribute() to "0"]
expected: FAIL
[optgroup.tabIndex: setAttribute() to "1"]
expected: FAIL
[optgroup.tabIndex: setAttribute() to "\\t7"]
expected: FAIL
[optgroup.tabIndex: setAttribute() to "\\f7"]
expected: FAIL
[optgroup.tabIndex: setAttribute() to " 7"]
expected: FAIL
[optgroup.tabIndex: setAttribute() to "\\n7"]
expected: FAIL
[optgroup.tabIndex: setAttribute() to "\\r7"]
expected: FAIL
[optgroup.tabIndex: setAttribute() to 1.5]
expected: FAIL
[optgroup.tabIndex: setAttribute() to "5%"]
expected: FAIL
[optgroup.tabIndex: setAttribute() to "+100"]
expected: FAIL
[optgroup.tabIndex: setAttribute() to object "2"]
expected: FAIL
[optgroup.tabIndex: IDL set to -36]
expected: FAIL
[optgroup.tabIndex: IDL set to -1]
expected: FAIL
[optgroup.tabIndex: IDL set to 0]
expected: FAIL
[optgroup.tabIndex: IDL set to 1]
expected: FAIL
[optgroup.tabIndex: IDL set to 2147483647]
expected: FAIL
[optgroup.tabIndex: IDL set to -2147483648]
expected: FAIL
[option.accessKey: typeof IDL attribute]
expected: FAIL
[option.accessKey: IDL get with DOM attribute unset]
expected: FAIL
[option.accessKey: setAttribute() to ""]
expected: FAIL
[option.accessKey: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[option.accessKey: setAttribute() to undefined]
expected: FAIL
[option.accessKey: setAttribute() to 7]
expected: FAIL
[option.accessKey: setAttribute() to 1.5]
expected: FAIL
[option.accessKey: setAttribute() to "5%"]
expected: FAIL
[option.accessKey: setAttribute() to "+100"]
expected: FAIL
[option.accessKey: setAttribute() to ".5"]
expected: FAIL
[option.accessKey: setAttribute() to true]
expected: FAIL
[option.accessKey: setAttribute() to false]
expected: FAIL
[option.accessKey: setAttribute() to object "[object Object\]"]
expected: FAIL
[option.accessKey: setAttribute() to NaN]
expected: FAIL
[option.accessKey: setAttribute() to Infinity]
expected: FAIL
[option.accessKey: setAttribute() to -Infinity]
expected: FAIL
[option.accessKey: setAttribute() to "\\0"]
expected: FAIL
[option.accessKey: setAttribute() to null]
expected: FAIL
[option.accessKey: setAttribute() to object "test-toString"]
expected: FAIL
[option.accessKey: setAttribute() to object "test-valueOf"]
expected: FAIL
[option.accessKey: IDL set to ""]
expected: FAIL
[option.accessKey: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[option.accessKey: IDL set to undefined]
expected: FAIL
[option.accessKey: IDL set to 7]
expected: FAIL
[option.accessKey: IDL set to 1.5]
expected: FAIL
[option.accessKey: IDL set to "5%"]
expected: FAIL
[option.accessKey: IDL set to "+100"]
expected: FAIL
[option.accessKey: IDL set to ".5"]
expected: FAIL
[option.accessKey: IDL set to true]
expected: FAIL
[option.accessKey: IDL set to false]
expected: FAIL
[option.accessKey: IDL set to object "[object Object\]"]
expected: FAIL
[option.accessKey: IDL set to NaN]
expected: FAIL
[option.accessKey: IDL set to Infinity]
expected: FAIL
[option.accessKey: IDL set to -Infinity]
expected: FAIL
[option.accessKey: IDL set to "\\0"]
expected: FAIL
[option.accessKey: IDL set to null]
expected: FAIL
[option.accessKey: IDL set to object "test-toString"]
expected: FAIL
[option.accessKey: IDL set to object "test-valueOf"]
expected: FAIL
[option.tabIndex: typeof IDL attribute]
expected: FAIL
[option.tabIndex: setAttribute() to -36]
expected: FAIL
[option.tabIndex: setAttribute() to -1]
expected: FAIL
[option.tabIndex: setAttribute() to 0]
expected: FAIL
[option.tabIndex: setAttribute() to 1]
expected: FAIL
[option.tabIndex: setAttribute() to 2147483647]
expected: FAIL
[option.tabIndex: setAttribute() to -2147483648]
expected: FAIL
[option.tabIndex: setAttribute() to "-1"]
expected: FAIL
[option.tabIndex: setAttribute() to "-0"]
expected: FAIL
[option.tabIndex: setAttribute() to "0"]
expected: FAIL
[option.tabIndex: setAttribute() to "1"]
expected: FAIL
[option.tabIndex: setAttribute() to "\\t7"]
expected: FAIL
[option.tabIndex: setAttribute() to "\\f7"]
expected: FAIL
[option.tabIndex: setAttribute() to " 7"]
expected: FAIL
[option.tabIndex: setAttribute() to "\\n7"]
expected: FAIL
[option.tabIndex: setAttribute() to "\\r7"]
expected: FAIL
[option.tabIndex: setAttribute() to 1.5]
expected: FAIL
[option.tabIndex: setAttribute() to "5%"]
expected: FAIL
[option.tabIndex: setAttribute() to "+100"]
expected: FAIL
[option.tabIndex: setAttribute() to object "2"]
expected: FAIL
[option.tabIndex: IDL set to -36]
expected: FAIL
[option.tabIndex: IDL set to -1]
expected: FAIL
[option.tabIndex: IDL set to 0]
expected: FAIL
[option.tabIndex: IDL set to 1]
expected: FAIL
[option.tabIndex: IDL set to 2147483647]
expected: FAIL
[option.tabIndex: IDL set to -2147483648]
expected: FAIL
[textarea.accessKey: typeof IDL attribute]
expected: FAIL
[textarea.accessKey: IDL get with DOM attribute unset]
expected: FAIL
[textarea.accessKey: setAttribute() to ""]
expected: FAIL
[textarea.accessKey: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[textarea.accessKey: setAttribute() to undefined]
expected: FAIL
[textarea.accessKey: setAttribute() to 7]
expected: FAIL
[textarea.accessKey: setAttribute() to 1.5]
expected: FAIL
[textarea.accessKey: setAttribute() to "5%"]
expected: FAIL
[textarea.accessKey: setAttribute() to "+100"]
expected: FAIL
[textarea.accessKey: setAttribute() to ".5"]
expected: FAIL
[textarea.accessKey: setAttribute() to true]
expected: FAIL
[textarea.accessKey: setAttribute() to false]
expected: FAIL
[textarea.accessKey: setAttribute() to object "[object Object\]"]
expected: FAIL
[textarea.accessKey: setAttribute() to NaN]
expected: FAIL
[textarea.accessKey: setAttribute() to Infinity]
expected: FAIL
[textarea.accessKey: setAttribute() to -Infinity]
expected: FAIL
[textarea.accessKey: setAttribute() to "\\0"]
expected: FAIL
[textarea.accessKey: setAttribute() to null]
expected: FAIL
[textarea.accessKey: setAttribute() to object "test-toString"]
expected: FAIL
[textarea.accessKey: setAttribute() to object "test-valueOf"]
expected: FAIL
[textarea.accessKey: IDL set to ""]
expected: FAIL
[textarea.accessKey: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[textarea.accessKey: IDL set to undefined]
expected: FAIL
[textarea.accessKey: IDL set to 7]
expected: FAIL
[textarea.accessKey: IDL set to 1.5]
expected: FAIL
[textarea.accessKey: IDL set to "5%"]
expected: FAIL
[textarea.accessKey: IDL set to "+100"]
expected: FAIL
[textarea.accessKey: IDL set to ".5"]
expected: FAIL
[textarea.accessKey: IDL set to true]
expected: FAIL
[textarea.accessKey: IDL set to false]
expected: FAIL
[textarea.accessKey: IDL set to object "[object Object\]"]
expected: FAIL
[textarea.accessKey: IDL set to NaN]
expected: FAIL
[textarea.accessKey: IDL set to Infinity]
expected: FAIL
[textarea.accessKey: IDL set to -Infinity]
expected: FAIL
[textarea.accessKey: IDL set to "\\0"]
expected: FAIL
[textarea.accessKey: IDL set to null]
expected: FAIL
[textarea.accessKey: IDL set to object "test-toString"]
expected: FAIL
[textarea.accessKey: IDL set to object "test-valueOf"]
expected: FAIL
[textarea.tabIndex: typeof IDL attribute]
expected: FAIL
[textarea.tabIndex: setAttribute() to -36]
expected: FAIL
[textarea.tabIndex: setAttribute() to -1]
expected: FAIL
[textarea.tabIndex: setAttribute() to 0]
expected: FAIL
[textarea.tabIndex: setAttribute() to 1]
expected: FAIL
[textarea.tabIndex: setAttribute() to 2147483647]
expected: FAIL
[textarea.tabIndex: setAttribute() to -2147483648]
expected: FAIL
[textarea.tabIndex: setAttribute() to "-1"]
expected: FAIL
[textarea.tabIndex: setAttribute() to "-0"]
expected: FAIL
[textarea.tabIndex: setAttribute() to "0"]
expected: FAIL
[textarea.tabIndex: setAttribute() to "1"]
expected: FAIL
[textarea.tabIndex: setAttribute() to "\\t7"]
expected: FAIL
[textarea.tabIndex: setAttribute() to "\\f7"]
expected: FAIL
[textarea.tabIndex: setAttribute() to " 7"]
expected: FAIL
[textarea.tabIndex: setAttribute() to "\\n7"]
expected: FAIL
[textarea.tabIndex: setAttribute() to "\\r7"]
expected: FAIL
[textarea.tabIndex: setAttribute() to 1.5]
expected: FAIL
[textarea.tabIndex: setAttribute() to "5%"]
expected: FAIL
[textarea.tabIndex: setAttribute() to "+100"]
expected: FAIL
[textarea.tabIndex: setAttribute() to object "2"]
expected: FAIL
[textarea.tabIndex: IDL set to -36]
expected: FAIL
[textarea.tabIndex: IDL set to -1]
expected: FAIL
[textarea.tabIndex: IDL set to 0]
expected: FAIL
[textarea.tabIndex: IDL set to 1]
expected: FAIL
[textarea.tabIndex: IDL set to 2147483647]
expected: FAIL
[textarea.tabIndex: IDL set to -2147483648]
expected: FAIL
[textarea.autocomplete: typeof IDL attribute]
expected: FAIL
[textarea.autocomplete: IDL set to ""]
expected: FAIL
[textarea.autocomplete: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[textarea.autocomplete: IDL set to undefined]
expected: FAIL
[textarea.autocomplete: IDL set to 7]
expected: FAIL
[textarea.autocomplete: IDL set to 1.5]
expected: FAIL
[textarea.autocomplete: IDL set to "5%"]
expected: FAIL
[textarea.autocomplete: IDL set to "+100"]
expected: FAIL
[textarea.autocomplete: IDL set to ".5"]
expected: FAIL
[textarea.autocomplete: IDL set to true]
expected: FAIL
[textarea.autocomplete: IDL set to false]
expected: FAIL
[textarea.autocomplete: IDL set to object "[object Object\]"]
expected: FAIL
[textarea.autocomplete: IDL set to NaN]
expected: FAIL
[textarea.autocomplete: IDL set to Infinity]
expected: FAIL
[textarea.autocomplete: IDL set to -Infinity]
expected: FAIL
[textarea.autocomplete: IDL set to "\\0"]
expected: FAIL
[textarea.autocomplete: IDL set to null]
expected: FAIL
[textarea.autocomplete: IDL set to object "test-toString"]
expected: FAIL
[textarea.autocomplete: IDL set to object "test-valueOf"]
expected: FAIL
[textarea.cols: IDL set to 0]
expected: FAIL
[textarea.rows: IDL set to 0]
expected: FAIL
[output.accessKey: typeof IDL attribute]
expected: FAIL
[output.accessKey: IDL get with DOM attribute unset]
expected: FAIL
[output.accessKey: setAttribute() to ""]
expected: FAIL
[output.accessKey: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[output.accessKey: setAttribute() to undefined]
expected: FAIL
[output.accessKey: setAttribute() to 7]
expected: FAIL
[output.accessKey: setAttribute() to 1.5]
expected: FAIL
[output.accessKey: setAttribute() to "5%"]
expected: FAIL
[output.accessKey: setAttribute() to "+100"]
expected: FAIL
[output.accessKey: setAttribute() to ".5"]
expected: FAIL
[output.accessKey: setAttribute() to true]
expected: FAIL
[output.accessKey: setAttribute() to false]
expected: FAIL
[output.accessKey: setAttribute() to object "[object Object\]"]
expected: FAIL
[output.accessKey: setAttribute() to NaN]
expected: FAIL
[output.accessKey: setAttribute() to Infinity]
expected: FAIL
[output.accessKey: setAttribute() to -Infinity]
expected: FAIL
[output.accessKey: setAttribute() to "\\0"]
expected: FAIL
[output.accessKey: setAttribute() to null]
expected: FAIL
[output.accessKey: setAttribute() to object "test-toString"]
expected: FAIL
[output.accessKey: setAttribute() to object "test-valueOf"]
expected: FAIL
[output.accessKey: IDL set to ""]
expected: FAIL
[output.accessKey: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[output.accessKey: IDL set to undefined]
expected: FAIL
[output.accessKey: IDL set to 7]
expected: FAIL
[output.accessKey: IDL set to 1.5]
expected: FAIL
[output.accessKey: IDL set to "5%"]
expected: FAIL
[output.accessKey: IDL set to "+100"]
expected: FAIL
[output.accessKey: IDL set to ".5"]
expected: FAIL
[output.accessKey: IDL set to true]
expected: FAIL
[output.accessKey: IDL set to false]
expected: FAIL
[output.accessKey: IDL set to object "[object Object\]"]
expected: FAIL
[output.accessKey: IDL set to NaN]
expected: FAIL
[output.accessKey: IDL set to Infinity]
expected: FAIL
[output.accessKey: IDL set to -Infinity]
expected: FAIL
[output.accessKey: IDL set to "\\0"]
expected: FAIL
[output.accessKey: IDL set to null]
expected: FAIL
[output.accessKey: IDL set to object "test-toString"]
expected: FAIL
[output.accessKey: IDL set to object "test-valueOf"]
expected: FAIL
[output.tabIndex: typeof IDL attribute]
expected: FAIL
[output.tabIndex: setAttribute() to -36]
expected: FAIL
[output.tabIndex: setAttribute() to -1]
expected: FAIL
[output.tabIndex: setAttribute() to 0]
expected: FAIL
[output.tabIndex: setAttribute() to 1]
expected: FAIL
[output.tabIndex: setAttribute() to 2147483647]
expected: FAIL
[output.tabIndex: setAttribute() to -2147483648]
expected: FAIL
[output.tabIndex: setAttribute() to "-1"]
expected: FAIL
[output.tabIndex: setAttribute() to "-0"]
expected: FAIL
[output.tabIndex: setAttribute() to "0"]
expected: FAIL
[output.tabIndex: setAttribute() to "1"]
expected: FAIL
[output.tabIndex: setAttribute() to "\\t7"]
expected: FAIL
[output.tabIndex: setAttribute() to "\\f7"]
expected: FAIL
[output.tabIndex: setAttribute() to " 7"]
expected: FAIL
[output.tabIndex: setAttribute() to "\\n7"]
expected: FAIL
[output.tabIndex: setAttribute() to "\\r7"]
expected: FAIL
[output.tabIndex: setAttribute() to 1.5]
expected: FAIL
[output.tabIndex: setAttribute() to "5%"]
expected: FAIL
[output.tabIndex: setAttribute() to "+100"]
expected: FAIL
[output.tabIndex: setAttribute() to object "2"]
expected: FAIL
[output.tabIndex: IDL set to -36]
expected: FAIL
[output.tabIndex: IDL set to -1]
expected: FAIL
[output.tabIndex: IDL set to 0]
expected: FAIL
[output.tabIndex: IDL set to 1]
expected: FAIL
[output.tabIndex: IDL set to 2147483647]
expected: FAIL
[output.tabIndex: IDL set to -2147483648]
expected: FAIL
[progress.accessKey: typeof IDL attribute]
expected: FAIL
[progress.accessKey: IDL get with DOM attribute unset]
expected: FAIL
[progress.accessKey: setAttribute() to ""]
expected: FAIL
[progress.accessKey: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[progress.accessKey: setAttribute() to undefined]
expected: FAIL
[progress.accessKey: setAttribute() to 7]
expected: FAIL
[progress.accessKey: setAttribute() to 1.5]
expected: FAIL
[progress.accessKey: setAttribute() to "5%"]
expected: FAIL
[progress.accessKey: setAttribute() to "+100"]
expected: FAIL
[progress.accessKey: setAttribute() to ".5"]
expected: FAIL
[progress.accessKey: setAttribute() to true]
expected: FAIL
[progress.accessKey: setAttribute() to false]
expected: FAIL
[progress.accessKey: setAttribute() to object "[object Object\]"]
expected: FAIL
[progress.accessKey: setAttribute() to NaN]
expected: FAIL
[progress.accessKey: setAttribute() to Infinity]
expected: FAIL
[progress.accessKey: setAttribute() to -Infinity]
expected: FAIL
[progress.accessKey: setAttribute() to "\\0"]
expected: FAIL
[progress.accessKey: setAttribute() to null]
expected: FAIL
[progress.accessKey: setAttribute() to object "test-toString"]
expected: FAIL
[progress.accessKey: setAttribute() to object "test-valueOf"]
expected: FAIL
[progress.accessKey: IDL set to ""]
expected: FAIL
[progress.accessKey: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[progress.accessKey: IDL set to undefined]
expected: FAIL
[progress.accessKey: IDL set to 7]
expected: FAIL
[progress.accessKey: IDL set to 1.5]
expected: FAIL
[progress.accessKey: IDL set to "5%"]
expected: FAIL
[progress.accessKey: IDL set to "+100"]
expected: FAIL
[progress.accessKey: IDL set to ".5"]
expected: FAIL
[progress.accessKey: IDL set to true]
expected: FAIL
[progress.accessKey: IDL set to false]
expected: FAIL
[progress.accessKey: IDL set to object "[object Object\]"]
expected: FAIL
[progress.accessKey: IDL set to NaN]
expected: FAIL
[progress.accessKey: IDL set to Infinity]
expected: FAIL
[progress.accessKey: IDL set to -Infinity]
expected: FAIL
[progress.accessKey: IDL set to "\\0"]
expected: FAIL
[progress.accessKey: IDL set to null]
expected: FAIL
[progress.accessKey: IDL set to object "test-toString"]
expected: FAIL
[progress.accessKey: IDL set to object "test-valueOf"]
expected: FAIL
[progress.tabIndex: typeof IDL attribute]
expected: FAIL
[progress.tabIndex: setAttribute() to -36]
expected: FAIL
[progress.tabIndex: setAttribute() to -1]
expected: FAIL
[progress.tabIndex: setAttribute() to 0]
expected: FAIL
[progress.tabIndex: setAttribute() to 1]
expected: FAIL
[progress.tabIndex: setAttribute() to 2147483647]
expected: FAIL
[progress.tabIndex: setAttribute() to -2147483648]
expected: FAIL
[progress.tabIndex: setAttribute() to "-1"]
expected: FAIL
[progress.tabIndex: setAttribute() to "-0"]
expected: FAIL
[progress.tabIndex: setAttribute() to "0"]
expected: FAIL
[progress.tabIndex: setAttribute() to "1"]
expected: FAIL
[progress.tabIndex: setAttribute() to "\\t7"]
expected: FAIL
[progress.tabIndex: setAttribute() to "\\f7"]
expected: FAIL
[progress.tabIndex: setAttribute() to " 7"]
expected: FAIL
[progress.tabIndex: setAttribute() to "\\n7"]
expected: FAIL
[progress.tabIndex: setAttribute() to "\\r7"]
expected: FAIL
[progress.tabIndex: setAttribute() to 1.5]
expected: FAIL
[progress.tabIndex: setAttribute() to "5%"]
expected: FAIL
[progress.tabIndex: setAttribute() to "+100"]
expected: FAIL
[progress.tabIndex: setAttribute() to object "2"]
expected: FAIL
[progress.tabIndex: IDL set to -36]
expected: FAIL
[progress.tabIndex: IDL set to -1]
expected: FAIL
[progress.tabIndex: IDL set to 0]
expected: FAIL
[progress.tabIndex: IDL set to 1]
expected: FAIL
[progress.tabIndex: IDL set to 2147483647]
expected: FAIL
[progress.tabIndex: IDL set to -2147483648]
expected: FAIL
[meter.accessKey: typeof IDL attribute]
expected: FAIL
[meter.accessKey: IDL get with DOM attribute unset]
expected: FAIL
[meter.accessKey: setAttribute() to ""]
expected: FAIL
[meter.accessKey: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[meter.accessKey: setAttribute() to undefined]
expected: FAIL
[meter.accessKey: setAttribute() to 7]
expected: FAIL
[meter.accessKey: setAttribute() to 1.5]
expected: FAIL
[meter.accessKey: setAttribute() to "5%"]
expected: FAIL
[meter.accessKey: setAttribute() to "+100"]
expected: FAIL
[meter.accessKey: setAttribute() to ".5"]
expected: FAIL
[meter.accessKey: setAttribute() to true]
expected: FAIL
[meter.accessKey: setAttribute() to false]
expected: FAIL
[meter.accessKey: setAttribute() to object "[object Object\]"]
expected: FAIL
[meter.accessKey: setAttribute() to NaN]
expected: FAIL
[meter.accessKey: setAttribute() to Infinity]
expected: FAIL
[meter.accessKey: setAttribute() to -Infinity]
expected: FAIL
[meter.accessKey: setAttribute() to "\\0"]
expected: FAIL
[meter.accessKey: setAttribute() to null]
expected: FAIL
[meter.accessKey: setAttribute() to object "test-toString"]
expected: FAIL
[meter.accessKey: setAttribute() to object "test-valueOf"]
expected: FAIL
[meter.accessKey: IDL set to ""]
expected: FAIL
[meter.accessKey: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
expected: FAIL
[meter.accessKey: IDL set to undefined]
expected: FAIL
[meter.accessKey: IDL set to 7]
expected: FAIL
[meter.accessKey: IDL set to 1.5]
expected: FAIL
[meter.accessKey: IDL set to "5%"]
expected: FAIL
[meter.accessKey: IDL set to "+100"]
expected: FAIL
[meter.accessKey: IDL set to ".5"]
expected: FAIL
[meter.accessKey: IDL set to true]
expected: FAIL
[meter.accessKey: IDL set to false]
expected: FAIL
[meter.accessKey: IDL set to object "[object Object\]"]
expected: FAIL
[meter.accessKey: IDL set to NaN]
expected: FAIL
[meter.accessKey: IDL set to Infinity]
expected: FAIL
[meter.accessKey: IDL set to -Infinity]
expected: FAIL
[meter.accessKey: IDL set to "\\0"]
expected: FAIL
[meter.accessKey: IDL set to null]
expected: FAIL
[meter.accessKey: IDL set to object "test-toString"]
expected: FAIL
[meter.accessKey: IDL set to object "test-valueOf"]
expected: FAIL
[meter.tabIndex: typeof IDL attribute]
expected: FAIL
[meter.tabIndex: setAttribute() to -36]
expected: FAIL
[meter.tabIndex: setAttribute() to -1]
expected: FAIL
[meter.tabIndex: setAttribute() to 0]
expected: FAIL
[meter.tabIndex: setAttribute() to 1]
expected: FAIL
[meter.tabIndex: setAttribute() to 2147483647]
expected: FAIL
[meter.tabIndex: setAttribute() to -2147483648]
expected: FAIL
[meter.tabIndex: setAttribute() to "-1"]
expected: FAIL
[meter.tabIndex: setAttribute() to "-0"]
expected: FAIL
[meter.tabIndex: setAttribute() to "0"]
expected: FAIL
[meter.tabIndex: setAttribute() to "1"]
expected: FAIL
[meter.tabIndex: setAttribute() to "\\t7"]
expected: FAIL
[meter.tabIndex: setAttribute() to "\\f7"]
expected: FAIL
[meter.tabIndex: setAttribute() to " 7"]
expected: FAIL
[meter.tabIndex: setAttribute() to "\\n7"]
expected: FAIL
[meter.tabIndex: setAttribute() to "\\r7"]
expected: FAIL
[meter.tabIndex: setAttribute() to 1.5]
expected: FAIL
[meter.tabIndex: setAttribute() to "5%"]
expected: FAIL
[meter.tabIndex: setAttribute() to "+100"]
expected: FAIL
[meter.tabIndex: setAttribute() to object "2"]
expected: FAIL
[meter.tabIndex: IDL set to -36]
expected: FAIL
[meter.tabIndex: IDL set to -1]
expected: FAIL
[meter.tabIndex: IDL set to 0]
expected: FAIL
[meter.tabIndex: IDL set to 1]
expected: FAIL
[meter.tabIndex: IDL set to 2147483647]
expected: FAIL
[meter.tabIndex: IDL set to -2147483648]
expected: FAIL
[form.tabIndex: setAttribute() to "7\\v"]
expected: FAIL
[form.tabIndex: setAttribute() to object "3"]
expected: FAIL
[fieldset.tabIndex: setAttribute() to "7\\v"]
expected: FAIL
[fieldset.tabIndex: setAttribute() to object "3"]
expected: FAIL
[legend.tabIndex: setAttribute() to "7\\v"]
expected: FAIL
[legend.tabIndex: setAttribute() to object "3"]
expected: FAIL
[label.tabIndex: setAttribute() to "7\\v"]
expected: FAIL
[label.tabIndex: setAttribute() to object "3"]
expected: FAIL
[input.tabIndex: setAttribute() to "7\\v"]
expected: FAIL
[input.tabIndex: setAttribute() to object "3"]
expected: FAIL
[button.tabIndex: setAttribute() to "7\\v"]
expected: FAIL
[button.tabIndex: setAttribute() to object "3"]
expected: FAIL
[select.tabIndex: setAttribute() to "7\\v"]
expected: FAIL
[select.tabIndex: setAttribute() to object "3"]
expected: FAIL
[datalist.tabIndex: setAttribute() to "7\\v"]
expected: FAIL
[datalist.tabIndex: setAttribute() to object "3"]
expected: FAIL
[optgroup.tabIndex: setAttribute() to "7\\v"]
expected: FAIL
[optgroup.tabIndex: setAttribute() to object "3"]
expected: FAIL
[option.tabIndex: setAttribute() to "7\\v"]
expected: FAIL
[option.tabIndex: setAttribute() to object "3"]
expected: FAIL
[textarea.tabIndex: setAttribute() to "7\\v"]
expected: FAIL
[textarea.tabIndex: setAttribute() to object "3"]
expected: FAIL
[output.tabIndex: setAttribute() to "7\\v"]
expected: FAIL
[output.tabIndex: setAttribute() to object "3"]
expected: FAIL
[progress.tabIndex: setAttribute() to "7\\v"]
expected: FAIL
[progress.tabIndex: setAttribute() to object "3"]
expected: FAIL
[progress.max: setAttribute() to "\\v7"]
expected: FAIL
[progress.max: setAttribute() to " 7"]
expected: FAIL
[progress.max: setAttribute() to "7"]
expected: FAIL
[progress.max: setAttribute() to "7"]
expected: FAIL
[progress.max: setAttribute() to "7"]
expected: FAIL
[progress.max: setAttribute() to " 7"]
expected: FAIL
[progress.max: setAttribute() to "7"]
expected: FAIL
[progress.max: setAttribute() to "7"]
expected: FAIL
[progress.max: setAttribute() to "7"]
expected: FAIL
[progress.max: setAttribute() to "7"]
expected: FAIL
[progress.max: setAttribute() to "7"]
expected: FAIL
[progress.max: setAttribute() to "7"]
expected: FAIL
[progress.max: setAttribute() to "7"]
expected: FAIL
[progress.max: setAttribute() to "7"]
expected: FAIL
[progress.max: setAttribute() to "7"]
expected: FAIL
[progress.max: setAttribute() to "7"]
expected: FAIL
[progress.max: setAttribute() to "7"]
expected: FAIL
[progress.max: setAttribute() to " 7"]
expected: FAIL
[progress.max: setAttribute() to "\\t\\v7"]
expected: FAIL
[progress.max: setAttribute() to "\\n\\v7"]
expected: FAIL
[progress.max: setAttribute() to "\\f\\v7"]
expected: FAIL
[progress.max: setAttribute() to "\\r\\v7"]
expected: FAIL
[progress.max: setAttribute() to " \\v7"]
expected: FAIL
[progress.max: setAttribute() to "5%"]
expected: FAIL
[progress.max: setAttribute() to "+100"]
expected: FAIL
[progress.max: IDL set to 1e-10]
expected: FAIL
[progress.max: IDL set to 1e+25]
expected: FAIL
[meter.tabIndex: setAttribute() to "7\\v"]
expected: FAIL
[meter.tabIndex: setAttribute() to object "3"]
expected: FAIL
[meter.value: IDL set to 1e-10]
expected: FAIL
[meter.value: IDL set to 1e+25]
expected: FAIL
[meter.min: IDL set to 1e-10]
expected: FAIL
[meter.min: IDL set to 1e+25]
expected: FAIL
[meter.max: IDL set to 1e-10]
expected: FAIL
[meter.max: IDL set to 1e+25]
expected: FAIL
[meter.low: IDL set to 1e-10]
expected: FAIL
[meter.low: IDL set to 1e+25]
expected: FAIL
[meter.high: IDL set to 1e-10]
expected: FAIL
[meter.high: IDL set to 1e+25]
expected: FAIL
[meter.optimum: IDL set to 1e-10]
expected: FAIL
[meter.optimum: IDL set to 1e+25]
expected: FAIL