mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
This presentational hint either sets the width values of all borders, removes the bottom border or sets the height of the element, depending on the context. This change also implements the corresponding idl attribute (and the `noshade` attribute, which does nothing in html5) Testing: Adds new web platform tests --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
3567 lines
76 KiB
INI
Vendored
3567 lines
76 KiB
INI
Vendored
[reflection-grouping.html]
|
||
[p.accessKey: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: IDL get with DOM attribute unset]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: setAttribute() to ""]
|
||
expected: FAIL
|
||
|
||
[p.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
|
||
|
||
[p.accessKey: setAttribute() to undefined]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: setAttribute() to 7]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: setAttribute() to ".5"]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: setAttribute() to true]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: setAttribute() to false]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: setAttribute() to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: setAttribute() to NaN]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: setAttribute() to Infinity]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: setAttribute() to -Infinity]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: setAttribute() to "\\0"]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: setAttribute() to null]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: setAttribute() to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: setAttribute() to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: IDL set to ""]
|
||
expected: FAIL
|
||
|
||
[p.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
|
||
|
||
[p.accessKey: IDL set to undefined]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: IDL set to 7]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: IDL set to 1.5]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: IDL set to "5%"]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: IDL set to "+100"]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: IDL set to ".5"]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: IDL set to true]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: IDL set to false]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: IDL set to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: IDL set to NaN]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: IDL set to Infinity]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: IDL set to -Infinity]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: IDL set to "\\0"]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: IDL set to null]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: IDL set to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[p.accessKey: IDL set to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[p.tabIndex: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[p.tabIndex: setAttribute() to -36]
|
||
expected: FAIL
|
||
|
||
[p.tabIndex: setAttribute() to -1]
|
||
expected: FAIL
|
||
|
||
[p.tabIndex: setAttribute() to 0]
|
||
expected: FAIL
|
||
|
||
[p.tabIndex: setAttribute() to 1]
|
||
expected: FAIL
|
||
|
||
[p.tabIndex: setAttribute() to 2147483647]
|
||
expected: FAIL
|
||
|
||
[p.tabIndex: setAttribute() to -2147483648]
|
||
expected: FAIL
|
||
|
||
[p.tabIndex: setAttribute() to "-1"]
|
||
expected: FAIL
|
||
|
||
[p.tabIndex: setAttribute() to "-0"]
|
||
expected: FAIL
|
||
|
||
[p.tabIndex: setAttribute() to "0"]
|
||
expected: FAIL
|
||
|
||
[p.tabIndex: setAttribute() to "1"]
|
||
expected: FAIL
|
||
|
||
[p.tabIndex: setAttribute() to "\\t7"]
|
||
expected: FAIL
|
||
|
||
[p.tabIndex: setAttribute() to "\\f7"]
|
||
expected: FAIL
|
||
|
||
[p.tabIndex: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[p.tabIndex: setAttribute() to "\\n7"]
|
||
expected: FAIL
|
||
|
||
[p.tabIndex: setAttribute() to "\\r7"]
|
||
expected: FAIL
|
||
|
||
[p.tabIndex: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[p.tabIndex: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[p.tabIndex: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[p.tabIndex: setAttribute() to object "2"]
|
||
expected: FAIL
|
||
|
||
[p.tabIndex: IDL set to -36]
|
||
expected: FAIL
|
||
|
||
[p.tabIndex: IDL set to -1]
|
||
expected: FAIL
|
||
|
||
[p.tabIndex: IDL set to 0]
|
||
expected: FAIL
|
||
|
||
[p.tabIndex: IDL set to 1]
|
||
expected: FAIL
|
||
|
||
[p.tabIndex: IDL set to 2147483647]
|
||
expected: FAIL
|
||
|
||
[p.tabIndex: IDL set to -2147483648]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: IDL get with DOM attribute unset]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: setAttribute() to ""]
|
||
expected: FAIL
|
||
|
||
[hr.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
|
||
|
||
[hr.accessKey: setAttribute() to undefined]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: setAttribute() to 7]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: setAttribute() to ".5"]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: setAttribute() to true]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: setAttribute() to false]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: setAttribute() to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: setAttribute() to NaN]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: setAttribute() to Infinity]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: setAttribute() to -Infinity]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: setAttribute() to "\\0"]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: setAttribute() to null]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: setAttribute() to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: setAttribute() to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: IDL set to ""]
|
||
expected: FAIL
|
||
|
||
[hr.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
|
||
|
||
[hr.accessKey: IDL set to undefined]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: IDL set to 7]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: IDL set to 1.5]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: IDL set to "5%"]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: IDL set to "+100"]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: IDL set to ".5"]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: IDL set to true]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: IDL set to false]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: IDL set to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: IDL set to NaN]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: IDL set to Infinity]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: IDL set to -Infinity]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: IDL set to "\\0"]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: IDL set to null]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: IDL set to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[hr.accessKey: IDL set to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[hr.tabIndex: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[hr.tabIndex: setAttribute() to -36]
|
||
expected: FAIL
|
||
|
||
[hr.tabIndex: setAttribute() to -1]
|
||
expected: FAIL
|
||
|
||
[hr.tabIndex: setAttribute() to 0]
|
||
expected: FAIL
|
||
|
||
[hr.tabIndex: setAttribute() to 1]
|
||
expected: FAIL
|
||
|
||
[hr.tabIndex: setAttribute() to 2147483647]
|
||
expected: FAIL
|
||
|
||
[hr.tabIndex: setAttribute() to -2147483648]
|
||
expected: FAIL
|
||
|
||
[hr.tabIndex: setAttribute() to "-1"]
|
||
expected: FAIL
|
||
|
||
[hr.tabIndex: setAttribute() to "-0"]
|
||
expected: FAIL
|
||
|
||
[hr.tabIndex: setAttribute() to "0"]
|
||
expected: FAIL
|
||
|
||
[hr.tabIndex: setAttribute() to "1"]
|
||
expected: FAIL
|
||
|
||
[hr.tabIndex: setAttribute() to "\\t7"]
|
||
expected: FAIL
|
||
|
||
[hr.tabIndex: setAttribute() to "\\f7"]
|
||
expected: FAIL
|
||
|
||
[hr.tabIndex: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[hr.tabIndex: setAttribute() to "\\n7"]
|
||
expected: FAIL
|
||
|
||
[hr.tabIndex: setAttribute() to "\\r7"]
|
||
expected: FAIL
|
||
|
||
[hr.tabIndex: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[hr.tabIndex: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[hr.tabIndex: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[hr.tabIndex: setAttribute() to object "2"]
|
||
expected: FAIL
|
||
|
||
[hr.tabIndex: IDL set to -36]
|
||
expected: FAIL
|
||
|
||
[hr.tabIndex: IDL set to -1]
|
||
expected: FAIL
|
||
|
||
[hr.tabIndex: IDL set to 0]
|
||
expected: FAIL
|
||
|
||
[hr.tabIndex: IDL set to 1]
|
||
expected: FAIL
|
||
|
||
[hr.tabIndex: IDL set to 2147483647]
|
||
expected: FAIL
|
||
|
||
[hr.tabIndex: IDL set to -2147483648]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: IDL get with DOM attribute unset]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: setAttribute() to ""]
|
||
expected: FAIL
|
||
|
||
[pre.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
|
||
|
||
[pre.accessKey: setAttribute() to undefined]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: setAttribute() to 7]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: setAttribute() to ".5"]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: setAttribute() to true]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: setAttribute() to false]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: setAttribute() to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: setAttribute() to NaN]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: setAttribute() to Infinity]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: setAttribute() to -Infinity]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: setAttribute() to "\\0"]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: setAttribute() to null]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: setAttribute() to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: setAttribute() to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: IDL set to ""]
|
||
expected: FAIL
|
||
|
||
[pre.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
|
||
|
||
[pre.accessKey: IDL set to undefined]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: IDL set to 7]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: IDL set to 1.5]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: IDL set to "5%"]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: IDL set to "+100"]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: IDL set to ".5"]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: IDL set to true]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: IDL set to false]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: IDL set to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: IDL set to NaN]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: IDL set to Infinity]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: IDL set to -Infinity]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: IDL set to "\\0"]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: IDL set to null]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: IDL set to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[pre.accessKey: IDL set to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[pre.tabIndex: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[pre.tabIndex: setAttribute() to -36]
|
||
expected: FAIL
|
||
|
||
[pre.tabIndex: setAttribute() to -1]
|
||
expected: FAIL
|
||
|
||
[pre.tabIndex: setAttribute() to 0]
|
||
expected: FAIL
|
||
|
||
[pre.tabIndex: setAttribute() to 1]
|
||
expected: FAIL
|
||
|
||
[pre.tabIndex: setAttribute() to 2147483647]
|
||
expected: FAIL
|
||
|
||
[pre.tabIndex: setAttribute() to -2147483648]
|
||
expected: FAIL
|
||
|
||
[pre.tabIndex: setAttribute() to "-1"]
|
||
expected: FAIL
|
||
|
||
[pre.tabIndex: setAttribute() to "-0"]
|
||
expected: FAIL
|
||
|
||
[pre.tabIndex: setAttribute() to "0"]
|
||
expected: FAIL
|
||
|
||
[pre.tabIndex: setAttribute() to "1"]
|
||
expected: FAIL
|
||
|
||
[pre.tabIndex: setAttribute() to "\\t7"]
|
||
expected: FAIL
|
||
|
||
[pre.tabIndex: setAttribute() to "\\f7"]
|
||
expected: FAIL
|
||
|
||
[pre.tabIndex: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[pre.tabIndex: setAttribute() to "\\n7"]
|
||
expected: FAIL
|
||
|
||
[pre.tabIndex: setAttribute() to "\\r7"]
|
||
expected: FAIL
|
||
|
||
[pre.tabIndex: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[pre.tabIndex: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[pre.tabIndex: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[pre.tabIndex: setAttribute() to object "2"]
|
||
expected: FAIL
|
||
|
||
[pre.tabIndex: IDL set to -36]
|
||
expected: FAIL
|
||
|
||
[pre.tabIndex: IDL set to -1]
|
||
expected: FAIL
|
||
|
||
[pre.tabIndex: IDL set to 0]
|
||
expected: FAIL
|
||
|
||
[pre.tabIndex: IDL set to 1]
|
||
expected: FAIL
|
||
|
||
[pre.tabIndex: IDL set to 2147483647]
|
||
expected: FAIL
|
||
|
||
[pre.tabIndex: IDL set to -2147483648]
|
||
expected: FAIL
|
||
|
||
[pre.width: setAttribute() to -36]
|
||
expected: FAIL
|
||
|
||
[pre.width: setAttribute() to -1]
|
||
expected: FAIL
|
||
|
||
[pre.width: setAttribute() to -2147483648]
|
||
expected: FAIL
|
||
|
||
[pre.width: setAttribute() to "-1"]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: IDL get with DOM attribute unset]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: setAttribute() to ""]
|
||
expected: FAIL
|
||
|
||
[blockquote.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
|
||
|
||
[blockquote.accessKey: setAttribute() to undefined]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: setAttribute() to 7]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: setAttribute() to ".5"]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: setAttribute() to true]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: setAttribute() to false]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: setAttribute() to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: setAttribute() to NaN]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: setAttribute() to Infinity]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: setAttribute() to -Infinity]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: setAttribute() to "\\0"]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: setAttribute() to null]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: setAttribute() to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: setAttribute() to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: IDL set to ""]
|
||
expected: FAIL
|
||
|
||
[blockquote.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
|
||
|
||
[blockquote.accessKey: IDL set to undefined]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: IDL set to 7]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: IDL set to 1.5]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: IDL set to "5%"]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: IDL set to "+100"]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: IDL set to ".5"]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: IDL set to true]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: IDL set to false]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: IDL set to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: IDL set to NaN]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: IDL set to Infinity]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: IDL set to -Infinity]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: IDL set to "\\0"]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: IDL set to null]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: IDL set to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[blockquote.accessKey: IDL set to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[blockquote.tabIndex: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[blockquote.tabIndex: setAttribute() to -36]
|
||
expected: FAIL
|
||
|
||
[blockquote.tabIndex: setAttribute() to -1]
|
||
expected: FAIL
|
||
|
||
[blockquote.tabIndex: setAttribute() to 0]
|
||
expected: FAIL
|
||
|
||
[blockquote.tabIndex: setAttribute() to 1]
|
||
expected: FAIL
|
||
|
||
[blockquote.tabIndex: setAttribute() to 2147483647]
|
||
expected: FAIL
|
||
|
||
[blockquote.tabIndex: setAttribute() to -2147483648]
|
||
expected: FAIL
|
||
|
||
[blockquote.tabIndex: setAttribute() to "-1"]
|
||
expected: FAIL
|
||
|
||
[blockquote.tabIndex: setAttribute() to "-0"]
|
||
expected: FAIL
|
||
|
||
[blockquote.tabIndex: setAttribute() to "0"]
|
||
expected: FAIL
|
||
|
||
[blockquote.tabIndex: setAttribute() to "1"]
|
||
expected: FAIL
|
||
|
||
[blockquote.tabIndex: setAttribute() to "\\t7"]
|
||
expected: FAIL
|
||
|
||
[blockquote.tabIndex: setAttribute() to "\\f7"]
|
||
expected: FAIL
|
||
|
||
[blockquote.tabIndex: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[blockquote.tabIndex: setAttribute() to "\\n7"]
|
||
expected: FAIL
|
||
|
||
[blockquote.tabIndex: setAttribute() to "\\r7"]
|
||
expected: FAIL
|
||
|
||
[blockquote.tabIndex: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[blockquote.tabIndex: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[blockquote.tabIndex: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[blockquote.tabIndex: setAttribute() to object "2"]
|
||
expected: FAIL
|
||
|
||
[blockquote.tabIndex: IDL set to -36]
|
||
expected: FAIL
|
||
|
||
[blockquote.tabIndex: IDL set to -1]
|
||
expected: FAIL
|
||
|
||
[blockquote.tabIndex: IDL set to 0]
|
||
expected: FAIL
|
||
|
||
[blockquote.tabIndex: IDL set to 1]
|
||
expected: FAIL
|
||
|
||
[blockquote.tabIndex: IDL set to 2147483647]
|
||
expected: FAIL
|
||
|
||
[blockquote.tabIndex: IDL set to -2147483648]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: IDL get with DOM attribute unset]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: setAttribute() to ""]
|
||
expected: FAIL
|
||
|
||
[ol.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
|
||
|
||
[ol.accessKey: setAttribute() to undefined]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: setAttribute() to 7]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: setAttribute() to ".5"]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: setAttribute() to true]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: setAttribute() to false]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: setAttribute() to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: setAttribute() to NaN]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: setAttribute() to Infinity]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: setAttribute() to -Infinity]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: setAttribute() to "\\0"]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: setAttribute() to null]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: setAttribute() to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: setAttribute() to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: IDL set to ""]
|
||
expected: FAIL
|
||
|
||
[ol.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
|
||
|
||
[ol.accessKey: IDL set to undefined]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: IDL set to 7]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: IDL set to 1.5]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: IDL set to "5%"]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: IDL set to "+100"]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: IDL set to ".5"]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: IDL set to true]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: IDL set to false]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: IDL set to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: IDL set to NaN]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: IDL set to Infinity]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: IDL set to -Infinity]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: IDL set to "\\0"]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: IDL set to null]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: IDL set to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[ol.accessKey: IDL set to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[ol.tabIndex: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[ol.tabIndex: setAttribute() to -36]
|
||
expected: FAIL
|
||
|
||
[ol.tabIndex: setAttribute() to -1]
|
||
expected: FAIL
|
||
|
||
[ol.tabIndex: setAttribute() to 0]
|
||
expected: FAIL
|
||
|
||
[ol.tabIndex: setAttribute() to 1]
|
||
expected: FAIL
|
||
|
||
[ol.tabIndex: setAttribute() to 2147483647]
|
||
expected: FAIL
|
||
|
||
[ol.tabIndex: setAttribute() to -2147483648]
|
||
expected: FAIL
|
||
|
||
[ol.tabIndex: setAttribute() to "-1"]
|
||
expected: FAIL
|
||
|
||
[ol.tabIndex: setAttribute() to "-0"]
|
||
expected: FAIL
|
||
|
||
[ol.tabIndex: setAttribute() to "0"]
|
||
expected: FAIL
|
||
|
||
[ol.tabIndex: setAttribute() to "1"]
|
||
expected: FAIL
|
||
|
||
[ol.tabIndex: setAttribute() to "\\t7"]
|
||
expected: FAIL
|
||
|
||
[ol.tabIndex: setAttribute() to "\\f7"]
|
||
expected: FAIL
|
||
|
||
[ol.tabIndex: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[ol.tabIndex: setAttribute() to "\\n7"]
|
||
expected: FAIL
|
||
|
||
[ol.tabIndex: setAttribute() to "\\r7"]
|
||
expected: FAIL
|
||
|
||
[ol.tabIndex: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[ol.tabIndex: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[ol.tabIndex: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[ol.tabIndex: setAttribute() to object "2"]
|
||
expected: FAIL
|
||
|
||
[ol.tabIndex: IDL set to -36]
|
||
expected: FAIL
|
||
|
||
[ol.tabIndex: IDL set to -1]
|
||
expected: FAIL
|
||
|
||
[ol.tabIndex: IDL set to 0]
|
||
expected: FAIL
|
||
|
||
[ol.tabIndex: IDL set to 1]
|
||
expected: FAIL
|
||
|
||
[ol.tabIndex: IDL set to 2147483647]
|
||
expected: FAIL
|
||
|
||
[ol.tabIndex: IDL set to -2147483648]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: IDL get with DOM attribute unset]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: setAttribute() to ""]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: setAttribute() to " foo "]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: setAttribute() to undefined]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: setAttribute() to null]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: setAttribute() to 7]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: setAttribute() to ".5"]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: setAttribute() to true]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: setAttribute() to false]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: setAttribute() to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: setAttribute() to NaN]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: setAttribute() to Infinity]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: setAttribute() to -Infinity]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: setAttribute() to "\\0"]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: setAttribute() to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: setAttribute() to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: setAttribute() to "reversed"]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: IDL set to ""]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: IDL set to " foo "]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: IDL set to undefined]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: IDL set to null]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: IDL set to 7]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: IDL set to 1.5]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: IDL set to "5%"]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: IDL set to "+100"]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: IDL set to ".5"]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: IDL set to false]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: IDL set to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: IDL set to NaN]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: IDL set to Infinity]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: IDL set to -Infinity]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: IDL set to "\\0"]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: IDL set to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[ol.reversed: IDL set to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[ol.start: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[ol.start: IDL get with DOM attribute unset]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to -36]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to -1]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to 0]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to 1]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to 2147483647]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to -2147483648]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to 2147483648]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to -2147483649]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to 4294967295]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to 4294967296]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to ""]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to "-1"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to "-0"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to "0"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to "1"]
|
||
expected: FAIL
|
||
|
||
[ol.start: 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
|
||
|
||
[ol.start: setAttribute() to "\\t7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to "\\v7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to "\\f7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to "7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to "\\n7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to "\\r7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to "
7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to "
7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to "7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to undefined]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to ".5"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to true]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to false]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to NaN]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to Infinity]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to -Infinity]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to "\\0"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to object "2"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to object "3"]
|
||
expected: FAIL
|
||
|
||
[ol.start: IDL set to -36]
|
||
expected: FAIL
|
||
|
||
[ol.start: IDL set to -1]
|
||
expected: FAIL
|
||
|
||
[ol.start: IDL set to 0]
|
||
expected: FAIL
|
||
|
||
[ol.start: IDL set to 1]
|
||
expected: FAIL
|
||
|
||
[ol.start: IDL set to 2147483647]
|
||
expected: FAIL
|
||
|
||
[ol.start: IDL set to -2147483648]
|
||
expected: FAIL
|
||
|
||
[ol.type: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[ol.type: IDL get with DOM attribute unset]
|
||
expected: FAIL
|
||
|
||
[ol.type: setAttribute() to ""]
|
||
expected: FAIL
|
||
|
||
[ol.type: 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
|
||
|
||
[ol.type: setAttribute() to undefined]
|
||
expected: FAIL
|
||
|
||
[ol.type: setAttribute() to 7]
|
||
expected: FAIL
|
||
|
||
[ol.type: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[ol.type: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[ol.type: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[ol.type: setAttribute() to ".5"]
|
||
expected: FAIL
|
||
|
||
[ol.type: setAttribute() to true]
|
||
expected: FAIL
|
||
|
||
[ol.type: setAttribute() to false]
|
||
expected: FAIL
|
||
|
||
[ol.type: setAttribute() to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[ol.type: setAttribute() to NaN]
|
||
expected: FAIL
|
||
|
||
[ol.type: setAttribute() to Infinity]
|
||
expected: FAIL
|
||
|
||
[ol.type: setAttribute() to -Infinity]
|
||
expected: FAIL
|
||
|
||
[ol.type: setAttribute() to "\\0"]
|
||
expected: FAIL
|
||
|
||
[ol.type: setAttribute() to null]
|
||
expected: FAIL
|
||
|
||
[ol.type: setAttribute() to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[ol.type: setAttribute() to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[ol.type: IDL set to ""]
|
||
expected: FAIL
|
||
|
||
[ol.type: 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
|
||
|
||
[ol.type: IDL set to undefined]
|
||
expected: FAIL
|
||
|
||
[ol.type: IDL set to 7]
|
||
expected: FAIL
|
||
|
||
[ol.type: IDL set to 1.5]
|
||
expected: FAIL
|
||
|
||
[ol.type: IDL set to "5%"]
|
||
expected: FAIL
|
||
|
||
[ol.type: IDL set to "+100"]
|
||
expected: FAIL
|
||
|
||
[ol.type: IDL set to ".5"]
|
||
expected: FAIL
|
||
|
||
[ol.type: IDL set to true]
|
||
expected: FAIL
|
||
|
||
[ol.type: IDL set to false]
|
||
expected: FAIL
|
||
|
||
[ol.type: IDL set to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[ol.type: IDL set to NaN]
|
||
expected: FAIL
|
||
|
||
[ol.type: IDL set to Infinity]
|
||
expected: FAIL
|
||
|
||
[ol.type: IDL set to -Infinity]
|
||
expected: FAIL
|
||
|
||
[ol.type: IDL set to "\\0"]
|
||
expected: FAIL
|
||
|
||
[ol.type: IDL set to null]
|
||
expected: FAIL
|
||
|
||
[ol.type: IDL set to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[ol.type: IDL set to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[ol.compact: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[ol.compact: IDL get with DOM attribute unset]
|
||
expected: FAIL
|
||
|
||
[ol.compact: setAttribute() to ""]
|
||
expected: FAIL
|
||
|
||
[ol.compact: setAttribute() to " foo "]
|
||
expected: FAIL
|
||
|
||
[ol.compact: setAttribute() to undefined]
|
||
expected: FAIL
|
||
|
||
[ol.compact: setAttribute() to null]
|
||
expected: FAIL
|
||
|
||
[ol.compact: setAttribute() to 7]
|
||
expected: FAIL
|
||
|
||
[ol.compact: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[ol.compact: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[ol.compact: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[ol.compact: setAttribute() to ".5"]
|
||
expected: FAIL
|
||
|
||
[ol.compact: setAttribute() to true]
|
||
expected: FAIL
|
||
|
||
[ol.compact: setAttribute() to false]
|
||
expected: FAIL
|
||
|
||
[ol.compact: setAttribute() to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[ol.compact: setAttribute() to NaN]
|
||
expected: FAIL
|
||
|
||
[ol.compact: setAttribute() to Infinity]
|
||
expected: FAIL
|
||
|
||
[ol.compact: setAttribute() to -Infinity]
|
||
expected: FAIL
|
||
|
||
[ol.compact: setAttribute() to "\\0"]
|
||
expected: FAIL
|
||
|
||
[ol.compact: setAttribute() to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[ol.compact: setAttribute() to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[ol.compact: setAttribute() to "compact"]
|
||
expected: FAIL
|
||
|
||
[ol.compact: IDL set to ""]
|
||
expected: FAIL
|
||
|
||
[ol.compact: IDL set to " foo "]
|
||
expected: FAIL
|
||
|
||
[ol.compact: IDL set to undefined]
|
||
expected: FAIL
|
||
|
||
[ol.compact: IDL set to null]
|
||
expected: FAIL
|
||
|
||
[ol.compact: IDL set to 7]
|
||
expected: FAIL
|
||
|
||
[ol.compact: IDL set to 1.5]
|
||
expected: FAIL
|
||
|
||
[ol.compact: IDL set to "5%"]
|
||
expected: FAIL
|
||
|
||
[ol.compact: IDL set to "+100"]
|
||
expected: FAIL
|
||
|
||
[ol.compact: IDL set to ".5"]
|
||
expected: FAIL
|
||
|
||
[ol.compact: IDL set to false]
|
||
expected: FAIL
|
||
|
||
[ol.compact: IDL set to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[ol.compact: IDL set to NaN]
|
||
expected: FAIL
|
||
|
||
[ol.compact: IDL set to Infinity]
|
||
expected: FAIL
|
||
|
||
[ol.compact: IDL set to -Infinity]
|
||
expected: FAIL
|
||
|
||
[ol.compact: IDL set to "\\0"]
|
||
expected: FAIL
|
||
|
||
[ol.compact: IDL set to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[ol.compact: IDL set to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: IDL get with DOM attribute unset]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: setAttribute() to ""]
|
||
expected: FAIL
|
||
|
||
[ul.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
|
||
|
||
[ul.accessKey: setAttribute() to undefined]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: setAttribute() to 7]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: setAttribute() to ".5"]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: setAttribute() to true]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: setAttribute() to false]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: setAttribute() to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: setAttribute() to NaN]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: setAttribute() to Infinity]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: setAttribute() to -Infinity]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: setAttribute() to "\\0"]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: setAttribute() to null]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: setAttribute() to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: setAttribute() to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: IDL set to ""]
|
||
expected: FAIL
|
||
|
||
[ul.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
|
||
|
||
[ul.accessKey: IDL set to undefined]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: IDL set to 7]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: IDL set to 1.5]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: IDL set to "5%"]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: IDL set to "+100"]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: IDL set to ".5"]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: IDL set to true]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: IDL set to false]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: IDL set to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: IDL set to NaN]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: IDL set to Infinity]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: IDL set to -Infinity]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: IDL set to "\\0"]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: IDL set to null]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: IDL set to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[ul.accessKey: IDL set to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[ul.tabIndex: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[ul.tabIndex: setAttribute() to -36]
|
||
expected: FAIL
|
||
|
||
[ul.tabIndex: setAttribute() to -1]
|
||
expected: FAIL
|
||
|
||
[ul.tabIndex: setAttribute() to 0]
|
||
expected: FAIL
|
||
|
||
[ul.tabIndex: setAttribute() to 1]
|
||
expected: FAIL
|
||
|
||
[ul.tabIndex: setAttribute() to 2147483647]
|
||
expected: FAIL
|
||
|
||
[ul.tabIndex: setAttribute() to -2147483648]
|
||
expected: FAIL
|
||
|
||
[ul.tabIndex: setAttribute() to "-1"]
|
||
expected: FAIL
|
||
|
||
[ul.tabIndex: setAttribute() to "-0"]
|
||
expected: FAIL
|
||
|
||
[ul.tabIndex: setAttribute() to "0"]
|
||
expected: FAIL
|
||
|
||
[ul.tabIndex: setAttribute() to "1"]
|
||
expected: FAIL
|
||
|
||
[ul.tabIndex: setAttribute() to "\\t7"]
|
||
expected: FAIL
|
||
|
||
[ul.tabIndex: setAttribute() to "\\f7"]
|
||
expected: FAIL
|
||
|
||
[ul.tabIndex: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[ul.tabIndex: setAttribute() to "\\n7"]
|
||
expected: FAIL
|
||
|
||
[ul.tabIndex: setAttribute() to "\\r7"]
|
||
expected: FAIL
|
||
|
||
[ul.tabIndex: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[ul.tabIndex: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[ul.tabIndex: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[ul.tabIndex: setAttribute() to object "2"]
|
||
expected: FAIL
|
||
|
||
[ul.tabIndex: IDL set to -36]
|
||
expected: FAIL
|
||
|
||
[ul.tabIndex: IDL set to -1]
|
||
expected: FAIL
|
||
|
||
[ul.tabIndex: IDL set to 0]
|
||
expected: FAIL
|
||
|
||
[ul.tabIndex: IDL set to 1]
|
||
expected: FAIL
|
||
|
||
[ul.tabIndex: IDL set to 2147483647]
|
||
expected: FAIL
|
||
|
||
[ul.tabIndex: IDL set to -2147483648]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: IDL get with DOM attribute unset]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: setAttribute() to ""]
|
||
expected: FAIL
|
||
|
||
[li.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
|
||
|
||
[li.accessKey: setAttribute() to undefined]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: setAttribute() to 7]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: setAttribute() to ".5"]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: setAttribute() to true]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: setAttribute() to false]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: setAttribute() to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: setAttribute() to NaN]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: setAttribute() to Infinity]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: setAttribute() to -Infinity]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: setAttribute() to "\\0"]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: setAttribute() to null]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: setAttribute() to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: setAttribute() to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: IDL set to ""]
|
||
expected: FAIL
|
||
|
||
[li.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
|
||
|
||
[li.accessKey: IDL set to undefined]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: IDL set to 7]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: IDL set to 1.5]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: IDL set to "5%"]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: IDL set to "+100"]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: IDL set to ".5"]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: IDL set to true]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: IDL set to false]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: IDL set to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: IDL set to NaN]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: IDL set to Infinity]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: IDL set to -Infinity]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: IDL set to "\\0"]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: IDL set to null]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: IDL set to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[li.accessKey: IDL set to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[li.tabIndex: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[li.tabIndex: setAttribute() to -36]
|
||
expected: FAIL
|
||
|
||
[li.tabIndex: setAttribute() to -1]
|
||
expected: FAIL
|
||
|
||
[li.tabIndex: setAttribute() to 0]
|
||
expected: FAIL
|
||
|
||
[li.tabIndex: setAttribute() to 1]
|
||
expected: FAIL
|
||
|
||
[li.tabIndex: setAttribute() to 2147483647]
|
||
expected: FAIL
|
||
|
||
[li.tabIndex: setAttribute() to -2147483648]
|
||
expected: FAIL
|
||
|
||
[li.tabIndex: setAttribute() to "-1"]
|
||
expected: FAIL
|
||
|
||
[li.tabIndex: setAttribute() to "-0"]
|
||
expected: FAIL
|
||
|
||
[li.tabIndex: setAttribute() to "0"]
|
||
expected: FAIL
|
||
|
||
[li.tabIndex: setAttribute() to "1"]
|
||
expected: FAIL
|
||
|
||
[li.tabIndex: setAttribute() to "\\t7"]
|
||
expected: FAIL
|
||
|
||
[li.tabIndex: setAttribute() to "\\f7"]
|
||
expected: FAIL
|
||
|
||
[li.tabIndex: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[li.tabIndex: setAttribute() to "\\n7"]
|
||
expected: FAIL
|
||
|
||
[li.tabIndex: setAttribute() to "\\r7"]
|
||
expected: FAIL
|
||
|
||
[li.tabIndex: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[li.tabIndex: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[li.tabIndex: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[li.tabIndex: setAttribute() to object "2"]
|
||
expected: FAIL
|
||
|
||
[li.tabIndex: IDL set to -36]
|
||
expected: FAIL
|
||
|
||
[li.tabIndex: IDL set to -1]
|
||
expected: FAIL
|
||
|
||
[li.tabIndex: IDL set to 0]
|
||
expected: FAIL
|
||
|
||
[li.tabIndex: IDL set to 1]
|
||
expected: FAIL
|
||
|
||
[li.tabIndex: IDL set to 2147483647]
|
||
expected: FAIL
|
||
|
||
[li.tabIndex: IDL set to -2147483648]
|
||
expected: FAIL
|
||
|
||
[li.type: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[li.type: IDL get with DOM attribute unset]
|
||
expected: FAIL
|
||
|
||
[li.type: setAttribute() to ""]
|
||
expected: FAIL
|
||
|
||
[li.type: 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
|
||
|
||
[li.type: setAttribute() to undefined]
|
||
expected: FAIL
|
||
|
||
[li.type: setAttribute() to 7]
|
||
expected: FAIL
|
||
|
||
[li.type: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[li.type: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[li.type: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[li.type: setAttribute() to ".5"]
|
||
expected: FAIL
|
||
|
||
[li.type: setAttribute() to true]
|
||
expected: FAIL
|
||
|
||
[li.type: setAttribute() to false]
|
||
expected: FAIL
|
||
|
||
[li.type: setAttribute() to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[li.type: setAttribute() to NaN]
|
||
expected: FAIL
|
||
|
||
[li.type: setAttribute() to Infinity]
|
||
expected: FAIL
|
||
|
||
[li.type: setAttribute() to -Infinity]
|
||
expected: FAIL
|
||
|
||
[li.type: setAttribute() to "\\0"]
|
||
expected: FAIL
|
||
|
||
[li.type: setAttribute() to null]
|
||
expected: FAIL
|
||
|
||
[li.type: setAttribute() to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[li.type: setAttribute() to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[li.type: IDL set to ""]
|
||
expected: FAIL
|
||
|
||
[li.type: 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
|
||
|
||
[li.type: IDL set to undefined]
|
||
expected: FAIL
|
||
|
||
[li.type: IDL set to 7]
|
||
expected: FAIL
|
||
|
||
[li.type: IDL set to 1.5]
|
||
expected: FAIL
|
||
|
||
[li.type: IDL set to "5%"]
|
||
expected: FAIL
|
||
|
||
[li.type: IDL set to "+100"]
|
||
expected: FAIL
|
||
|
||
[li.type: IDL set to ".5"]
|
||
expected: FAIL
|
||
|
||
[li.type: IDL set to true]
|
||
expected: FAIL
|
||
|
||
[li.type: IDL set to false]
|
||
expected: FAIL
|
||
|
||
[li.type: IDL set to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[li.type: IDL set to NaN]
|
||
expected: FAIL
|
||
|
||
[li.type: IDL set to Infinity]
|
||
expected: FAIL
|
||
|
||
[li.type: IDL set to -Infinity]
|
||
expected: FAIL
|
||
|
||
[li.type: IDL set to "\\0"]
|
||
expected: FAIL
|
||
|
||
[li.type: IDL set to null]
|
||
expected: FAIL
|
||
|
||
[li.type: IDL set to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[li.type: IDL set to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: IDL get with DOM attribute unset]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: setAttribute() to ""]
|
||
expected: FAIL
|
||
|
||
[dl.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
|
||
|
||
[dl.accessKey: setAttribute() to undefined]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: setAttribute() to 7]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: setAttribute() to ".5"]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: setAttribute() to true]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: setAttribute() to false]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: setAttribute() to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: setAttribute() to NaN]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: setAttribute() to Infinity]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: setAttribute() to -Infinity]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: setAttribute() to "\\0"]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: setAttribute() to null]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: setAttribute() to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: setAttribute() to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: IDL set to ""]
|
||
expected: FAIL
|
||
|
||
[dl.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
|
||
|
||
[dl.accessKey: IDL set to undefined]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: IDL set to 7]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: IDL set to 1.5]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: IDL set to "5%"]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: IDL set to "+100"]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: IDL set to ".5"]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: IDL set to true]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: IDL set to false]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: IDL set to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: IDL set to NaN]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: IDL set to Infinity]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: IDL set to -Infinity]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: IDL set to "\\0"]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: IDL set to null]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: IDL set to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[dl.accessKey: IDL set to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[dl.tabIndex: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[dl.tabIndex: setAttribute() to -36]
|
||
expected: FAIL
|
||
|
||
[dl.tabIndex: setAttribute() to -1]
|
||
expected: FAIL
|
||
|
||
[dl.tabIndex: setAttribute() to 0]
|
||
expected: FAIL
|
||
|
||
[dl.tabIndex: setAttribute() to 1]
|
||
expected: FAIL
|
||
|
||
[dl.tabIndex: setAttribute() to 2147483647]
|
||
expected: FAIL
|
||
|
||
[dl.tabIndex: setAttribute() to -2147483648]
|
||
expected: FAIL
|
||
|
||
[dl.tabIndex: setAttribute() to "-1"]
|
||
expected: FAIL
|
||
|
||
[dl.tabIndex: setAttribute() to "-0"]
|
||
expected: FAIL
|
||
|
||
[dl.tabIndex: setAttribute() to "0"]
|
||
expected: FAIL
|
||
|
||
[dl.tabIndex: setAttribute() to "1"]
|
||
expected: FAIL
|
||
|
||
[dl.tabIndex: setAttribute() to "\\t7"]
|
||
expected: FAIL
|
||
|
||
[dl.tabIndex: setAttribute() to "\\f7"]
|
||
expected: FAIL
|
||
|
||
[dl.tabIndex: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[dl.tabIndex: setAttribute() to "\\n7"]
|
||
expected: FAIL
|
||
|
||
[dl.tabIndex: setAttribute() to "\\r7"]
|
||
expected: FAIL
|
||
|
||
[dl.tabIndex: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[dl.tabIndex: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[dl.tabIndex: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[dl.tabIndex: setAttribute() to object "2"]
|
||
expected: FAIL
|
||
|
||
[dl.tabIndex: IDL set to -36]
|
||
expected: FAIL
|
||
|
||
[dl.tabIndex: IDL set to -1]
|
||
expected: FAIL
|
||
|
||
[dl.tabIndex: IDL set to 0]
|
||
expected: FAIL
|
||
|
||
[dl.tabIndex: IDL set to 1]
|
||
expected: FAIL
|
||
|
||
[dl.tabIndex: IDL set to 2147483647]
|
||
expected: FAIL
|
||
|
||
[dl.tabIndex: IDL set to -2147483648]
|
||
expected: FAIL
|
||
|
||
[dl.compact: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[dl.compact: IDL get with DOM attribute unset]
|
||
expected: FAIL
|
||
|
||
[dl.compact: setAttribute() to ""]
|
||
expected: FAIL
|
||
|
||
[dl.compact: setAttribute() to " foo "]
|
||
expected: FAIL
|
||
|
||
[dl.compact: setAttribute() to undefined]
|
||
expected: FAIL
|
||
|
||
[dl.compact: setAttribute() to null]
|
||
expected: FAIL
|
||
|
||
[dl.compact: setAttribute() to 7]
|
||
expected: FAIL
|
||
|
||
[dl.compact: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[dl.compact: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[dl.compact: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[dl.compact: setAttribute() to ".5"]
|
||
expected: FAIL
|
||
|
||
[dl.compact: setAttribute() to true]
|
||
expected: FAIL
|
||
|
||
[dl.compact: setAttribute() to false]
|
||
expected: FAIL
|
||
|
||
[dl.compact: setAttribute() to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[dl.compact: setAttribute() to NaN]
|
||
expected: FAIL
|
||
|
||
[dl.compact: setAttribute() to Infinity]
|
||
expected: FAIL
|
||
|
||
[dl.compact: setAttribute() to -Infinity]
|
||
expected: FAIL
|
||
|
||
[dl.compact: setAttribute() to "\\0"]
|
||
expected: FAIL
|
||
|
||
[dl.compact: setAttribute() to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[dl.compact: setAttribute() to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[dl.compact: setAttribute() to "compact"]
|
||
expected: FAIL
|
||
|
||
[dl.compact: IDL set to ""]
|
||
expected: FAIL
|
||
|
||
[dl.compact: IDL set to " foo "]
|
||
expected: FAIL
|
||
|
||
[dl.compact: IDL set to undefined]
|
||
expected: FAIL
|
||
|
||
[dl.compact: IDL set to null]
|
||
expected: FAIL
|
||
|
||
[dl.compact: IDL set to 7]
|
||
expected: FAIL
|
||
|
||
[dl.compact: IDL set to 1.5]
|
||
expected: FAIL
|
||
|
||
[dl.compact: IDL set to "5%"]
|
||
expected: FAIL
|
||
|
||
[dl.compact: IDL set to "+100"]
|
||
expected: FAIL
|
||
|
||
[dl.compact: IDL set to ".5"]
|
||
expected: FAIL
|
||
|
||
[dl.compact: IDL set to false]
|
||
expected: FAIL
|
||
|
||
[dl.compact: IDL set to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[dl.compact: IDL set to NaN]
|
||
expected: FAIL
|
||
|
||
[dl.compact: IDL set to Infinity]
|
||
expected: FAIL
|
||
|
||
[dl.compact: IDL set to -Infinity]
|
||
expected: FAIL
|
||
|
||
[dl.compact: IDL set to "\\0"]
|
||
expected: FAIL
|
||
|
||
[dl.compact: IDL set to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[dl.compact: IDL set to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: IDL get with DOM attribute unset]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: setAttribute() to ""]
|
||
expected: FAIL
|
||
|
||
[dt.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
|
||
|
||
[dt.accessKey: setAttribute() to undefined]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: setAttribute() to 7]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: setAttribute() to ".5"]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: setAttribute() to true]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: setAttribute() to false]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: setAttribute() to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: setAttribute() to NaN]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: setAttribute() to Infinity]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: setAttribute() to -Infinity]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: setAttribute() to "\\0"]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: setAttribute() to null]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: setAttribute() to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: setAttribute() to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: IDL set to ""]
|
||
expected: FAIL
|
||
|
||
[dt.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
|
||
|
||
[dt.accessKey: IDL set to undefined]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: IDL set to 7]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: IDL set to 1.5]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: IDL set to "5%"]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: IDL set to "+100"]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: IDL set to ".5"]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: IDL set to true]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: IDL set to false]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: IDL set to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: IDL set to NaN]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: IDL set to Infinity]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: IDL set to -Infinity]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: IDL set to "\\0"]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: IDL set to null]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: IDL set to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[dt.accessKey: IDL set to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[dt.tabIndex: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[dt.tabIndex: setAttribute() to -36]
|
||
expected: FAIL
|
||
|
||
[dt.tabIndex: setAttribute() to -1]
|
||
expected: FAIL
|
||
|
||
[dt.tabIndex: setAttribute() to 0]
|
||
expected: FAIL
|
||
|
||
[dt.tabIndex: setAttribute() to 1]
|
||
expected: FAIL
|
||
|
||
[dt.tabIndex: setAttribute() to 2147483647]
|
||
expected: FAIL
|
||
|
||
[dt.tabIndex: setAttribute() to -2147483648]
|
||
expected: FAIL
|
||
|
||
[dt.tabIndex: setAttribute() to "-1"]
|
||
expected: FAIL
|
||
|
||
[dt.tabIndex: setAttribute() to "-0"]
|
||
expected: FAIL
|
||
|
||
[dt.tabIndex: setAttribute() to "0"]
|
||
expected: FAIL
|
||
|
||
[dt.tabIndex: setAttribute() to "1"]
|
||
expected: FAIL
|
||
|
||
[dt.tabIndex: setAttribute() to "\\t7"]
|
||
expected: FAIL
|
||
|
||
[dt.tabIndex: setAttribute() to "\\f7"]
|
||
expected: FAIL
|
||
|
||
[dt.tabIndex: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[dt.tabIndex: setAttribute() to "\\n7"]
|
||
expected: FAIL
|
||
|
||
[dt.tabIndex: setAttribute() to "\\r7"]
|
||
expected: FAIL
|
||
|
||
[dt.tabIndex: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[dt.tabIndex: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[dt.tabIndex: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[dt.tabIndex: setAttribute() to object "2"]
|
||
expected: FAIL
|
||
|
||
[dt.tabIndex: IDL set to -36]
|
||
expected: FAIL
|
||
|
||
[dt.tabIndex: IDL set to -1]
|
||
expected: FAIL
|
||
|
||
[dt.tabIndex: IDL set to 0]
|
||
expected: FAIL
|
||
|
||
[dt.tabIndex: IDL set to 1]
|
||
expected: FAIL
|
||
|
||
[dt.tabIndex: IDL set to 2147483647]
|
||
expected: FAIL
|
||
|
||
[dt.tabIndex: IDL set to -2147483648]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: IDL get with DOM attribute unset]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: setAttribute() to ""]
|
||
expected: FAIL
|
||
|
||
[dd.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
|
||
|
||
[dd.accessKey: setAttribute() to undefined]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: setAttribute() to 7]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: setAttribute() to ".5"]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: setAttribute() to true]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: setAttribute() to false]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: setAttribute() to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: setAttribute() to NaN]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: setAttribute() to Infinity]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: setAttribute() to -Infinity]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: setAttribute() to "\\0"]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: setAttribute() to null]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: setAttribute() to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: setAttribute() to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: IDL set to ""]
|
||
expected: FAIL
|
||
|
||
[dd.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
|
||
|
||
[dd.accessKey: IDL set to undefined]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: IDL set to 7]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: IDL set to 1.5]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: IDL set to "5%"]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: IDL set to "+100"]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: IDL set to ".5"]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: IDL set to true]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: IDL set to false]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: IDL set to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: IDL set to NaN]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: IDL set to Infinity]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: IDL set to -Infinity]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: IDL set to "\\0"]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: IDL set to null]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: IDL set to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[dd.accessKey: IDL set to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[dd.tabIndex: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[dd.tabIndex: setAttribute() to -36]
|
||
expected: FAIL
|
||
|
||
[dd.tabIndex: setAttribute() to -1]
|
||
expected: FAIL
|
||
|
||
[dd.tabIndex: setAttribute() to 0]
|
||
expected: FAIL
|
||
|
||
[dd.tabIndex: setAttribute() to 1]
|
||
expected: FAIL
|
||
|
||
[dd.tabIndex: setAttribute() to 2147483647]
|
||
expected: FAIL
|
||
|
||
[dd.tabIndex: setAttribute() to -2147483648]
|
||
expected: FAIL
|
||
|
||
[dd.tabIndex: setAttribute() to "-1"]
|
||
expected: FAIL
|
||
|
||
[dd.tabIndex: setAttribute() to "-0"]
|
||
expected: FAIL
|
||
|
||
[dd.tabIndex: setAttribute() to "0"]
|
||
expected: FAIL
|
||
|
||
[dd.tabIndex: setAttribute() to "1"]
|
||
expected: FAIL
|
||
|
||
[dd.tabIndex: setAttribute() to "\\t7"]
|
||
expected: FAIL
|
||
|
||
[dd.tabIndex: setAttribute() to "\\f7"]
|
||
expected: FAIL
|
||
|
||
[dd.tabIndex: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[dd.tabIndex: setAttribute() to "\\n7"]
|
||
expected: FAIL
|
||
|
||
[dd.tabIndex: setAttribute() to "\\r7"]
|
||
expected: FAIL
|
||
|
||
[dd.tabIndex: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[dd.tabIndex: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[dd.tabIndex: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[dd.tabIndex: setAttribute() to object "2"]
|
||
expected: FAIL
|
||
|
||
[dd.tabIndex: IDL set to -36]
|
||
expected: FAIL
|
||
|
||
[dd.tabIndex: IDL set to -1]
|
||
expected: FAIL
|
||
|
||
[dd.tabIndex: IDL set to 0]
|
||
expected: FAIL
|
||
|
||
[dd.tabIndex: IDL set to 1]
|
||
expected: FAIL
|
||
|
||
[dd.tabIndex: IDL set to 2147483647]
|
||
expected: FAIL
|
||
|
||
[dd.tabIndex: IDL set to -2147483648]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: IDL get with DOM attribute unset]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: setAttribute() to ""]
|
||
expected: FAIL
|
||
|
||
[figure.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
|
||
|
||
[figure.accessKey: setAttribute() to undefined]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: setAttribute() to 7]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: setAttribute() to ".5"]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: setAttribute() to true]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: setAttribute() to false]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: setAttribute() to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: setAttribute() to NaN]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: setAttribute() to Infinity]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: setAttribute() to -Infinity]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: setAttribute() to "\\0"]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: setAttribute() to null]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: setAttribute() to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: setAttribute() to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: IDL set to ""]
|
||
expected: FAIL
|
||
|
||
[figure.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
|
||
|
||
[figure.accessKey: IDL set to undefined]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: IDL set to 7]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: IDL set to 1.5]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: IDL set to "5%"]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: IDL set to "+100"]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: IDL set to ".5"]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: IDL set to true]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: IDL set to false]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: IDL set to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: IDL set to NaN]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: IDL set to Infinity]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: IDL set to -Infinity]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: IDL set to "\\0"]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: IDL set to null]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: IDL set to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[figure.accessKey: IDL set to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[figure.tabIndex: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[figure.tabIndex: setAttribute() to -36]
|
||
expected: FAIL
|
||
|
||
[figure.tabIndex: setAttribute() to -1]
|
||
expected: FAIL
|
||
|
||
[figure.tabIndex: setAttribute() to 0]
|
||
expected: FAIL
|
||
|
||
[figure.tabIndex: setAttribute() to 1]
|
||
expected: FAIL
|
||
|
||
[figure.tabIndex: setAttribute() to 2147483647]
|
||
expected: FAIL
|
||
|
||
[figure.tabIndex: setAttribute() to -2147483648]
|
||
expected: FAIL
|
||
|
||
[figure.tabIndex: setAttribute() to "-1"]
|
||
expected: FAIL
|
||
|
||
[figure.tabIndex: setAttribute() to "-0"]
|
||
expected: FAIL
|
||
|
||
[figure.tabIndex: setAttribute() to "0"]
|
||
expected: FAIL
|
||
|
||
[figure.tabIndex: setAttribute() to "1"]
|
||
expected: FAIL
|
||
|
||
[figure.tabIndex: setAttribute() to "\\t7"]
|
||
expected: FAIL
|
||
|
||
[figure.tabIndex: setAttribute() to "\\f7"]
|
||
expected: FAIL
|
||
|
||
[figure.tabIndex: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[figure.tabIndex: setAttribute() to "\\n7"]
|
||
expected: FAIL
|
||
|
||
[figure.tabIndex: setAttribute() to "\\r7"]
|
||
expected: FAIL
|
||
|
||
[figure.tabIndex: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[figure.tabIndex: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[figure.tabIndex: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[figure.tabIndex: setAttribute() to object "2"]
|
||
expected: FAIL
|
||
|
||
[figure.tabIndex: IDL set to -36]
|
||
expected: FAIL
|
||
|
||
[figure.tabIndex: IDL set to -1]
|
||
expected: FAIL
|
||
|
||
[figure.tabIndex: IDL set to 0]
|
||
expected: FAIL
|
||
|
||
[figure.tabIndex: IDL set to 1]
|
||
expected: FAIL
|
||
|
||
[figure.tabIndex: IDL set to 2147483647]
|
||
expected: FAIL
|
||
|
||
[figure.tabIndex: IDL set to -2147483648]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: IDL get with DOM attribute unset]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: setAttribute() to ""]
|
||
expected: FAIL
|
||
|
||
[figcaption.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
|
||
|
||
[figcaption.accessKey: setAttribute() to undefined]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: setAttribute() to 7]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: setAttribute() to ".5"]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: setAttribute() to true]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: setAttribute() to false]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: setAttribute() to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: setAttribute() to NaN]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: setAttribute() to Infinity]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: setAttribute() to -Infinity]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: setAttribute() to "\\0"]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: setAttribute() to null]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: setAttribute() to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: setAttribute() to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: IDL set to ""]
|
||
expected: FAIL
|
||
|
||
[figcaption.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
|
||
|
||
[figcaption.accessKey: IDL set to undefined]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: IDL set to 7]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: IDL set to 1.5]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: IDL set to "5%"]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: IDL set to "+100"]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: IDL set to ".5"]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: IDL set to true]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: IDL set to false]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: IDL set to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: IDL set to NaN]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: IDL set to Infinity]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: IDL set to -Infinity]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: IDL set to "\\0"]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: IDL set to null]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: IDL set to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[figcaption.accessKey: IDL set to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[figcaption.tabIndex: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[figcaption.tabIndex: setAttribute() to -36]
|
||
expected: FAIL
|
||
|
||
[figcaption.tabIndex: setAttribute() to -1]
|
||
expected: FAIL
|
||
|
||
[figcaption.tabIndex: setAttribute() to 0]
|
||
expected: FAIL
|
||
|
||
[figcaption.tabIndex: setAttribute() to 1]
|
||
expected: FAIL
|
||
|
||
[figcaption.tabIndex: setAttribute() to 2147483647]
|
||
expected: FAIL
|
||
|
||
[figcaption.tabIndex: setAttribute() to -2147483648]
|
||
expected: FAIL
|
||
|
||
[figcaption.tabIndex: setAttribute() to "-1"]
|
||
expected: FAIL
|
||
|
||
[figcaption.tabIndex: setAttribute() to "-0"]
|
||
expected: FAIL
|
||
|
||
[figcaption.tabIndex: setAttribute() to "0"]
|
||
expected: FAIL
|
||
|
||
[figcaption.tabIndex: setAttribute() to "1"]
|
||
expected: FAIL
|
||
|
||
[figcaption.tabIndex: setAttribute() to "\\t7"]
|
||
expected: FAIL
|
||
|
||
[figcaption.tabIndex: setAttribute() to "\\f7"]
|
||
expected: FAIL
|
||
|
||
[figcaption.tabIndex: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[figcaption.tabIndex: setAttribute() to "\\n7"]
|
||
expected: FAIL
|
||
|
||
[figcaption.tabIndex: setAttribute() to "\\r7"]
|
||
expected: FAIL
|
||
|
||
[figcaption.tabIndex: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[figcaption.tabIndex: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[figcaption.tabIndex: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[figcaption.tabIndex: setAttribute() to object "2"]
|
||
expected: FAIL
|
||
|
||
[figcaption.tabIndex: IDL set to -36]
|
||
expected: FAIL
|
||
|
||
[figcaption.tabIndex: IDL set to -1]
|
||
expected: FAIL
|
||
|
||
[figcaption.tabIndex: IDL set to 0]
|
||
expected: FAIL
|
||
|
||
[figcaption.tabIndex: IDL set to 1]
|
||
expected: FAIL
|
||
|
||
[figcaption.tabIndex: IDL set to 2147483647]
|
||
expected: FAIL
|
||
|
||
[figcaption.tabIndex: IDL set to -2147483648]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: IDL get with DOM attribute unset]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: setAttribute() to ""]
|
||
expected: FAIL
|
||
|
||
[main.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
|
||
|
||
[main.accessKey: setAttribute() to undefined]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: setAttribute() to 7]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: setAttribute() to ".5"]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: setAttribute() to true]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: setAttribute() to false]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: setAttribute() to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: setAttribute() to NaN]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: setAttribute() to Infinity]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: setAttribute() to -Infinity]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: setAttribute() to "\\0"]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: setAttribute() to null]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: setAttribute() to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: setAttribute() to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: IDL set to ""]
|
||
expected: FAIL
|
||
|
||
[main.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
|
||
|
||
[main.accessKey: IDL set to undefined]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: IDL set to 7]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: IDL set to 1.5]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: IDL set to "5%"]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: IDL set to "+100"]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: IDL set to ".5"]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: IDL set to true]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: IDL set to false]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: IDL set to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: IDL set to NaN]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: IDL set to Infinity]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: IDL set to -Infinity]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: IDL set to "\\0"]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: IDL set to null]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: IDL set to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[main.accessKey: IDL set to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[main.tabIndex: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[main.tabIndex: setAttribute() to -36]
|
||
expected: FAIL
|
||
|
||
[main.tabIndex: setAttribute() to -1]
|
||
expected: FAIL
|
||
|
||
[main.tabIndex: setAttribute() to 0]
|
||
expected: FAIL
|
||
|
||
[main.tabIndex: setAttribute() to 1]
|
||
expected: FAIL
|
||
|
||
[main.tabIndex: setAttribute() to 2147483647]
|
||
expected: FAIL
|
||
|
||
[main.tabIndex: setAttribute() to -2147483648]
|
||
expected: FAIL
|
||
|
||
[main.tabIndex: setAttribute() to "-1"]
|
||
expected: FAIL
|
||
|
||
[main.tabIndex: setAttribute() to "-0"]
|
||
expected: FAIL
|
||
|
||
[main.tabIndex: setAttribute() to "0"]
|
||
expected: FAIL
|
||
|
||
[main.tabIndex: setAttribute() to "1"]
|
||
expected: FAIL
|
||
|
||
[main.tabIndex: setAttribute() to "\\t7"]
|
||
expected: FAIL
|
||
|
||
[main.tabIndex: setAttribute() to "\\f7"]
|
||
expected: FAIL
|
||
|
||
[main.tabIndex: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[main.tabIndex: setAttribute() to "\\n7"]
|
||
expected: FAIL
|
||
|
||
[main.tabIndex: setAttribute() to "\\r7"]
|
||
expected: FAIL
|
||
|
||
[main.tabIndex: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[main.tabIndex: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[main.tabIndex: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[main.tabIndex: setAttribute() to object "2"]
|
||
expected: FAIL
|
||
|
||
[main.tabIndex: IDL set to -36]
|
||
expected: FAIL
|
||
|
||
[main.tabIndex: IDL set to -1]
|
||
expected: FAIL
|
||
|
||
[main.tabIndex: IDL set to 0]
|
||
expected: FAIL
|
||
|
||
[main.tabIndex: IDL set to 1]
|
||
expected: FAIL
|
||
|
||
[main.tabIndex: IDL set to 2147483647]
|
||
expected: FAIL
|
||
|
||
[main.tabIndex: IDL set to -2147483648]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: IDL get with DOM attribute unset]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: setAttribute() to ""]
|
||
expected: FAIL
|
||
|
||
[div.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
|
||
|
||
[div.accessKey: setAttribute() to undefined]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: setAttribute() to 7]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: setAttribute() to ".5"]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: setAttribute() to true]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: setAttribute() to false]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: setAttribute() to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: setAttribute() to NaN]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: setAttribute() to Infinity]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: setAttribute() to -Infinity]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: setAttribute() to "\\0"]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: setAttribute() to null]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: setAttribute() to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: setAttribute() to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: IDL set to ""]
|
||
expected: FAIL
|
||
|
||
[div.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
|
||
|
||
[div.accessKey: IDL set to undefined]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: IDL set to 7]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: IDL set to 1.5]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: IDL set to "5%"]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: IDL set to "+100"]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: IDL set to ".5"]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: IDL set to true]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: IDL set to false]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: IDL set to object "[object Object\]"]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: IDL set to NaN]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: IDL set to Infinity]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: IDL set to -Infinity]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: IDL set to "\\0"]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: IDL set to null]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: IDL set to object "test-toString"]
|
||
expected: FAIL
|
||
|
||
[div.accessKey: IDL set to object "test-valueOf"]
|
||
expected: FAIL
|
||
|
||
[div.tabIndex: typeof IDL attribute]
|
||
expected: FAIL
|
||
|
||
[div.tabIndex: setAttribute() to -36]
|
||
expected: FAIL
|
||
|
||
[div.tabIndex: setAttribute() to -1]
|
||
expected: FAIL
|
||
|
||
[div.tabIndex: setAttribute() to 0]
|
||
expected: FAIL
|
||
|
||
[div.tabIndex: setAttribute() to 1]
|
||
expected: FAIL
|
||
|
||
[div.tabIndex: setAttribute() to 2147483647]
|
||
expected: FAIL
|
||
|
||
[div.tabIndex: setAttribute() to -2147483648]
|
||
expected: FAIL
|
||
|
||
[div.tabIndex: setAttribute() to "-1"]
|
||
expected: FAIL
|
||
|
||
[div.tabIndex: setAttribute() to "-0"]
|
||
expected: FAIL
|
||
|
||
[div.tabIndex: setAttribute() to "0"]
|
||
expected: FAIL
|
||
|
||
[div.tabIndex: setAttribute() to "1"]
|
||
expected: FAIL
|
||
|
||
[div.tabIndex: setAttribute() to "\\t7"]
|
||
expected: FAIL
|
||
|
||
[div.tabIndex: setAttribute() to "\\f7"]
|
||
expected: FAIL
|
||
|
||
[div.tabIndex: setAttribute() to " 7"]
|
||
expected: FAIL
|
||
|
||
[div.tabIndex: setAttribute() to "\\n7"]
|
||
expected: FAIL
|
||
|
||
[div.tabIndex: setAttribute() to "\\r7"]
|
||
expected: FAIL
|
||
|
||
[div.tabIndex: setAttribute() to 1.5]
|
||
expected: FAIL
|
||
|
||
[div.tabIndex: setAttribute() to "5%"]
|
||
expected: FAIL
|
||
|
||
[div.tabIndex: setAttribute() to "+100"]
|
||
expected: FAIL
|
||
|
||
[div.tabIndex: setAttribute() to object "2"]
|
||
expected: FAIL
|
||
|
||
[div.tabIndex: IDL set to -36]
|
||
expected: FAIL
|
||
|
||
[div.tabIndex: IDL set to -1]
|
||
expected: FAIL
|
||
|
||
[div.tabIndex: IDL set to 0]
|
||
expected: FAIL
|
||
|
||
[div.tabIndex: IDL set to 1]
|
||
expected: FAIL
|
||
|
||
[div.tabIndex: IDL set to 2147483647]
|
||
expected: FAIL
|
||
|
||
[div.tabIndex: IDL set to -2147483648]
|
||
expected: FAIL
|
||
|
||
[p.tabIndex: setAttribute() to "7\\v"]
|
||
expected: FAIL
|
||
|
||
[p.tabIndex: setAttribute() to object "3"]
|
||
expected: FAIL
|
||
|
||
[hr.tabIndex: setAttribute() to "7\\v"]
|
||
expected: FAIL
|
||
|
||
[hr.tabIndex: setAttribute() to object "3"]
|
||
expected: FAIL
|
||
|
||
[pre.tabIndex: setAttribute() to "7\\v"]
|
||
expected: FAIL
|
||
|
||
[pre.tabIndex: setAttribute() to object "3"]
|
||
expected: FAIL
|
||
|
||
[blockquote.tabIndex: setAttribute() to "7\\v"]
|
||
expected: FAIL
|
||
|
||
[blockquote.tabIndex: setAttribute() to object "3"]
|
||
expected: FAIL
|
||
|
||
[ol.tabIndex: setAttribute() to "7\\v"]
|
||
expected: FAIL
|
||
|
||
[ol.tabIndex: setAttribute() to object "3"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to "-"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to "+"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to "\\t\\v7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to "\\n\\v7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to "\\f\\v7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to "\\r\\v7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to " \\v7"]
|
||
expected: FAIL
|
||
|
||
[ol.start: setAttribute() to "7\\v"]
|
||
expected: FAIL
|
||
|
||
[ul.tabIndex: setAttribute() to "7\\v"]
|
||
expected: FAIL
|
||
|
||
[ul.tabIndex: setAttribute() to object "3"]
|
||
expected: FAIL
|
||
|
||
[li.tabIndex: setAttribute() to "7\\v"]
|
||
expected: FAIL
|
||
|
||
[li.tabIndex: setAttribute() to object "3"]
|
||
expected: FAIL
|
||
|
||
[dl.tabIndex: setAttribute() to "7\\v"]
|
||
expected: FAIL
|
||
|
||
[dl.tabIndex: setAttribute() to object "3"]
|
||
expected: FAIL
|
||
|
||
[dt.tabIndex: setAttribute() to "7\\v"]
|
||
expected: FAIL
|
||
|
||
[dt.tabIndex: setAttribute() to object "3"]
|
||
expected: FAIL
|
||
|
||
[dd.tabIndex: setAttribute() to "7\\v"]
|
||
expected: FAIL
|
||
|
||
[dd.tabIndex: setAttribute() to object "3"]
|
||
expected: FAIL
|
||
|
||
[figure.tabIndex: setAttribute() to "7\\v"]
|
||
expected: FAIL
|
||
|
||
[figure.tabIndex: setAttribute() to object "3"]
|
||
expected: FAIL
|
||
|
||
[figcaption.tabIndex: setAttribute() to "7\\v"]
|
||
expected: FAIL
|
||
|
||
[figcaption.tabIndex: setAttribute() to object "3"]
|
||
expected: FAIL
|
||
|
||
[main.tabIndex: setAttribute() to "7\\v"]
|
||
expected: FAIL
|
||
|
||
[main.tabIndex: setAttribute() to object "3"]
|
||
expected: FAIL
|
||
|
||
[div.tabIndex: setAttribute() to "7\\v"]
|
||
expected: FAIL
|
||
|
||
[div.tabIndex: setAttribute() to object "3"]
|
||
expected: FAIL
|