mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
6426 lines
138 KiB
INI
Vendored
6426 lines
138 KiB
INI
Vendored
[reflection-text.html]
|
|
[a.accessKey: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[a.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
|
|
|
|
[a.accessKey: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[a.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
|
|
|
|
[a.accessKey: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[a.accessKey: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[a.tabIndex: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[a.tabIndex: setAttribute() to -36]
|
|
expected: FAIL
|
|
|
|
[a.tabIndex: setAttribute() to -1]
|
|
expected: FAIL
|
|
|
|
[a.tabIndex: setAttribute() to 0]
|
|
expected: FAIL
|
|
|
|
[a.tabIndex: setAttribute() to 1]
|
|
expected: FAIL
|
|
|
|
[a.tabIndex: setAttribute() to 2147483647]
|
|
expected: FAIL
|
|
|
|
[a.tabIndex: setAttribute() to -2147483648]
|
|
expected: FAIL
|
|
|
|
[a.tabIndex: setAttribute() to "-1"]
|
|
expected: FAIL
|
|
|
|
[a.tabIndex: setAttribute() to "-0"]
|
|
expected: FAIL
|
|
|
|
[a.tabIndex: setAttribute() to "0"]
|
|
expected: FAIL
|
|
|
|
[a.tabIndex: setAttribute() to "1"]
|
|
expected: FAIL
|
|
|
|
[a.tabIndex: setAttribute() to "\\t7"]
|
|
expected: FAIL
|
|
|
|
[a.tabIndex: setAttribute() to "\\f7"]
|
|
expected: FAIL
|
|
|
|
[a.tabIndex: setAttribute() to " 7"]
|
|
expected: FAIL
|
|
|
|
[a.tabIndex: setAttribute() to "\\n7"]
|
|
expected: FAIL
|
|
|
|
[a.tabIndex: setAttribute() to "\\r7"]
|
|
expected: FAIL
|
|
|
|
[a.tabIndex: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[a.tabIndex: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[a.tabIndex: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[a.tabIndex: setAttribute() to object "2"]
|
|
expected: FAIL
|
|
|
|
[a.tabIndex: IDL set to -36]
|
|
expected: FAIL
|
|
|
|
[a.tabIndex: IDL set to -1]
|
|
expected: FAIL
|
|
|
|
[a.tabIndex: IDL set to 0]
|
|
expected: FAIL
|
|
|
|
[a.tabIndex: IDL set to 1]
|
|
expected: FAIL
|
|
|
|
[a.tabIndex: IDL set to 2147483647]
|
|
expected: FAIL
|
|
|
|
[a.tabIndex: IDL set to -2147483648]
|
|
expected: FAIL
|
|
|
|
[a.download: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[a.download: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[a.download: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[a.download: 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
|
|
|
|
[a.download: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[a.download: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[a.download: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[a.download: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[a.download: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[a.download: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[a.download: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[a.download: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[a.download: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[a.download: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[a.download: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[a.download: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[a.download: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[a.download: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[a.download: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[a.download: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[a.download: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[a.download: 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
|
|
|
|
[a.download: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[a.download: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[a.download: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[a.download: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[a.download: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[a.download: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[a.download: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[a.download: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[a.download: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[a.download: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[a.download: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[a.download: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[a.download: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[a.download: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[a.download: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[a.download: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[a.ping: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[a.ping: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[a.ping: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[a.ping: 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
|
|
|
|
[a.ping: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[a.ping: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[a.ping: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[a.ping: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[a.ping: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[a.ping: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[a.ping: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[a.ping: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[a.ping: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[a.ping: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[a.ping: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[a.ping: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[a.ping: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[a.ping: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[a.ping: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[a.ping: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[a.ping: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[a.ping: 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
|
|
|
|
[a.ping: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[a.ping: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[a.ping: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[a.ping: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[a.ping: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[a.ping: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[a.ping: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[a.ping: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[a.ping: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[a.ping: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[a.ping: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[a.ping: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[a.ping: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[a.ping: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[a.ping: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[a.ping: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: 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
|
|
|
|
[a.hreflang: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: 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
|
|
|
|
[a.hreflang: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[a.hreflang: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[a.type: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[a.type: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[a.type: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[a.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
|
|
|
|
[a.type: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[a.type: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[a.type: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[a.type: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[a.type: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[a.type: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[a.type: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[a.type: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[a.type: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[a.type: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[a.type: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[a.type: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[a.type: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[a.type: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[a.type: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[a.type: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[a.type: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[a.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
|
|
|
|
[a.type: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[a.type: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[a.type: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[a.type: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[a.type: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[a.type: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[a.type: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[a.type: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[a.type: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[a.type: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[a.type: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[a.type: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[a.type: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[a.type: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[a.type: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[a.type: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[a.charset: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[a.charset: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[a.charset: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[a.charset: 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
|
|
|
|
[a.charset: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[a.charset: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[a.charset: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[a.charset: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[a.charset: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[a.charset: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[a.charset: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[a.charset: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[a.charset: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[a.charset: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[a.charset: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[a.charset: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[a.charset: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[a.charset: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[a.charset: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[a.charset: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[a.charset: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[a.charset: 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
|
|
|
|
[a.charset: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[a.charset: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[a.charset: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[a.charset: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[a.charset: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[a.charset: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[a.charset: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[a.charset: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[a.charset: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[a.charset: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[a.charset: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[a.charset: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[a.charset: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[a.charset: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[a.charset: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[a.charset: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[em.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
|
|
|
|
[em.accessKey: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[em.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
|
|
|
|
[em.accessKey: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[em.accessKey: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[em.tabIndex: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[em.tabIndex: setAttribute() to -36]
|
|
expected: FAIL
|
|
|
|
[em.tabIndex: setAttribute() to -1]
|
|
expected: FAIL
|
|
|
|
[em.tabIndex: setAttribute() to 0]
|
|
expected: FAIL
|
|
|
|
[em.tabIndex: setAttribute() to 1]
|
|
expected: FAIL
|
|
|
|
[em.tabIndex: setAttribute() to 2147483647]
|
|
expected: FAIL
|
|
|
|
[em.tabIndex: setAttribute() to -2147483648]
|
|
expected: FAIL
|
|
|
|
[em.tabIndex: setAttribute() to "-1"]
|
|
expected: FAIL
|
|
|
|
[em.tabIndex: setAttribute() to "-0"]
|
|
expected: FAIL
|
|
|
|
[em.tabIndex: setAttribute() to "0"]
|
|
expected: FAIL
|
|
|
|
[em.tabIndex: setAttribute() to "1"]
|
|
expected: FAIL
|
|
|
|
[em.tabIndex: setAttribute() to "\\t7"]
|
|
expected: FAIL
|
|
|
|
[em.tabIndex: setAttribute() to "\\f7"]
|
|
expected: FAIL
|
|
|
|
[em.tabIndex: setAttribute() to " 7"]
|
|
expected: FAIL
|
|
|
|
[em.tabIndex: setAttribute() to "\\n7"]
|
|
expected: FAIL
|
|
|
|
[em.tabIndex: setAttribute() to "\\r7"]
|
|
expected: FAIL
|
|
|
|
[em.tabIndex: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[em.tabIndex: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[em.tabIndex: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[em.tabIndex: setAttribute() to object "2"]
|
|
expected: FAIL
|
|
|
|
[em.tabIndex: IDL set to -36]
|
|
expected: FAIL
|
|
|
|
[em.tabIndex: IDL set to -1]
|
|
expected: FAIL
|
|
|
|
[em.tabIndex: IDL set to 0]
|
|
expected: FAIL
|
|
|
|
[em.tabIndex: IDL set to 1]
|
|
expected: FAIL
|
|
|
|
[em.tabIndex: IDL set to 2147483647]
|
|
expected: FAIL
|
|
|
|
[em.tabIndex: IDL set to -2147483648]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[strong.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
|
|
|
|
[strong.accessKey: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[strong.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
|
|
|
|
[strong.accessKey: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[strong.accessKey: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[strong.tabIndex: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[strong.tabIndex: setAttribute() to -36]
|
|
expected: FAIL
|
|
|
|
[strong.tabIndex: setAttribute() to -1]
|
|
expected: FAIL
|
|
|
|
[strong.tabIndex: setAttribute() to 0]
|
|
expected: FAIL
|
|
|
|
[strong.tabIndex: setAttribute() to 1]
|
|
expected: FAIL
|
|
|
|
[strong.tabIndex: setAttribute() to 2147483647]
|
|
expected: FAIL
|
|
|
|
[strong.tabIndex: setAttribute() to -2147483648]
|
|
expected: FAIL
|
|
|
|
[strong.tabIndex: setAttribute() to "-1"]
|
|
expected: FAIL
|
|
|
|
[strong.tabIndex: setAttribute() to "-0"]
|
|
expected: FAIL
|
|
|
|
[strong.tabIndex: setAttribute() to "0"]
|
|
expected: FAIL
|
|
|
|
[strong.tabIndex: setAttribute() to "1"]
|
|
expected: FAIL
|
|
|
|
[strong.tabIndex: setAttribute() to "\\t7"]
|
|
expected: FAIL
|
|
|
|
[strong.tabIndex: setAttribute() to "\\f7"]
|
|
expected: FAIL
|
|
|
|
[strong.tabIndex: setAttribute() to " 7"]
|
|
expected: FAIL
|
|
|
|
[strong.tabIndex: setAttribute() to "\\n7"]
|
|
expected: FAIL
|
|
|
|
[strong.tabIndex: setAttribute() to "\\r7"]
|
|
expected: FAIL
|
|
|
|
[strong.tabIndex: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[strong.tabIndex: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[strong.tabIndex: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[strong.tabIndex: setAttribute() to object "2"]
|
|
expected: FAIL
|
|
|
|
[strong.tabIndex: IDL set to -36]
|
|
expected: FAIL
|
|
|
|
[strong.tabIndex: IDL set to -1]
|
|
expected: FAIL
|
|
|
|
[strong.tabIndex: IDL set to 0]
|
|
expected: FAIL
|
|
|
|
[strong.tabIndex: IDL set to 1]
|
|
expected: FAIL
|
|
|
|
[strong.tabIndex: IDL set to 2147483647]
|
|
expected: FAIL
|
|
|
|
[strong.tabIndex: IDL set to -2147483648]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[small.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
|
|
|
|
[small.accessKey: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[small.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
|
|
|
|
[small.accessKey: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[small.accessKey: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[small.tabIndex: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[small.tabIndex: setAttribute() to -36]
|
|
expected: FAIL
|
|
|
|
[small.tabIndex: setAttribute() to -1]
|
|
expected: FAIL
|
|
|
|
[small.tabIndex: setAttribute() to 0]
|
|
expected: FAIL
|
|
|
|
[small.tabIndex: setAttribute() to 1]
|
|
expected: FAIL
|
|
|
|
[small.tabIndex: setAttribute() to 2147483647]
|
|
expected: FAIL
|
|
|
|
[small.tabIndex: setAttribute() to -2147483648]
|
|
expected: FAIL
|
|
|
|
[small.tabIndex: setAttribute() to "-1"]
|
|
expected: FAIL
|
|
|
|
[small.tabIndex: setAttribute() to "-0"]
|
|
expected: FAIL
|
|
|
|
[small.tabIndex: setAttribute() to "0"]
|
|
expected: FAIL
|
|
|
|
[small.tabIndex: setAttribute() to "1"]
|
|
expected: FAIL
|
|
|
|
[small.tabIndex: setAttribute() to "\\t7"]
|
|
expected: FAIL
|
|
|
|
[small.tabIndex: setAttribute() to "\\f7"]
|
|
expected: FAIL
|
|
|
|
[small.tabIndex: setAttribute() to " 7"]
|
|
expected: FAIL
|
|
|
|
[small.tabIndex: setAttribute() to "\\n7"]
|
|
expected: FAIL
|
|
|
|
[small.tabIndex: setAttribute() to "\\r7"]
|
|
expected: FAIL
|
|
|
|
[small.tabIndex: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[small.tabIndex: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[small.tabIndex: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[small.tabIndex: setAttribute() to object "2"]
|
|
expected: FAIL
|
|
|
|
[small.tabIndex: IDL set to -36]
|
|
expected: FAIL
|
|
|
|
[small.tabIndex: IDL set to -1]
|
|
expected: FAIL
|
|
|
|
[small.tabIndex: IDL set to 0]
|
|
expected: FAIL
|
|
|
|
[small.tabIndex: IDL set to 1]
|
|
expected: FAIL
|
|
|
|
[small.tabIndex: IDL set to 2147483647]
|
|
expected: FAIL
|
|
|
|
[small.tabIndex: IDL set to -2147483648]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[s.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
|
|
|
|
[s.accessKey: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[s.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
|
|
|
|
[s.accessKey: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[s.accessKey: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[s.tabIndex: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[s.tabIndex: setAttribute() to -36]
|
|
expected: FAIL
|
|
|
|
[s.tabIndex: setAttribute() to -1]
|
|
expected: FAIL
|
|
|
|
[s.tabIndex: setAttribute() to 0]
|
|
expected: FAIL
|
|
|
|
[s.tabIndex: setAttribute() to 1]
|
|
expected: FAIL
|
|
|
|
[s.tabIndex: setAttribute() to 2147483647]
|
|
expected: FAIL
|
|
|
|
[s.tabIndex: setAttribute() to -2147483648]
|
|
expected: FAIL
|
|
|
|
[s.tabIndex: setAttribute() to "-1"]
|
|
expected: FAIL
|
|
|
|
[s.tabIndex: setAttribute() to "-0"]
|
|
expected: FAIL
|
|
|
|
[s.tabIndex: setAttribute() to "0"]
|
|
expected: FAIL
|
|
|
|
[s.tabIndex: setAttribute() to "1"]
|
|
expected: FAIL
|
|
|
|
[s.tabIndex: setAttribute() to "\\t7"]
|
|
expected: FAIL
|
|
|
|
[s.tabIndex: setAttribute() to "\\f7"]
|
|
expected: FAIL
|
|
|
|
[s.tabIndex: setAttribute() to " 7"]
|
|
expected: FAIL
|
|
|
|
[s.tabIndex: setAttribute() to "\\n7"]
|
|
expected: FAIL
|
|
|
|
[s.tabIndex: setAttribute() to "\\r7"]
|
|
expected: FAIL
|
|
|
|
[s.tabIndex: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[s.tabIndex: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[s.tabIndex: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[s.tabIndex: setAttribute() to object "2"]
|
|
expected: FAIL
|
|
|
|
[s.tabIndex: IDL set to -36]
|
|
expected: FAIL
|
|
|
|
[s.tabIndex: IDL set to -1]
|
|
expected: FAIL
|
|
|
|
[s.tabIndex: IDL set to 0]
|
|
expected: FAIL
|
|
|
|
[s.tabIndex: IDL set to 1]
|
|
expected: FAIL
|
|
|
|
[s.tabIndex: IDL set to 2147483647]
|
|
expected: FAIL
|
|
|
|
[s.tabIndex: IDL set to -2147483648]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[cite.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
|
|
|
|
[cite.accessKey: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[cite.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
|
|
|
|
[cite.accessKey: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[cite.accessKey: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[cite.tabIndex: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[cite.tabIndex: setAttribute() to -36]
|
|
expected: FAIL
|
|
|
|
[cite.tabIndex: setAttribute() to -1]
|
|
expected: FAIL
|
|
|
|
[cite.tabIndex: setAttribute() to 0]
|
|
expected: FAIL
|
|
|
|
[cite.tabIndex: setAttribute() to 1]
|
|
expected: FAIL
|
|
|
|
[cite.tabIndex: setAttribute() to 2147483647]
|
|
expected: FAIL
|
|
|
|
[cite.tabIndex: setAttribute() to -2147483648]
|
|
expected: FAIL
|
|
|
|
[cite.tabIndex: setAttribute() to "-1"]
|
|
expected: FAIL
|
|
|
|
[cite.tabIndex: setAttribute() to "-0"]
|
|
expected: FAIL
|
|
|
|
[cite.tabIndex: setAttribute() to "0"]
|
|
expected: FAIL
|
|
|
|
[cite.tabIndex: setAttribute() to "1"]
|
|
expected: FAIL
|
|
|
|
[cite.tabIndex: setAttribute() to "\\t7"]
|
|
expected: FAIL
|
|
|
|
[cite.tabIndex: setAttribute() to "\\f7"]
|
|
expected: FAIL
|
|
|
|
[cite.tabIndex: setAttribute() to " 7"]
|
|
expected: FAIL
|
|
|
|
[cite.tabIndex: setAttribute() to "\\n7"]
|
|
expected: FAIL
|
|
|
|
[cite.tabIndex: setAttribute() to "\\r7"]
|
|
expected: FAIL
|
|
|
|
[cite.tabIndex: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[cite.tabIndex: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[cite.tabIndex: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[cite.tabIndex: setAttribute() to object "2"]
|
|
expected: FAIL
|
|
|
|
[cite.tabIndex: IDL set to -36]
|
|
expected: FAIL
|
|
|
|
[cite.tabIndex: IDL set to -1]
|
|
expected: FAIL
|
|
|
|
[cite.tabIndex: IDL set to 0]
|
|
expected: FAIL
|
|
|
|
[cite.tabIndex: IDL set to 1]
|
|
expected: FAIL
|
|
|
|
[cite.tabIndex: IDL set to 2147483647]
|
|
expected: FAIL
|
|
|
|
[cite.tabIndex: IDL set to -2147483648]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[q.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
|
|
|
|
[q.accessKey: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[q.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
|
|
|
|
[q.accessKey: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[q.accessKey: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[q.tabIndex: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[q.tabIndex: setAttribute() to -36]
|
|
expected: FAIL
|
|
|
|
[q.tabIndex: setAttribute() to -1]
|
|
expected: FAIL
|
|
|
|
[q.tabIndex: setAttribute() to 0]
|
|
expected: FAIL
|
|
|
|
[q.tabIndex: setAttribute() to 1]
|
|
expected: FAIL
|
|
|
|
[q.tabIndex: setAttribute() to 2147483647]
|
|
expected: FAIL
|
|
|
|
[q.tabIndex: setAttribute() to -2147483648]
|
|
expected: FAIL
|
|
|
|
[q.tabIndex: setAttribute() to "-1"]
|
|
expected: FAIL
|
|
|
|
[q.tabIndex: setAttribute() to "-0"]
|
|
expected: FAIL
|
|
|
|
[q.tabIndex: setAttribute() to "0"]
|
|
expected: FAIL
|
|
|
|
[q.tabIndex: setAttribute() to "1"]
|
|
expected: FAIL
|
|
|
|
[q.tabIndex: setAttribute() to "\\t7"]
|
|
expected: FAIL
|
|
|
|
[q.tabIndex: setAttribute() to "\\f7"]
|
|
expected: FAIL
|
|
|
|
[q.tabIndex: setAttribute() to " 7"]
|
|
expected: FAIL
|
|
|
|
[q.tabIndex: setAttribute() to "\\n7"]
|
|
expected: FAIL
|
|
|
|
[q.tabIndex: setAttribute() to "\\r7"]
|
|
expected: FAIL
|
|
|
|
[q.tabIndex: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[q.tabIndex: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[q.tabIndex: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[q.tabIndex: setAttribute() to object "2"]
|
|
expected: FAIL
|
|
|
|
[q.tabIndex: IDL set to -36]
|
|
expected: FAIL
|
|
|
|
[q.tabIndex: IDL set to -1]
|
|
expected: FAIL
|
|
|
|
[q.tabIndex: IDL set to 0]
|
|
expected: FAIL
|
|
|
|
[q.tabIndex: IDL set to 1]
|
|
expected: FAIL
|
|
|
|
[q.tabIndex: IDL set to 2147483647]
|
|
expected: FAIL
|
|
|
|
[q.tabIndex: IDL set to -2147483648]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[dfn.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
|
|
|
|
[dfn.accessKey: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[dfn.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
|
|
|
|
[dfn.accessKey: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[dfn.accessKey: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[dfn.tabIndex: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[dfn.tabIndex: setAttribute() to -36]
|
|
expected: FAIL
|
|
|
|
[dfn.tabIndex: setAttribute() to -1]
|
|
expected: FAIL
|
|
|
|
[dfn.tabIndex: setAttribute() to 0]
|
|
expected: FAIL
|
|
|
|
[dfn.tabIndex: setAttribute() to 1]
|
|
expected: FAIL
|
|
|
|
[dfn.tabIndex: setAttribute() to 2147483647]
|
|
expected: FAIL
|
|
|
|
[dfn.tabIndex: setAttribute() to -2147483648]
|
|
expected: FAIL
|
|
|
|
[dfn.tabIndex: setAttribute() to "-1"]
|
|
expected: FAIL
|
|
|
|
[dfn.tabIndex: setAttribute() to "-0"]
|
|
expected: FAIL
|
|
|
|
[dfn.tabIndex: setAttribute() to "0"]
|
|
expected: FAIL
|
|
|
|
[dfn.tabIndex: setAttribute() to "1"]
|
|
expected: FAIL
|
|
|
|
[dfn.tabIndex: setAttribute() to "\\t7"]
|
|
expected: FAIL
|
|
|
|
[dfn.tabIndex: setAttribute() to "\\f7"]
|
|
expected: FAIL
|
|
|
|
[dfn.tabIndex: setAttribute() to " 7"]
|
|
expected: FAIL
|
|
|
|
[dfn.tabIndex: setAttribute() to "\\n7"]
|
|
expected: FAIL
|
|
|
|
[dfn.tabIndex: setAttribute() to "\\r7"]
|
|
expected: FAIL
|
|
|
|
[dfn.tabIndex: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[dfn.tabIndex: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[dfn.tabIndex: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[dfn.tabIndex: setAttribute() to object "2"]
|
|
expected: FAIL
|
|
|
|
[dfn.tabIndex: IDL set to -36]
|
|
expected: FAIL
|
|
|
|
[dfn.tabIndex: IDL set to -1]
|
|
expected: FAIL
|
|
|
|
[dfn.tabIndex: IDL set to 0]
|
|
expected: FAIL
|
|
|
|
[dfn.tabIndex: IDL set to 1]
|
|
expected: FAIL
|
|
|
|
[dfn.tabIndex: IDL set to 2147483647]
|
|
expected: FAIL
|
|
|
|
[dfn.tabIndex: IDL set to -2147483648]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[abbr.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
|
|
|
|
[abbr.accessKey: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[abbr.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
|
|
|
|
[abbr.accessKey: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[abbr.accessKey: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[abbr.tabIndex: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[abbr.tabIndex: setAttribute() to -36]
|
|
expected: FAIL
|
|
|
|
[abbr.tabIndex: setAttribute() to -1]
|
|
expected: FAIL
|
|
|
|
[abbr.tabIndex: setAttribute() to 0]
|
|
expected: FAIL
|
|
|
|
[abbr.tabIndex: setAttribute() to 1]
|
|
expected: FAIL
|
|
|
|
[abbr.tabIndex: setAttribute() to 2147483647]
|
|
expected: FAIL
|
|
|
|
[abbr.tabIndex: setAttribute() to -2147483648]
|
|
expected: FAIL
|
|
|
|
[abbr.tabIndex: setAttribute() to "-1"]
|
|
expected: FAIL
|
|
|
|
[abbr.tabIndex: setAttribute() to "-0"]
|
|
expected: FAIL
|
|
|
|
[abbr.tabIndex: setAttribute() to "0"]
|
|
expected: FAIL
|
|
|
|
[abbr.tabIndex: setAttribute() to "1"]
|
|
expected: FAIL
|
|
|
|
[abbr.tabIndex: setAttribute() to "\\t7"]
|
|
expected: FAIL
|
|
|
|
[abbr.tabIndex: setAttribute() to "\\f7"]
|
|
expected: FAIL
|
|
|
|
[abbr.tabIndex: setAttribute() to " 7"]
|
|
expected: FAIL
|
|
|
|
[abbr.tabIndex: setAttribute() to "\\n7"]
|
|
expected: FAIL
|
|
|
|
[abbr.tabIndex: setAttribute() to "\\r7"]
|
|
expected: FAIL
|
|
|
|
[abbr.tabIndex: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[abbr.tabIndex: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[abbr.tabIndex: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[abbr.tabIndex: setAttribute() to object "2"]
|
|
expected: FAIL
|
|
|
|
[abbr.tabIndex: IDL set to -36]
|
|
expected: FAIL
|
|
|
|
[abbr.tabIndex: IDL set to -1]
|
|
expected: FAIL
|
|
|
|
[abbr.tabIndex: IDL set to 0]
|
|
expected: FAIL
|
|
|
|
[abbr.tabIndex: IDL set to 1]
|
|
expected: FAIL
|
|
|
|
[abbr.tabIndex: IDL set to 2147483647]
|
|
expected: FAIL
|
|
|
|
[abbr.tabIndex: IDL set to -2147483648]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[ruby.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
|
|
|
|
[ruby.accessKey: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[ruby.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
|
|
|
|
[ruby.accessKey: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[ruby.accessKey: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[ruby.tabIndex: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[ruby.tabIndex: setAttribute() to -36]
|
|
expected: FAIL
|
|
|
|
[ruby.tabIndex: setAttribute() to -1]
|
|
expected: FAIL
|
|
|
|
[ruby.tabIndex: setAttribute() to 0]
|
|
expected: FAIL
|
|
|
|
[ruby.tabIndex: setAttribute() to 1]
|
|
expected: FAIL
|
|
|
|
[ruby.tabIndex: setAttribute() to 2147483647]
|
|
expected: FAIL
|
|
|
|
[ruby.tabIndex: setAttribute() to -2147483648]
|
|
expected: FAIL
|
|
|
|
[ruby.tabIndex: setAttribute() to "-1"]
|
|
expected: FAIL
|
|
|
|
[ruby.tabIndex: setAttribute() to "-0"]
|
|
expected: FAIL
|
|
|
|
[ruby.tabIndex: setAttribute() to "0"]
|
|
expected: FAIL
|
|
|
|
[ruby.tabIndex: setAttribute() to "1"]
|
|
expected: FAIL
|
|
|
|
[ruby.tabIndex: setAttribute() to "\\t7"]
|
|
expected: FAIL
|
|
|
|
[ruby.tabIndex: setAttribute() to "\\f7"]
|
|
expected: FAIL
|
|
|
|
[ruby.tabIndex: setAttribute() to " 7"]
|
|
expected: FAIL
|
|
|
|
[ruby.tabIndex: setAttribute() to "\\n7"]
|
|
expected: FAIL
|
|
|
|
[ruby.tabIndex: setAttribute() to "\\r7"]
|
|
expected: FAIL
|
|
|
|
[ruby.tabIndex: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[ruby.tabIndex: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[ruby.tabIndex: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[ruby.tabIndex: setAttribute() to object "2"]
|
|
expected: FAIL
|
|
|
|
[ruby.tabIndex: IDL set to -36]
|
|
expected: FAIL
|
|
|
|
[ruby.tabIndex: IDL set to -1]
|
|
expected: FAIL
|
|
|
|
[ruby.tabIndex: IDL set to 0]
|
|
expected: FAIL
|
|
|
|
[ruby.tabIndex: IDL set to 1]
|
|
expected: FAIL
|
|
|
|
[ruby.tabIndex: IDL set to 2147483647]
|
|
expected: FAIL
|
|
|
|
[ruby.tabIndex: IDL set to -2147483648]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[rt.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
|
|
|
|
[rt.accessKey: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[rt.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
|
|
|
|
[rt.accessKey: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[rt.accessKey: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[rt.tabIndex: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[rt.tabIndex: setAttribute() to -36]
|
|
expected: FAIL
|
|
|
|
[rt.tabIndex: setAttribute() to -1]
|
|
expected: FAIL
|
|
|
|
[rt.tabIndex: setAttribute() to 0]
|
|
expected: FAIL
|
|
|
|
[rt.tabIndex: setAttribute() to 1]
|
|
expected: FAIL
|
|
|
|
[rt.tabIndex: setAttribute() to 2147483647]
|
|
expected: FAIL
|
|
|
|
[rt.tabIndex: setAttribute() to -2147483648]
|
|
expected: FAIL
|
|
|
|
[rt.tabIndex: setAttribute() to "-1"]
|
|
expected: FAIL
|
|
|
|
[rt.tabIndex: setAttribute() to "-0"]
|
|
expected: FAIL
|
|
|
|
[rt.tabIndex: setAttribute() to "0"]
|
|
expected: FAIL
|
|
|
|
[rt.tabIndex: setAttribute() to "1"]
|
|
expected: FAIL
|
|
|
|
[rt.tabIndex: setAttribute() to "\\t7"]
|
|
expected: FAIL
|
|
|
|
[rt.tabIndex: setAttribute() to "\\f7"]
|
|
expected: FAIL
|
|
|
|
[rt.tabIndex: setAttribute() to " 7"]
|
|
expected: FAIL
|
|
|
|
[rt.tabIndex: setAttribute() to "\\n7"]
|
|
expected: FAIL
|
|
|
|
[rt.tabIndex: setAttribute() to "\\r7"]
|
|
expected: FAIL
|
|
|
|
[rt.tabIndex: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[rt.tabIndex: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[rt.tabIndex: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[rt.tabIndex: setAttribute() to object "2"]
|
|
expected: FAIL
|
|
|
|
[rt.tabIndex: IDL set to -36]
|
|
expected: FAIL
|
|
|
|
[rt.tabIndex: IDL set to -1]
|
|
expected: FAIL
|
|
|
|
[rt.tabIndex: IDL set to 0]
|
|
expected: FAIL
|
|
|
|
[rt.tabIndex: IDL set to 1]
|
|
expected: FAIL
|
|
|
|
[rt.tabIndex: IDL set to 2147483647]
|
|
expected: FAIL
|
|
|
|
[rt.tabIndex: IDL set to -2147483648]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[rp.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
|
|
|
|
[rp.accessKey: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[rp.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
|
|
|
|
[rp.accessKey: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[rp.accessKey: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[rp.tabIndex: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[rp.tabIndex: setAttribute() to -36]
|
|
expected: FAIL
|
|
|
|
[rp.tabIndex: setAttribute() to -1]
|
|
expected: FAIL
|
|
|
|
[rp.tabIndex: setAttribute() to 0]
|
|
expected: FAIL
|
|
|
|
[rp.tabIndex: setAttribute() to 1]
|
|
expected: FAIL
|
|
|
|
[rp.tabIndex: setAttribute() to 2147483647]
|
|
expected: FAIL
|
|
|
|
[rp.tabIndex: setAttribute() to -2147483648]
|
|
expected: FAIL
|
|
|
|
[rp.tabIndex: setAttribute() to "-1"]
|
|
expected: FAIL
|
|
|
|
[rp.tabIndex: setAttribute() to "-0"]
|
|
expected: FAIL
|
|
|
|
[rp.tabIndex: setAttribute() to "0"]
|
|
expected: FAIL
|
|
|
|
[rp.tabIndex: setAttribute() to "1"]
|
|
expected: FAIL
|
|
|
|
[rp.tabIndex: setAttribute() to "\\t7"]
|
|
expected: FAIL
|
|
|
|
[rp.tabIndex: setAttribute() to "\\f7"]
|
|
expected: FAIL
|
|
|
|
[rp.tabIndex: setAttribute() to " 7"]
|
|
expected: FAIL
|
|
|
|
[rp.tabIndex: setAttribute() to "\\n7"]
|
|
expected: FAIL
|
|
|
|
[rp.tabIndex: setAttribute() to "\\r7"]
|
|
expected: FAIL
|
|
|
|
[rp.tabIndex: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[rp.tabIndex: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[rp.tabIndex: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[rp.tabIndex: setAttribute() to object "2"]
|
|
expected: FAIL
|
|
|
|
[rp.tabIndex: IDL set to -36]
|
|
expected: FAIL
|
|
|
|
[rp.tabIndex: IDL set to -1]
|
|
expected: FAIL
|
|
|
|
[rp.tabIndex: IDL set to 0]
|
|
expected: FAIL
|
|
|
|
[rp.tabIndex: IDL set to 1]
|
|
expected: FAIL
|
|
|
|
[rp.tabIndex: IDL set to 2147483647]
|
|
expected: FAIL
|
|
|
|
[rp.tabIndex: IDL set to -2147483648]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[data.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
|
|
|
|
[data.accessKey: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[data.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
|
|
|
|
[data.accessKey: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[data.accessKey: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[data.tabIndex: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[data.tabIndex: setAttribute() to -36]
|
|
expected: FAIL
|
|
|
|
[data.tabIndex: setAttribute() to -1]
|
|
expected: FAIL
|
|
|
|
[data.tabIndex: setAttribute() to 0]
|
|
expected: FAIL
|
|
|
|
[data.tabIndex: setAttribute() to 1]
|
|
expected: FAIL
|
|
|
|
[data.tabIndex: setAttribute() to 2147483647]
|
|
expected: FAIL
|
|
|
|
[data.tabIndex: setAttribute() to -2147483648]
|
|
expected: FAIL
|
|
|
|
[data.tabIndex: setAttribute() to "-1"]
|
|
expected: FAIL
|
|
|
|
[data.tabIndex: setAttribute() to "-0"]
|
|
expected: FAIL
|
|
|
|
[data.tabIndex: setAttribute() to "0"]
|
|
expected: FAIL
|
|
|
|
[data.tabIndex: setAttribute() to "1"]
|
|
expected: FAIL
|
|
|
|
[data.tabIndex: setAttribute() to "\\t7"]
|
|
expected: FAIL
|
|
|
|
[data.tabIndex: setAttribute() to "\\f7"]
|
|
expected: FAIL
|
|
|
|
[data.tabIndex: setAttribute() to " 7"]
|
|
expected: FAIL
|
|
|
|
[data.tabIndex: setAttribute() to "\\n7"]
|
|
expected: FAIL
|
|
|
|
[data.tabIndex: setAttribute() to "\\r7"]
|
|
expected: FAIL
|
|
|
|
[data.tabIndex: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[data.tabIndex: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[data.tabIndex: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[data.tabIndex: setAttribute() to object "2"]
|
|
expected: FAIL
|
|
|
|
[data.tabIndex: IDL set to -36]
|
|
expected: FAIL
|
|
|
|
[data.tabIndex: IDL set to -1]
|
|
expected: FAIL
|
|
|
|
[data.tabIndex: IDL set to 0]
|
|
expected: FAIL
|
|
|
|
[data.tabIndex: IDL set to 1]
|
|
expected: FAIL
|
|
|
|
[data.tabIndex: IDL set to 2147483647]
|
|
expected: FAIL
|
|
|
|
[data.tabIndex: IDL set to -2147483648]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[time.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
|
|
|
|
[time.accessKey: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[time.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
|
|
|
|
[time.accessKey: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[time.accessKey: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[time.tabIndex: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[time.tabIndex: setAttribute() to -36]
|
|
expected: FAIL
|
|
|
|
[time.tabIndex: setAttribute() to -1]
|
|
expected: FAIL
|
|
|
|
[time.tabIndex: setAttribute() to 0]
|
|
expected: FAIL
|
|
|
|
[time.tabIndex: setAttribute() to 1]
|
|
expected: FAIL
|
|
|
|
[time.tabIndex: setAttribute() to 2147483647]
|
|
expected: FAIL
|
|
|
|
[time.tabIndex: setAttribute() to -2147483648]
|
|
expected: FAIL
|
|
|
|
[time.tabIndex: setAttribute() to "-1"]
|
|
expected: FAIL
|
|
|
|
[time.tabIndex: setAttribute() to "-0"]
|
|
expected: FAIL
|
|
|
|
[time.tabIndex: setAttribute() to "0"]
|
|
expected: FAIL
|
|
|
|
[time.tabIndex: setAttribute() to "1"]
|
|
expected: FAIL
|
|
|
|
[time.tabIndex: setAttribute() to "\\t7"]
|
|
expected: FAIL
|
|
|
|
[time.tabIndex: setAttribute() to "\\f7"]
|
|
expected: FAIL
|
|
|
|
[time.tabIndex: setAttribute() to " 7"]
|
|
expected: FAIL
|
|
|
|
[time.tabIndex: setAttribute() to "\\n7"]
|
|
expected: FAIL
|
|
|
|
[time.tabIndex: setAttribute() to "\\r7"]
|
|
expected: FAIL
|
|
|
|
[time.tabIndex: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[time.tabIndex: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[time.tabIndex: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[time.tabIndex: setAttribute() to object "2"]
|
|
expected: FAIL
|
|
|
|
[time.tabIndex: IDL set to -36]
|
|
expected: FAIL
|
|
|
|
[time.tabIndex: IDL set to -1]
|
|
expected: FAIL
|
|
|
|
[time.tabIndex: IDL set to 0]
|
|
expected: FAIL
|
|
|
|
[time.tabIndex: IDL set to 1]
|
|
expected: FAIL
|
|
|
|
[time.tabIndex: IDL set to 2147483647]
|
|
expected: FAIL
|
|
|
|
[time.tabIndex: IDL set to -2147483648]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[code.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
|
|
|
|
[code.accessKey: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[code.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
|
|
|
|
[code.accessKey: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[code.accessKey: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[code.tabIndex: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[code.tabIndex: setAttribute() to -36]
|
|
expected: FAIL
|
|
|
|
[code.tabIndex: setAttribute() to -1]
|
|
expected: FAIL
|
|
|
|
[code.tabIndex: setAttribute() to 0]
|
|
expected: FAIL
|
|
|
|
[code.tabIndex: setAttribute() to 1]
|
|
expected: FAIL
|
|
|
|
[code.tabIndex: setAttribute() to 2147483647]
|
|
expected: FAIL
|
|
|
|
[code.tabIndex: setAttribute() to -2147483648]
|
|
expected: FAIL
|
|
|
|
[code.tabIndex: setAttribute() to "-1"]
|
|
expected: FAIL
|
|
|
|
[code.tabIndex: setAttribute() to "-0"]
|
|
expected: FAIL
|
|
|
|
[code.tabIndex: setAttribute() to "0"]
|
|
expected: FAIL
|
|
|
|
[code.tabIndex: setAttribute() to "1"]
|
|
expected: FAIL
|
|
|
|
[code.tabIndex: setAttribute() to "\\t7"]
|
|
expected: FAIL
|
|
|
|
[code.tabIndex: setAttribute() to "\\f7"]
|
|
expected: FAIL
|
|
|
|
[code.tabIndex: setAttribute() to " 7"]
|
|
expected: FAIL
|
|
|
|
[code.tabIndex: setAttribute() to "\\n7"]
|
|
expected: FAIL
|
|
|
|
[code.tabIndex: setAttribute() to "\\r7"]
|
|
expected: FAIL
|
|
|
|
[code.tabIndex: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[code.tabIndex: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[code.tabIndex: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[code.tabIndex: setAttribute() to object "2"]
|
|
expected: FAIL
|
|
|
|
[code.tabIndex: IDL set to -36]
|
|
expected: FAIL
|
|
|
|
[code.tabIndex: IDL set to -1]
|
|
expected: FAIL
|
|
|
|
[code.tabIndex: IDL set to 0]
|
|
expected: FAIL
|
|
|
|
[code.tabIndex: IDL set to 1]
|
|
expected: FAIL
|
|
|
|
[code.tabIndex: IDL set to 2147483647]
|
|
expected: FAIL
|
|
|
|
[code.tabIndex: IDL set to -2147483648]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[var.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
|
|
|
|
[var.accessKey: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[var.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
|
|
|
|
[var.accessKey: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[var.accessKey: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[var.tabIndex: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[var.tabIndex: setAttribute() to -36]
|
|
expected: FAIL
|
|
|
|
[var.tabIndex: setAttribute() to -1]
|
|
expected: FAIL
|
|
|
|
[var.tabIndex: setAttribute() to 0]
|
|
expected: FAIL
|
|
|
|
[var.tabIndex: setAttribute() to 1]
|
|
expected: FAIL
|
|
|
|
[var.tabIndex: setAttribute() to 2147483647]
|
|
expected: FAIL
|
|
|
|
[var.tabIndex: setAttribute() to -2147483648]
|
|
expected: FAIL
|
|
|
|
[var.tabIndex: setAttribute() to "-1"]
|
|
expected: FAIL
|
|
|
|
[var.tabIndex: setAttribute() to "-0"]
|
|
expected: FAIL
|
|
|
|
[var.tabIndex: setAttribute() to "0"]
|
|
expected: FAIL
|
|
|
|
[var.tabIndex: setAttribute() to "1"]
|
|
expected: FAIL
|
|
|
|
[var.tabIndex: setAttribute() to "\\t7"]
|
|
expected: FAIL
|
|
|
|
[var.tabIndex: setAttribute() to "\\f7"]
|
|
expected: FAIL
|
|
|
|
[var.tabIndex: setAttribute() to " 7"]
|
|
expected: FAIL
|
|
|
|
[var.tabIndex: setAttribute() to "\\n7"]
|
|
expected: FAIL
|
|
|
|
[var.tabIndex: setAttribute() to "\\r7"]
|
|
expected: FAIL
|
|
|
|
[var.tabIndex: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[var.tabIndex: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[var.tabIndex: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[var.tabIndex: setAttribute() to object "2"]
|
|
expected: FAIL
|
|
|
|
[var.tabIndex: IDL set to -36]
|
|
expected: FAIL
|
|
|
|
[var.tabIndex: IDL set to -1]
|
|
expected: FAIL
|
|
|
|
[var.tabIndex: IDL set to 0]
|
|
expected: FAIL
|
|
|
|
[var.tabIndex: IDL set to 1]
|
|
expected: FAIL
|
|
|
|
[var.tabIndex: IDL set to 2147483647]
|
|
expected: FAIL
|
|
|
|
[var.tabIndex: IDL set to -2147483648]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[samp.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
|
|
|
|
[samp.accessKey: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[samp.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
|
|
|
|
[samp.accessKey: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[samp.accessKey: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[samp.tabIndex: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[samp.tabIndex: setAttribute() to -36]
|
|
expected: FAIL
|
|
|
|
[samp.tabIndex: setAttribute() to -1]
|
|
expected: FAIL
|
|
|
|
[samp.tabIndex: setAttribute() to 0]
|
|
expected: FAIL
|
|
|
|
[samp.tabIndex: setAttribute() to 1]
|
|
expected: FAIL
|
|
|
|
[samp.tabIndex: setAttribute() to 2147483647]
|
|
expected: FAIL
|
|
|
|
[samp.tabIndex: setAttribute() to -2147483648]
|
|
expected: FAIL
|
|
|
|
[samp.tabIndex: setAttribute() to "-1"]
|
|
expected: FAIL
|
|
|
|
[samp.tabIndex: setAttribute() to "-0"]
|
|
expected: FAIL
|
|
|
|
[samp.tabIndex: setAttribute() to "0"]
|
|
expected: FAIL
|
|
|
|
[samp.tabIndex: setAttribute() to "1"]
|
|
expected: FAIL
|
|
|
|
[samp.tabIndex: setAttribute() to "\\t7"]
|
|
expected: FAIL
|
|
|
|
[samp.tabIndex: setAttribute() to "\\f7"]
|
|
expected: FAIL
|
|
|
|
[samp.tabIndex: setAttribute() to " 7"]
|
|
expected: FAIL
|
|
|
|
[samp.tabIndex: setAttribute() to "\\n7"]
|
|
expected: FAIL
|
|
|
|
[samp.tabIndex: setAttribute() to "\\r7"]
|
|
expected: FAIL
|
|
|
|
[samp.tabIndex: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[samp.tabIndex: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[samp.tabIndex: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[samp.tabIndex: setAttribute() to object "2"]
|
|
expected: FAIL
|
|
|
|
[samp.tabIndex: IDL set to -36]
|
|
expected: FAIL
|
|
|
|
[samp.tabIndex: IDL set to -1]
|
|
expected: FAIL
|
|
|
|
[samp.tabIndex: IDL set to 0]
|
|
expected: FAIL
|
|
|
|
[samp.tabIndex: IDL set to 1]
|
|
expected: FAIL
|
|
|
|
[samp.tabIndex: IDL set to 2147483647]
|
|
expected: FAIL
|
|
|
|
[samp.tabIndex: IDL set to -2147483648]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[kbd.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
|
|
|
|
[kbd.accessKey: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[kbd.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
|
|
|
|
[kbd.accessKey: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[kbd.accessKey: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[kbd.tabIndex: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[kbd.tabIndex: setAttribute() to -36]
|
|
expected: FAIL
|
|
|
|
[kbd.tabIndex: setAttribute() to -1]
|
|
expected: FAIL
|
|
|
|
[kbd.tabIndex: setAttribute() to 0]
|
|
expected: FAIL
|
|
|
|
[kbd.tabIndex: setAttribute() to 1]
|
|
expected: FAIL
|
|
|
|
[kbd.tabIndex: setAttribute() to 2147483647]
|
|
expected: FAIL
|
|
|
|
[kbd.tabIndex: setAttribute() to -2147483648]
|
|
expected: FAIL
|
|
|
|
[kbd.tabIndex: setAttribute() to "-1"]
|
|
expected: FAIL
|
|
|
|
[kbd.tabIndex: setAttribute() to "-0"]
|
|
expected: FAIL
|
|
|
|
[kbd.tabIndex: setAttribute() to "0"]
|
|
expected: FAIL
|
|
|
|
[kbd.tabIndex: setAttribute() to "1"]
|
|
expected: FAIL
|
|
|
|
[kbd.tabIndex: setAttribute() to "\\t7"]
|
|
expected: FAIL
|
|
|
|
[kbd.tabIndex: setAttribute() to "\\f7"]
|
|
expected: FAIL
|
|
|
|
[kbd.tabIndex: setAttribute() to " 7"]
|
|
expected: FAIL
|
|
|
|
[kbd.tabIndex: setAttribute() to "\\n7"]
|
|
expected: FAIL
|
|
|
|
[kbd.tabIndex: setAttribute() to "\\r7"]
|
|
expected: FAIL
|
|
|
|
[kbd.tabIndex: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[kbd.tabIndex: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[kbd.tabIndex: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[kbd.tabIndex: setAttribute() to object "2"]
|
|
expected: FAIL
|
|
|
|
[kbd.tabIndex: IDL set to -36]
|
|
expected: FAIL
|
|
|
|
[kbd.tabIndex: IDL set to -1]
|
|
expected: FAIL
|
|
|
|
[kbd.tabIndex: IDL set to 0]
|
|
expected: FAIL
|
|
|
|
[kbd.tabIndex: IDL set to 1]
|
|
expected: FAIL
|
|
|
|
[kbd.tabIndex: IDL set to 2147483647]
|
|
expected: FAIL
|
|
|
|
[kbd.tabIndex: IDL set to -2147483648]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[sub.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
|
|
|
|
[sub.accessKey: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[sub.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
|
|
|
|
[sub.accessKey: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[sub.accessKey: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[sub.tabIndex: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[sub.tabIndex: setAttribute() to -36]
|
|
expected: FAIL
|
|
|
|
[sub.tabIndex: setAttribute() to -1]
|
|
expected: FAIL
|
|
|
|
[sub.tabIndex: setAttribute() to 0]
|
|
expected: FAIL
|
|
|
|
[sub.tabIndex: setAttribute() to 1]
|
|
expected: FAIL
|
|
|
|
[sub.tabIndex: setAttribute() to 2147483647]
|
|
expected: FAIL
|
|
|
|
[sub.tabIndex: setAttribute() to -2147483648]
|
|
expected: FAIL
|
|
|
|
[sub.tabIndex: setAttribute() to "-1"]
|
|
expected: FAIL
|
|
|
|
[sub.tabIndex: setAttribute() to "-0"]
|
|
expected: FAIL
|
|
|
|
[sub.tabIndex: setAttribute() to "0"]
|
|
expected: FAIL
|
|
|
|
[sub.tabIndex: setAttribute() to "1"]
|
|
expected: FAIL
|
|
|
|
[sub.tabIndex: setAttribute() to "\\t7"]
|
|
expected: FAIL
|
|
|
|
[sub.tabIndex: setAttribute() to "\\f7"]
|
|
expected: FAIL
|
|
|
|
[sub.tabIndex: setAttribute() to " 7"]
|
|
expected: FAIL
|
|
|
|
[sub.tabIndex: setAttribute() to "\\n7"]
|
|
expected: FAIL
|
|
|
|
[sub.tabIndex: setAttribute() to "\\r7"]
|
|
expected: FAIL
|
|
|
|
[sub.tabIndex: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[sub.tabIndex: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[sub.tabIndex: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[sub.tabIndex: setAttribute() to object "2"]
|
|
expected: FAIL
|
|
|
|
[sub.tabIndex: IDL set to -36]
|
|
expected: FAIL
|
|
|
|
[sub.tabIndex: IDL set to -1]
|
|
expected: FAIL
|
|
|
|
[sub.tabIndex: IDL set to 0]
|
|
expected: FAIL
|
|
|
|
[sub.tabIndex: IDL set to 1]
|
|
expected: FAIL
|
|
|
|
[sub.tabIndex: IDL set to 2147483647]
|
|
expected: FAIL
|
|
|
|
[sub.tabIndex: IDL set to -2147483648]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[sup.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
|
|
|
|
[sup.accessKey: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[sup.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
|
|
|
|
[sup.accessKey: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[sup.accessKey: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[sup.tabIndex: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[sup.tabIndex: setAttribute() to -36]
|
|
expected: FAIL
|
|
|
|
[sup.tabIndex: setAttribute() to -1]
|
|
expected: FAIL
|
|
|
|
[sup.tabIndex: setAttribute() to 0]
|
|
expected: FAIL
|
|
|
|
[sup.tabIndex: setAttribute() to 1]
|
|
expected: FAIL
|
|
|
|
[sup.tabIndex: setAttribute() to 2147483647]
|
|
expected: FAIL
|
|
|
|
[sup.tabIndex: setAttribute() to -2147483648]
|
|
expected: FAIL
|
|
|
|
[sup.tabIndex: setAttribute() to "-1"]
|
|
expected: FAIL
|
|
|
|
[sup.tabIndex: setAttribute() to "-0"]
|
|
expected: FAIL
|
|
|
|
[sup.tabIndex: setAttribute() to "0"]
|
|
expected: FAIL
|
|
|
|
[sup.tabIndex: setAttribute() to "1"]
|
|
expected: FAIL
|
|
|
|
[sup.tabIndex: setAttribute() to "\\t7"]
|
|
expected: FAIL
|
|
|
|
[sup.tabIndex: setAttribute() to "\\f7"]
|
|
expected: FAIL
|
|
|
|
[sup.tabIndex: setAttribute() to " 7"]
|
|
expected: FAIL
|
|
|
|
[sup.tabIndex: setAttribute() to "\\n7"]
|
|
expected: FAIL
|
|
|
|
[sup.tabIndex: setAttribute() to "\\r7"]
|
|
expected: FAIL
|
|
|
|
[sup.tabIndex: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[sup.tabIndex: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[sup.tabIndex: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[sup.tabIndex: setAttribute() to object "2"]
|
|
expected: FAIL
|
|
|
|
[sup.tabIndex: IDL set to -36]
|
|
expected: FAIL
|
|
|
|
[sup.tabIndex: IDL set to -1]
|
|
expected: FAIL
|
|
|
|
[sup.tabIndex: IDL set to 0]
|
|
expected: FAIL
|
|
|
|
[sup.tabIndex: IDL set to 1]
|
|
expected: FAIL
|
|
|
|
[sup.tabIndex: IDL set to 2147483647]
|
|
expected: FAIL
|
|
|
|
[sup.tabIndex: IDL set to -2147483648]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[i.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
|
|
|
|
[i.accessKey: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[i.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
|
|
|
|
[i.accessKey: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[i.accessKey: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[i.tabIndex: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[i.tabIndex: setAttribute() to -36]
|
|
expected: FAIL
|
|
|
|
[i.tabIndex: setAttribute() to -1]
|
|
expected: FAIL
|
|
|
|
[i.tabIndex: setAttribute() to 0]
|
|
expected: FAIL
|
|
|
|
[i.tabIndex: setAttribute() to 1]
|
|
expected: FAIL
|
|
|
|
[i.tabIndex: setAttribute() to 2147483647]
|
|
expected: FAIL
|
|
|
|
[i.tabIndex: setAttribute() to -2147483648]
|
|
expected: FAIL
|
|
|
|
[i.tabIndex: setAttribute() to "-1"]
|
|
expected: FAIL
|
|
|
|
[i.tabIndex: setAttribute() to "-0"]
|
|
expected: FAIL
|
|
|
|
[i.tabIndex: setAttribute() to "0"]
|
|
expected: FAIL
|
|
|
|
[i.tabIndex: setAttribute() to "1"]
|
|
expected: FAIL
|
|
|
|
[i.tabIndex: setAttribute() to "\\t7"]
|
|
expected: FAIL
|
|
|
|
[i.tabIndex: setAttribute() to "\\f7"]
|
|
expected: FAIL
|
|
|
|
[i.tabIndex: setAttribute() to " 7"]
|
|
expected: FAIL
|
|
|
|
[i.tabIndex: setAttribute() to "\\n7"]
|
|
expected: FAIL
|
|
|
|
[i.tabIndex: setAttribute() to "\\r7"]
|
|
expected: FAIL
|
|
|
|
[i.tabIndex: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[i.tabIndex: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[i.tabIndex: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[i.tabIndex: setAttribute() to object "2"]
|
|
expected: FAIL
|
|
|
|
[i.tabIndex: IDL set to -36]
|
|
expected: FAIL
|
|
|
|
[i.tabIndex: IDL set to -1]
|
|
expected: FAIL
|
|
|
|
[i.tabIndex: IDL set to 0]
|
|
expected: FAIL
|
|
|
|
[i.tabIndex: IDL set to 1]
|
|
expected: FAIL
|
|
|
|
[i.tabIndex: IDL set to 2147483647]
|
|
expected: FAIL
|
|
|
|
[i.tabIndex: IDL set to -2147483648]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[b.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
|
|
|
|
[b.accessKey: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[b.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
|
|
|
|
[b.accessKey: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[b.accessKey: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[b.tabIndex: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[b.tabIndex: setAttribute() to -36]
|
|
expected: FAIL
|
|
|
|
[b.tabIndex: setAttribute() to -1]
|
|
expected: FAIL
|
|
|
|
[b.tabIndex: setAttribute() to 0]
|
|
expected: FAIL
|
|
|
|
[b.tabIndex: setAttribute() to 1]
|
|
expected: FAIL
|
|
|
|
[b.tabIndex: setAttribute() to 2147483647]
|
|
expected: FAIL
|
|
|
|
[b.tabIndex: setAttribute() to -2147483648]
|
|
expected: FAIL
|
|
|
|
[b.tabIndex: setAttribute() to "-1"]
|
|
expected: FAIL
|
|
|
|
[b.tabIndex: setAttribute() to "-0"]
|
|
expected: FAIL
|
|
|
|
[b.tabIndex: setAttribute() to "0"]
|
|
expected: FAIL
|
|
|
|
[b.tabIndex: setAttribute() to "1"]
|
|
expected: FAIL
|
|
|
|
[b.tabIndex: setAttribute() to "\\t7"]
|
|
expected: FAIL
|
|
|
|
[b.tabIndex: setAttribute() to "\\f7"]
|
|
expected: FAIL
|
|
|
|
[b.tabIndex: setAttribute() to " 7"]
|
|
expected: FAIL
|
|
|
|
[b.tabIndex: setAttribute() to "\\n7"]
|
|
expected: FAIL
|
|
|
|
[b.tabIndex: setAttribute() to "\\r7"]
|
|
expected: FAIL
|
|
|
|
[b.tabIndex: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[b.tabIndex: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[b.tabIndex: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[b.tabIndex: setAttribute() to object "2"]
|
|
expected: FAIL
|
|
|
|
[b.tabIndex: IDL set to -36]
|
|
expected: FAIL
|
|
|
|
[b.tabIndex: IDL set to -1]
|
|
expected: FAIL
|
|
|
|
[b.tabIndex: IDL set to 0]
|
|
expected: FAIL
|
|
|
|
[b.tabIndex: IDL set to 1]
|
|
expected: FAIL
|
|
|
|
[b.tabIndex: IDL set to 2147483647]
|
|
expected: FAIL
|
|
|
|
[b.tabIndex: IDL set to -2147483648]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[u.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
|
|
|
|
[u.accessKey: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[u.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
|
|
|
|
[u.accessKey: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[u.accessKey: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[u.tabIndex: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[u.tabIndex: setAttribute() to -36]
|
|
expected: FAIL
|
|
|
|
[u.tabIndex: setAttribute() to -1]
|
|
expected: FAIL
|
|
|
|
[u.tabIndex: setAttribute() to 0]
|
|
expected: FAIL
|
|
|
|
[u.tabIndex: setAttribute() to 1]
|
|
expected: FAIL
|
|
|
|
[u.tabIndex: setAttribute() to 2147483647]
|
|
expected: FAIL
|
|
|
|
[u.tabIndex: setAttribute() to -2147483648]
|
|
expected: FAIL
|
|
|
|
[u.tabIndex: setAttribute() to "-1"]
|
|
expected: FAIL
|
|
|
|
[u.tabIndex: setAttribute() to "-0"]
|
|
expected: FAIL
|
|
|
|
[u.tabIndex: setAttribute() to "0"]
|
|
expected: FAIL
|
|
|
|
[u.tabIndex: setAttribute() to "1"]
|
|
expected: FAIL
|
|
|
|
[u.tabIndex: setAttribute() to "\\t7"]
|
|
expected: FAIL
|
|
|
|
[u.tabIndex: setAttribute() to "\\f7"]
|
|
expected: FAIL
|
|
|
|
[u.tabIndex: setAttribute() to " 7"]
|
|
expected: FAIL
|
|
|
|
[u.tabIndex: setAttribute() to "\\n7"]
|
|
expected: FAIL
|
|
|
|
[u.tabIndex: setAttribute() to "\\r7"]
|
|
expected: FAIL
|
|
|
|
[u.tabIndex: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[u.tabIndex: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[u.tabIndex: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[u.tabIndex: setAttribute() to object "2"]
|
|
expected: FAIL
|
|
|
|
[u.tabIndex: IDL set to -36]
|
|
expected: FAIL
|
|
|
|
[u.tabIndex: IDL set to -1]
|
|
expected: FAIL
|
|
|
|
[u.tabIndex: IDL set to 0]
|
|
expected: FAIL
|
|
|
|
[u.tabIndex: IDL set to 1]
|
|
expected: FAIL
|
|
|
|
[u.tabIndex: IDL set to 2147483647]
|
|
expected: FAIL
|
|
|
|
[u.tabIndex: IDL set to -2147483648]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[mark.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
|
|
|
|
[mark.accessKey: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[mark.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
|
|
|
|
[mark.accessKey: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[mark.accessKey: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[mark.tabIndex: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[mark.tabIndex: setAttribute() to -36]
|
|
expected: FAIL
|
|
|
|
[mark.tabIndex: setAttribute() to -1]
|
|
expected: FAIL
|
|
|
|
[mark.tabIndex: setAttribute() to 0]
|
|
expected: FAIL
|
|
|
|
[mark.tabIndex: setAttribute() to 1]
|
|
expected: FAIL
|
|
|
|
[mark.tabIndex: setAttribute() to 2147483647]
|
|
expected: FAIL
|
|
|
|
[mark.tabIndex: setAttribute() to -2147483648]
|
|
expected: FAIL
|
|
|
|
[mark.tabIndex: setAttribute() to "-1"]
|
|
expected: FAIL
|
|
|
|
[mark.tabIndex: setAttribute() to "-0"]
|
|
expected: FAIL
|
|
|
|
[mark.tabIndex: setAttribute() to "0"]
|
|
expected: FAIL
|
|
|
|
[mark.tabIndex: setAttribute() to "1"]
|
|
expected: FAIL
|
|
|
|
[mark.tabIndex: setAttribute() to "\\t7"]
|
|
expected: FAIL
|
|
|
|
[mark.tabIndex: setAttribute() to "\\f7"]
|
|
expected: FAIL
|
|
|
|
[mark.tabIndex: setAttribute() to " 7"]
|
|
expected: FAIL
|
|
|
|
[mark.tabIndex: setAttribute() to "\\n7"]
|
|
expected: FAIL
|
|
|
|
[mark.tabIndex: setAttribute() to "\\r7"]
|
|
expected: FAIL
|
|
|
|
[mark.tabIndex: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[mark.tabIndex: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[mark.tabIndex: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[mark.tabIndex: setAttribute() to object "2"]
|
|
expected: FAIL
|
|
|
|
[mark.tabIndex: IDL set to -36]
|
|
expected: FAIL
|
|
|
|
[mark.tabIndex: IDL set to -1]
|
|
expected: FAIL
|
|
|
|
[mark.tabIndex: IDL set to 0]
|
|
expected: FAIL
|
|
|
|
[mark.tabIndex: IDL set to 1]
|
|
expected: FAIL
|
|
|
|
[mark.tabIndex: IDL set to 2147483647]
|
|
expected: FAIL
|
|
|
|
[mark.tabIndex: IDL set to -2147483648]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[bdi.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
|
|
|
|
[bdi.accessKey: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[bdi.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
|
|
|
|
[bdi.accessKey: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[bdi.accessKey: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[bdi.tabIndex: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[bdi.tabIndex: setAttribute() to -36]
|
|
expected: FAIL
|
|
|
|
[bdi.tabIndex: setAttribute() to -1]
|
|
expected: FAIL
|
|
|
|
[bdi.tabIndex: setAttribute() to 0]
|
|
expected: FAIL
|
|
|
|
[bdi.tabIndex: setAttribute() to 1]
|
|
expected: FAIL
|
|
|
|
[bdi.tabIndex: setAttribute() to 2147483647]
|
|
expected: FAIL
|
|
|
|
[bdi.tabIndex: setAttribute() to -2147483648]
|
|
expected: FAIL
|
|
|
|
[bdi.tabIndex: setAttribute() to "-1"]
|
|
expected: FAIL
|
|
|
|
[bdi.tabIndex: setAttribute() to "-0"]
|
|
expected: FAIL
|
|
|
|
[bdi.tabIndex: setAttribute() to "0"]
|
|
expected: FAIL
|
|
|
|
[bdi.tabIndex: setAttribute() to "1"]
|
|
expected: FAIL
|
|
|
|
[bdi.tabIndex: setAttribute() to "\\t7"]
|
|
expected: FAIL
|
|
|
|
[bdi.tabIndex: setAttribute() to "\\f7"]
|
|
expected: FAIL
|
|
|
|
[bdi.tabIndex: setAttribute() to " 7"]
|
|
expected: FAIL
|
|
|
|
[bdi.tabIndex: setAttribute() to "\\n7"]
|
|
expected: FAIL
|
|
|
|
[bdi.tabIndex: setAttribute() to "\\r7"]
|
|
expected: FAIL
|
|
|
|
[bdi.tabIndex: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[bdi.tabIndex: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[bdi.tabIndex: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[bdi.tabIndex: setAttribute() to object "2"]
|
|
expected: FAIL
|
|
|
|
[bdi.tabIndex: IDL set to -36]
|
|
expected: FAIL
|
|
|
|
[bdi.tabIndex: IDL set to -1]
|
|
expected: FAIL
|
|
|
|
[bdi.tabIndex: IDL set to 0]
|
|
expected: FAIL
|
|
|
|
[bdi.tabIndex: IDL set to 1]
|
|
expected: FAIL
|
|
|
|
[bdi.tabIndex: IDL set to 2147483647]
|
|
expected: FAIL
|
|
|
|
[bdi.tabIndex: IDL set to -2147483648]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[bdo.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
|
|
|
|
[bdo.accessKey: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[bdo.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
|
|
|
|
[bdo.accessKey: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[bdo.accessKey: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[bdo.tabIndex: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[bdo.tabIndex: setAttribute() to -36]
|
|
expected: FAIL
|
|
|
|
[bdo.tabIndex: setAttribute() to -1]
|
|
expected: FAIL
|
|
|
|
[bdo.tabIndex: setAttribute() to 0]
|
|
expected: FAIL
|
|
|
|
[bdo.tabIndex: setAttribute() to 1]
|
|
expected: FAIL
|
|
|
|
[bdo.tabIndex: setAttribute() to 2147483647]
|
|
expected: FAIL
|
|
|
|
[bdo.tabIndex: setAttribute() to -2147483648]
|
|
expected: FAIL
|
|
|
|
[bdo.tabIndex: setAttribute() to "-1"]
|
|
expected: FAIL
|
|
|
|
[bdo.tabIndex: setAttribute() to "-0"]
|
|
expected: FAIL
|
|
|
|
[bdo.tabIndex: setAttribute() to "0"]
|
|
expected: FAIL
|
|
|
|
[bdo.tabIndex: setAttribute() to "1"]
|
|
expected: FAIL
|
|
|
|
[bdo.tabIndex: setAttribute() to "\\t7"]
|
|
expected: FAIL
|
|
|
|
[bdo.tabIndex: setAttribute() to "\\f7"]
|
|
expected: FAIL
|
|
|
|
[bdo.tabIndex: setAttribute() to " 7"]
|
|
expected: FAIL
|
|
|
|
[bdo.tabIndex: setAttribute() to "\\n7"]
|
|
expected: FAIL
|
|
|
|
[bdo.tabIndex: setAttribute() to "\\r7"]
|
|
expected: FAIL
|
|
|
|
[bdo.tabIndex: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[bdo.tabIndex: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[bdo.tabIndex: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[bdo.tabIndex: setAttribute() to object "2"]
|
|
expected: FAIL
|
|
|
|
[bdo.tabIndex: IDL set to -36]
|
|
expected: FAIL
|
|
|
|
[bdo.tabIndex: IDL set to -1]
|
|
expected: FAIL
|
|
|
|
[bdo.tabIndex: IDL set to 0]
|
|
expected: FAIL
|
|
|
|
[bdo.tabIndex: IDL set to 1]
|
|
expected: FAIL
|
|
|
|
[bdo.tabIndex: IDL set to 2147483647]
|
|
expected: FAIL
|
|
|
|
[bdo.tabIndex: IDL set to -2147483648]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[span.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
|
|
|
|
[span.accessKey: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[span.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
|
|
|
|
[span.accessKey: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[span.accessKey: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[span.tabIndex: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[span.tabIndex: setAttribute() to -36]
|
|
expected: FAIL
|
|
|
|
[span.tabIndex: setAttribute() to -1]
|
|
expected: FAIL
|
|
|
|
[span.tabIndex: setAttribute() to 0]
|
|
expected: FAIL
|
|
|
|
[span.tabIndex: setAttribute() to 1]
|
|
expected: FAIL
|
|
|
|
[span.tabIndex: setAttribute() to 2147483647]
|
|
expected: FAIL
|
|
|
|
[span.tabIndex: setAttribute() to -2147483648]
|
|
expected: FAIL
|
|
|
|
[span.tabIndex: setAttribute() to "-1"]
|
|
expected: FAIL
|
|
|
|
[span.tabIndex: setAttribute() to "-0"]
|
|
expected: FAIL
|
|
|
|
[span.tabIndex: setAttribute() to "0"]
|
|
expected: FAIL
|
|
|
|
[span.tabIndex: setAttribute() to "1"]
|
|
expected: FAIL
|
|
|
|
[span.tabIndex: setAttribute() to "\\t7"]
|
|
expected: FAIL
|
|
|
|
[span.tabIndex: setAttribute() to "\\f7"]
|
|
expected: FAIL
|
|
|
|
[span.tabIndex: setAttribute() to " 7"]
|
|
expected: FAIL
|
|
|
|
[span.tabIndex: setAttribute() to "\\n7"]
|
|
expected: FAIL
|
|
|
|
[span.tabIndex: setAttribute() to "\\r7"]
|
|
expected: FAIL
|
|
|
|
[span.tabIndex: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[span.tabIndex: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[span.tabIndex: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[span.tabIndex: setAttribute() to object "2"]
|
|
expected: FAIL
|
|
|
|
[span.tabIndex: IDL set to -36]
|
|
expected: FAIL
|
|
|
|
[span.tabIndex: IDL set to -1]
|
|
expected: FAIL
|
|
|
|
[span.tabIndex: IDL set to 0]
|
|
expected: FAIL
|
|
|
|
[span.tabIndex: IDL set to 1]
|
|
expected: FAIL
|
|
|
|
[span.tabIndex: IDL set to 2147483647]
|
|
expected: FAIL
|
|
|
|
[span.tabIndex: IDL set to -2147483648]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[br.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
|
|
|
|
[br.accessKey: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[br.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
|
|
|
|
[br.accessKey: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[br.accessKey: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[br.tabIndex: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[br.tabIndex: setAttribute() to -36]
|
|
expected: FAIL
|
|
|
|
[br.tabIndex: setAttribute() to -1]
|
|
expected: FAIL
|
|
|
|
[br.tabIndex: setAttribute() to 0]
|
|
expected: FAIL
|
|
|
|
[br.tabIndex: setAttribute() to 1]
|
|
expected: FAIL
|
|
|
|
[br.tabIndex: setAttribute() to 2147483647]
|
|
expected: FAIL
|
|
|
|
[br.tabIndex: setAttribute() to -2147483648]
|
|
expected: FAIL
|
|
|
|
[br.tabIndex: setAttribute() to "-1"]
|
|
expected: FAIL
|
|
|
|
[br.tabIndex: setAttribute() to "-0"]
|
|
expected: FAIL
|
|
|
|
[br.tabIndex: setAttribute() to "0"]
|
|
expected: FAIL
|
|
|
|
[br.tabIndex: setAttribute() to "1"]
|
|
expected: FAIL
|
|
|
|
[br.tabIndex: setAttribute() to "\\t7"]
|
|
expected: FAIL
|
|
|
|
[br.tabIndex: setAttribute() to "\\f7"]
|
|
expected: FAIL
|
|
|
|
[br.tabIndex: setAttribute() to " 7"]
|
|
expected: FAIL
|
|
|
|
[br.tabIndex: setAttribute() to "\\n7"]
|
|
expected: FAIL
|
|
|
|
[br.tabIndex: setAttribute() to "\\r7"]
|
|
expected: FAIL
|
|
|
|
[br.tabIndex: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[br.tabIndex: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[br.tabIndex: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[br.tabIndex: setAttribute() to object "2"]
|
|
expected: FAIL
|
|
|
|
[br.tabIndex: IDL set to -36]
|
|
expected: FAIL
|
|
|
|
[br.tabIndex: IDL set to -1]
|
|
expected: FAIL
|
|
|
|
[br.tabIndex: IDL set to 0]
|
|
expected: FAIL
|
|
|
|
[br.tabIndex: IDL set to 1]
|
|
expected: FAIL
|
|
|
|
[br.tabIndex: IDL set to 2147483647]
|
|
expected: FAIL
|
|
|
|
[br.tabIndex: IDL set to -2147483648]
|
|
expected: FAIL
|
|
|
|
[br.clear: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[br.clear: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[br.clear: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[br.clear: 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
|
|
|
|
[br.clear: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[br.clear: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[br.clear: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[br.clear: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[br.clear: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[br.clear: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[br.clear: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[br.clear: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[br.clear: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[br.clear: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[br.clear: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[br.clear: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[br.clear: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[br.clear: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[br.clear: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[br.clear: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[br.clear: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[br.clear: 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
|
|
|
|
[br.clear: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[br.clear: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[br.clear: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[br.clear: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[br.clear: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[br.clear: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[br.clear: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[br.clear: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[br.clear: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[br.clear: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[br.clear: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[br.clear: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[br.clear: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[br.clear: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[br.clear: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[br.clear: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: IDL get with DOM attribute unset]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: setAttribute() to ""]
|
|
expected: FAIL
|
|
|
|
[wbr.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
|
|
|
|
[wbr.accessKey: setAttribute() to undefined]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: setAttribute() to 7]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: setAttribute() to ".5"]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: setAttribute() to true]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: setAttribute() to false]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: setAttribute() to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: setAttribute() to NaN]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: setAttribute() to Infinity]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: setAttribute() to -Infinity]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: setAttribute() to "\\0"]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: setAttribute() to null]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: setAttribute() to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: setAttribute() to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: IDL set to ""]
|
|
expected: FAIL
|
|
|
|
[wbr.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
|
|
|
|
[wbr.accessKey: IDL set to undefined]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: IDL set to 7]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: IDL set to 1.5]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: IDL set to "5%"]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: IDL set to "+100"]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: IDL set to ".5"]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: IDL set to true]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: IDL set to false]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: IDL set to object "[object Object\]"]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: IDL set to NaN]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: IDL set to Infinity]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: IDL set to -Infinity]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: IDL set to "\\0"]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: IDL set to null]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: IDL set to object "test-toString"]
|
|
expected: FAIL
|
|
|
|
[wbr.accessKey: IDL set to object "test-valueOf"]
|
|
expected: FAIL
|
|
|
|
[wbr.tabIndex: typeof IDL attribute]
|
|
expected: FAIL
|
|
|
|
[wbr.tabIndex: setAttribute() to -36]
|
|
expected: FAIL
|
|
|
|
[wbr.tabIndex: setAttribute() to -1]
|
|
expected: FAIL
|
|
|
|
[wbr.tabIndex: setAttribute() to 0]
|
|
expected: FAIL
|
|
|
|
[wbr.tabIndex: setAttribute() to 1]
|
|
expected: FAIL
|
|
|
|
[wbr.tabIndex: setAttribute() to 2147483647]
|
|
expected: FAIL
|
|
|
|
[wbr.tabIndex: setAttribute() to -2147483648]
|
|
expected: FAIL
|
|
|
|
[wbr.tabIndex: setAttribute() to "-1"]
|
|
expected: FAIL
|
|
|
|
[wbr.tabIndex: setAttribute() to "-0"]
|
|
expected: FAIL
|
|
|
|
[wbr.tabIndex: setAttribute() to "0"]
|
|
expected: FAIL
|
|
|
|
[wbr.tabIndex: setAttribute() to "1"]
|
|
expected: FAIL
|
|
|
|
[wbr.tabIndex: setAttribute() to "\\t7"]
|
|
expected: FAIL
|
|
|
|
[wbr.tabIndex: setAttribute() to "\\f7"]
|
|
expected: FAIL
|
|
|
|
[wbr.tabIndex: setAttribute() to " 7"]
|
|
expected: FAIL
|
|
|
|
[wbr.tabIndex: setAttribute() to "\\n7"]
|
|
expected: FAIL
|
|
|
|
[wbr.tabIndex: setAttribute() to "\\r7"]
|
|
expected: FAIL
|
|
|
|
[wbr.tabIndex: setAttribute() to 1.5]
|
|
expected: FAIL
|
|
|
|
[wbr.tabIndex: setAttribute() to "5%"]
|
|
expected: FAIL
|
|
|
|
[wbr.tabIndex: setAttribute() to "+100"]
|
|
expected: FAIL
|
|
|
|
[wbr.tabIndex: setAttribute() to object "2"]
|
|
expected: FAIL
|
|
|
|
[wbr.tabIndex: IDL set to -36]
|
|
expected: FAIL
|
|
|
|
[wbr.tabIndex: IDL set to -1]
|
|
expected: FAIL
|
|
|
|
[wbr.tabIndex: IDL set to 0]
|
|
expected: FAIL
|
|
|
|
[wbr.tabIndex: IDL set to 1]
|
|
expected: FAIL
|
|
|
|
[wbr.tabIndex: IDL set to 2147483647]
|
|
expected: FAIL
|
|
|
|
[wbr.tabIndex: IDL set to -2147483648]
|
|
expected: FAIL
|
|
|
|
[a.tabIndex: setAttribute() to "7\\v"]
|
|
expected: FAIL
|
|
|
|
[a.tabIndex: setAttribute() to object "3"]
|
|
expected: FAIL
|
|
|
|
[em.tabIndex: setAttribute() to "7\\v"]
|
|
expected: FAIL
|
|
|
|
[em.tabIndex: setAttribute() to object "3"]
|
|
expected: FAIL
|
|
|
|
[strong.tabIndex: setAttribute() to "7\\v"]
|
|
expected: FAIL
|
|
|
|
[strong.tabIndex: setAttribute() to object "3"]
|
|
expected: FAIL
|
|
|
|
[small.tabIndex: setAttribute() to "7\\v"]
|
|
expected: FAIL
|
|
|
|
[small.tabIndex: setAttribute() to object "3"]
|
|
expected: FAIL
|
|
|
|
[s.tabIndex: setAttribute() to "7\\v"]
|
|
expected: FAIL
|
|
|
|
[s.tabIndex: setAttribute() to object "3"]
|
|
expected: FAIL
|
|
|
|
[cite.tabIndex: setAttribute() to "7\\v"]
|
|
expected: FAIL
|
|
|
|
[cite.tabIndex: setAttribute() to object "3"]
|
|
expected: FAIL
|
|
|
|
[q.tabIndex: setAttribute() to "7\\v"]
|
|
expected: FAIL
|
|
|
|
[q.tabIndex: setAttribute() to object "3"]
|
|
expected: FAIL
|
|
|
|
[dfn.tabIndex: setAttribute() to "7\\v"]
|
|
expected: FAIL
|
|
|
|
[dfn.tabIndex: setAttribute() to object "3"]
|
|
expected: FAIL
|
|
|
|
[abbr.tabIndex: setAttribute() to "7\\v"]
|
|
expected: FAIL
|
|
|
|
[abbr.tabIndex: setAttribute() to object "3"]
|
|
expected: FAIL
|
|
|
|
[ruby.tabIndex: setAttribute() to "7\\v"]
|
|
expected: FAIL
|
|
|
|
[ruby.tabIndex: setAttribute() to object "3"]
|
|
expected: FAIL
|
|
|
|
[rt.tabIndex: setAttribute() to "7\\v"]
|
|
expected: FAIL
|
|
|
|
[rt.tabIndex: setAttribute() to object "3"]
|
|
expected: FAIL
|
|
|
|
[rp.tabIndex: setAttribute() to "7\\v"]
|
|
expected: FAIL
|
|
|
|
[rp.tabIndex: setAttribute() to object "3"]
|
|
expected: FAIL
|
|
|
|
[data.tabIndex: setAttribute() to "7\\v"]
|
|
expected: FAIL
|
|
|
|
[data.tabIndex: setAttribute() to object "3"]
|
|
expected: FAIL
|
|
|
|
[time.tabIndex: setAttribute() to "7\\v"]
|
|
expected: FAIL
|
|
|
|
[time.tabIndex: setAttribute() to object "3"]
|
|
expected: FAIL
|
|
|
|
[code.tabIndex: setAttribute() to "7\\v"]
|
|
expected: FAIL
|
|
|
|
[code.tabIndex: setAttribute() to object "3"]
|
|
expected: FAIL
|
|
|
|
[var.tabIndex: setAttribute() to "7\\v"]
|
|
expected: FAIL
|
|
|
|
[var.tabIndex: setAttribute() to object "3"]
|
|
expected: FAIL
|
|
|
|
[samp.tabIndex: setAttribute() to "7\\v"]
|
|
expected: FAIL
|
|
|
|
[samp.tabIndex: setAttribute() to object "3"]
|
|
expected: FAIL
|
|
|
|
[kbd.tabIndex: setAttribute() to "7\\v"]
|
|
expected: FAIL
|
|
|
|
[kbd.tabIndex: setAttribute() to object "3"]
|
|
expected: FAIL
|
|
|
|
[sub.tabIndex: setAttribute() to "7\\v"]
|
|
expected: FAIL
|
|
|
|
[sub.tabIndex: setAttribute() to object "3"]
|
|
expected: FAIL
|
|
|
|
[sup.tabIndex: setAttribute() to "7\\v"]
|
|
expected: FAIL
|
|
|
|
[sup.tabIndex: setAttribute() to object "3"]
|
|
expected: FAIL
|
|
|
|
[i.tabIndex: setAttribute() to "7\\v"]
|
|
expected: FAIL
|
|
|
|
[i.tabIndex: setAttribute() to object "3"]
|
|
expected: FAIL
|
|
|
|
[b.tabIndex: setAttribute() to "7\\v"]
|
|
expected: FAIL
|
|
|
|
[b.tabIndex: setAttribute() to object "3"]
|
|
expected: FAIL
|
|
|
|
[u.tabIndex: setAttribute() to "7\\v"]
|
|
expected: FAIL
|
|
|
|
[u.tabIndex: setAttribute() to object "3"]
|
|
expected: FAIL
|
|
|
|
[mark.tabIndex: setAttribute() to "7\\v"]
|
|
expected: FAIL
|
|
|
|
[mark.tabIndex: setAttribute() to object "3"]
|
|
expected: FAIL
|
|
|
|
[bdi.tabIndex: setAttribute() to "7\\v"]
|
|
expected: FAIL
|
|
|
|
[bdi.tabIndex: setAttribute() to object "3"]
|
|
expected: FAIL
|
|
|
|
[bdo.tabIndex: setAttribute() to "7\\v"]
|
|
expected: FAIL
|
|
|
|
[bdo.tabIndex: setAttribute() to object "3"]
|
|
expected: FAIL
|
|
|
|
[span.tabIndex: setAttribute() to "7\\v"]
|
|
expected: FAIL
|
|
|
|
[span.tabIndex: setAttribute() to object "3"]
|
|
expected: FAIL
|
|
|
|
[br.tabIndex: setAttribute() to "7\\v"]
|
|
expected: FAIL
|
|
|
|
[br.tabIndex: setAttribute() to object "3"]
|
|
expected: FAIL
|
|
|
|
[wbr.tabIndex: setAttribute() to "7\\v"]
|
|
expected: FAIL
|
|
|
|
[wbr.tabIndex: setAttribute() to object "3"]
|
|
expected: FAIL
|