Pass | body.title: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | body.title: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | body.title: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.title: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.title: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.title: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.title: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.title: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.title: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.title: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.title: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.title: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.title: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.title: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.title: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.title: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.title: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.title: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.title: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.title: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.title: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.title: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.title: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.title: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.title: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.title: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.title: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.title: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.title: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.title: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.title: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.title: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.title: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.title: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.title: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.title: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.lang: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | body.lang: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | body.lang: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.lang: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.lang: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.lang: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.lang: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.lang: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.lang: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.lang: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.lang: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.lang: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.lang: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.lang: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.lang: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.lang: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.lang: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.lang: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.lang: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.lang: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.lang: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.lang: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.lang: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.lang: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.lang: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.lang: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.lang: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.lang: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.lang: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.lang: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.lang: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.lang: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.lang: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.lang: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.lang: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.lang: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | body.dir: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | body.dir: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: setAttribute() to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.dir: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.dir: IDL set to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.className (<body class>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | body.className (<body class>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | body.className (<body class>): setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.className (<body class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.className (<body class>): setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.className (<body class>): setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.className (<body class>): setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.className (<body class>): setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.className (<body class>): setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.className (<body class>): setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.className (<body class>): setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.className (<body class>): setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.className (<body class>): setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.className (<body class>): setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.className (<body class>): setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.className (<body class>): setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.className (<body class>): setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.className (<body class>): setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.className (<body class>): setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.className (<body class>): setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.className (<body class>): IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.className (<body class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.className (<body class>): IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.className (<body class>): IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.className (<body class>): IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.className (<body class>): IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.className (<body class>): IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.className (<body class>): IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.className (<body class>): IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.className (<body class>): IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.className (<body class>): IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.className (<body class>): IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.className (<body class>): IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.className (<body class>): IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.className (<body class>): IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.className (<body class>): IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.className (<body class>): IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.className (<body class>): IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.autofocus: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | body.autofocus: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | body.autofocus: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.autofocus: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.autofocus: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.autofocus: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.autofocus: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.autofocus: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.autofocus: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.autofocus: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.autofocus: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.autofocus: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.autofocus: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.autofocus: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.autofocus: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.autofocus: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.autofocus: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.autofocus: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.autofocus: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.autofocus: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.autofocus: setAttribute() to "autofocus" | Asserts runPass | assert_equals("autofocus", "autofocus", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.autofocus: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.autofocus: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.autofocus: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.autofocus: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.autofocus: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.autofocus: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.autofocus: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.autofocus: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.autofocus: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.autofocus: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.autofocus: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.autofocus: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.autofocus: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.autofocus: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.autofocus: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.autofocus: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.autofocus: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.autofocus: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.hidden: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | body.hidden: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | body.hidden: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.hidden: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.hidden: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.hidden: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.hidden: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.hidden: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.hidden: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.hidden: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.hidden: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.hidden: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.hidden: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.hidden: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.hidden: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.hidden: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.hidden: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.hidden: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.hidden: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.hidden: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.hidden: setAttribute() to "hidden" | Asserts runPass | assert_equals("hidden", "hidden", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.hidden: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.hidden: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.hidden: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.hidden: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.hidden: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.hidden: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.hidden: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.hidden: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.hidden: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.hidden: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.hidden: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.hidden: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.hidden: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.hidden: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.hidden: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.hidden: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.hidden: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.hidden: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.accessKey: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | body.accessKey: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | body.accessKey: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.accessKey: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.accessKey: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.accessKey: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.accessKey: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.accessKey: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.accessKey: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.accessKey: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.accessKey: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.accessKey: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.accessKey: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.accessKey: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.accessKey: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.accessKey: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.accessKey: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.accessKey: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.accessKey: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.accessKey: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.accessKey: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.accessKey: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.accessKey: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.accessKey: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.accessKey: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.accessKey: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.accessKey: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.accessKey: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.accessKey: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.accessKey: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.accessKey: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.accessKey: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.accessKey: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.accessKey: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.accessKey: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.accessKey: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.tabIndex: typeof IDL attribute | Asserts runPass | assert_equals("number", "number")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | body.tabIndex: setAttribute() to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.tabIndex: setAttribute() to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.tabIndex: setAttribute() to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.tabIndex: setAttribute() to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.tabIndex: setAttribute() to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.tabIndex: setAttribute() to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.tabIndex: setAttribute() to "-1" | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.tabIndex: setAttribute() to "-0" | Asserts runPass | assert_equals("-0", "-0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.tabIndex: setAttribute() to "0" | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.tabIndex: setAttribute() to "1" | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.tabIndex: setAttribute() to "\t7" | Asserts runPass | assert_equals("\t7", "\t7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.tabIndex: setAttribute() to "\f7" | Asserts runPass | assert_equals("\f7", "\f7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.tabIndex: setAttribute() to " 7" | Asserts runPass | assert_equals(" 7", " 7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.tabIndex: setAttribute() to "\n7" | Asserts runPass | assert_equals("\n7", "\n7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.tabIndex: setAttribute() to "\r7" | Asserts runPass | assert_equals("\r7", "\r7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.tabIndex: setAttribute() to "7\v" | Asserts runPass | assert_equals("7\v", "7\v", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.tabIndex: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.tabIndex: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(5, 5, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.tabIndex: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(100, 100, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.tabIndex: setAttribute() to object "2" | Asserts runPass | assert_equals("2", "2", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2, 2, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.tabIndex: setAttribute() to object "3" | Asserts runPass | assert_equals("3", "3", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(3, 3, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.tabIndex: IDL set to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.tabIndex: IDL set to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.tabIndex: IDL set to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.tabIndex: IDL set to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.tabIndex: IDL set to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.tabIndex: IDL set to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.text: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | body.text: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | body.text: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.text: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.text: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.text: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.text: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.text: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.text: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.text: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.text: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.text: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.text: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.text: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.text: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.text: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.text: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.text: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.text: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.text: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.text: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.text: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.text: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.text: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.text: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.text: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.text: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.text: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.text: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.text: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.text: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.text: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.text: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.text: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.text: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.text: IDL set to null | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.text: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.text: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.link: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | body.link: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | body.link: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.link: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.link: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.link: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.link: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.link: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.link: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.link: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.link: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.link: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.link: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.link: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.link: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.link: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.link: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.link: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.link: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.link: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.link: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.link: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.link: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.link: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.link: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.link: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.link: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.link: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.link: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.link: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.link: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.link: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.link: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.link: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.link: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.link: IDL set to null | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.link: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.link: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.vLink: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | body.vLink: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | body.vLink: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.vLink: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.vLink: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.vLink: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.vLink: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.vLink: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.vLink: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.vLink: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.vLink: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.vLink: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.vLink: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.vLink: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.vLink: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.vLink: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.vLink: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.vLink: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.vLink: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.vLink: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.vLink: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.vLink: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.vLink: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.vLink: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.vLink: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.vLink: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.vLink: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.vLink: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.vLink: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.vLink: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.vLink: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.vLink: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.vLink: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.vLink: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.vLink: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.vLink: IDL set to null | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.vLink: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.vLink: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.aLink: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | body.aLink: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | body.aLink: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.aLink: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.aLink: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.aLink: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.aLink: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.aLink: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.aLink: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.aLink: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.aLink: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.aLink: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.aLink: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.aLink: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.aLink: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.aLink: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.aLink: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.aLink: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.aLink: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.aLink: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.aLink: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.aLink: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.aLink: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.aLink: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.aLink: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.aLink: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.aLink: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.aLink: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.aLink: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.aLink: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.aLink: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.aLink: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.aLink: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.aLink: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.aLink: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.aLink: IDL set to null | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.aLink: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.aLink: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.bgColor: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | body.bgColor: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | body.bgColor: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.bgColor: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.bgColor: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.bgColor: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.bgColor: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.bgColor: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.bgColor: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.bgColor: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.bgColor: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.bgColor: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.bgColor: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.bgColor: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.bgColor: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.bgColor: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.bgColor: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.bgColor: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.bgColor: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.bgColor: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.bgColor: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.bgColor: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.bgColor: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.bgColor: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.bgColor: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.bgColor: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.bgColor: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.bgColor: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.bgColor: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.bgColor: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.bgColor: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.bgColor: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.bgColor: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.bgColor: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.bgColor: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.bgColor: IDL set to null | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.bgColor: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.bgColor: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.background: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | body.background: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | body.background: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.background: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.background: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.background: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.background: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.background: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.background: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.background: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.background: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.background: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.background: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.background: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.background: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.background: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.background: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.background: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.background: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.background: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | body.background: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.background: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.background: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.background: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.background: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.background: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.background: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.background: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.background: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.background: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.background: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.background: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.background: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.background: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.background: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.background: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.background: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | body.background: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.title: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | article.title: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | article.title: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.title: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.title: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.title: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.title: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.title: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.title: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.title: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.title: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.title: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.title: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.title: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.title: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.title: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.title: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.title: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.title: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.title: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.title: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.title: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.title: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.title: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.title: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.title: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.title: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.title: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.title: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.title: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.title: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.title: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.title: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.title: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.title: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.title: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.lang: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | article.lang: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | article.lang: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.lang: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.lang: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.lang: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.lang: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.lang: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.lang: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.lang: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.lang: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.lang: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.lang: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.lang: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.lang: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.lang: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.lang: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.lang: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.lang: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.lang: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.lang: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.lang: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.lang: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.lang: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.lang: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.lang: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.lang: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.lang: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.lang: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.lang: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.lang: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.lang: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.lang: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.lang: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.lang: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.lang: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | article.dir: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | article.dir: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: setAttribute() to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.dir: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.dir: IDL set to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.className (<article class>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | article.className (<article class>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | article.className (<article class>): setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.className (<article class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.className (<article class>): setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.className (<article class>): setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.className (<article class>): setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.className (<article class>): setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.className (<article class>): setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.className (<article class>): setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.className (<article class>): setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.className (<article class>): setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.className (<article class>): setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.className (<article class>): setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.className (<article class>): setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.className (<article class>): setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.className (<article class>): setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.className (<article class>): setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.className (<article class>): setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.className (<article class>): setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.className (<article class>): IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.className (<article class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.className (<article class>): IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.className (<article class>): IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.className (<article class>): IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.className (<article class>): IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.className (<article class>): IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.className (<article class>): IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.className (<article class>): IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.className (<article class>): IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.className (<article class>): IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.className (<article class>): IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.className (<article class>): IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.className (<article class>): IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.className (<article class>): IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.className (<article class>): IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.className (<article class>): IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.className (<article class>): IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.autofocus: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | article.autofocus: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | article.autofocus: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.autofocus: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.autofocus: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.autofocus: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.autofocus: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.autofocus: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.autofocus: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.autofocus: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.autofocus: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.autofocus: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.autofocus: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.autofocus: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.autofocus: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.autofocus: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.autofocus: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.autofocus: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.autofocus: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.autofocus: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.autofocus: setAttribute() to "autofocus" | Asserts runPass | assert_equals("autofocus", "autofocus", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.autofocus: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.autofocus: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.autofocus: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.autofocus: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.autofocus: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.autofocus: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.autofocus: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.autofocus: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.autofocus: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.autofocus: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.autofocus: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.autofocus: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.autofocus: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.autofocus: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.autofocus: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.autofocus: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.autofocus: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.autofocus: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.hidden: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | article.hidden: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | article.hidden: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.hidden: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.hidden: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.hidden: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.hidden: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.hidden: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.hidden: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.hidden: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.hidden: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.hidden: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.hidden: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.hidden: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.hidden: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.hidden: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.hidden: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.hidden: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.hidden: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.hidden: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.hidden: setAttribute() to "hidden" | Asserts runPass | assert_equals("hidden", "hidden", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.hidden: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.hidden: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.hidden: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.hidden: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.hidden: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.hidden: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.hidden: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.hidden: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.hidden: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.hidden: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.hidden: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.hidden: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.hidden: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.hidden: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.hidden: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.hidden: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.hidden: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.hidden: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.accessKey: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | article.accessKey: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | article.accessKey: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.accessKey: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.accessKey: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.accessKey: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.accessKey: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.accessKey: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.accessKey: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.accessKey: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.accessKey: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.accessKey: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.accessKey: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.accessKey: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.accessKey: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.accessKey: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.accessKey: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.accessKey: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.accessKey: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.accessKey: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.accessKey: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.accessKey: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.accessKey: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.accessKey: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.accessKey: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.accessKey: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.accessKey: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.accessKey: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.accessKey: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.accessKey: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.accessKey: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.accessKey: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.accessKey: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.accessKey: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.accessKey: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.accessKey: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.tabIndex: typeof IDL attribute | Asserts runPass | assert_equals("number", "number")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | article.tabIndex: setAttribute() to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.tabIndex: setAttribute() to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.tabIndex: setAttribute() to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.tabIndex: setAttribute() to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.tabIndex: setAttribute() to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.tabIndex: setAttribute() to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.tabIndex: setAttribute() to "-1" | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.tabIndex: setAttribute() to "-0" | Asserts runPass | assert_equals("-0", "-0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.tabIndex: setAttribute() to "0" | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.tabIndex: setAttribute() to "1" | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.tabIndex: setAttribute() to "\t7" | Asserts runPass | assert_equals("\t7", "\t7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.tabIndex: setAttribute() to "\f7" | Asserts runPass | assert_equals("\f7", "\f7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.tabIndex: setAttribute() to " 7" | Asserts runPass | assert_equals(" 7", " 7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.tabIndex: setAttribute() to "\n7" | Asserts runPass | assert_equals("\n7", "\n7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.tabIndex: setAttribute() to "\r7" | Asserts runPass | assert_equals("\r7", "\r7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.tabIndex: setAttribute() to "7\v" | Asserts runPass | assert_equals("7\v", "7\v", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.tabIndex: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.tabIndex: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(5, 5, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.tabIndex: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(100, 100, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.tabIndex: setAttribute() to object "2" | Asserts runPass | assert_equals("2", "2", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2, 2, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.tabIndex: setAttribute() to object "3" | Asserts runPass | assert_equals("3", "3", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(3, 3, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | article.tabIndex: IDL set to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.tabIndex: IDL set to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.tabIndex: IDL set to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.tabIndex: IDL set to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.tabIndex: IDL set to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | article.tabIndex: IDL set to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.title: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | section.title: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | section.title: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.title: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.title: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.title: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.title: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.title: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.title: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.title: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.title: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.title: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.title: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.title: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.title: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.title: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.title: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.title: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.title: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.title: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.title: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.title: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.title: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.title: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.title: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.title: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.title: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.title: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.title: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.title: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.title: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.title: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.title: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.title: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.title: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.title: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.lang: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | section.lang: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | section.lang: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.lang: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.lang: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.lang: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.lang: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.lang: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.lang: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.lang: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.lang: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.lang: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.lang: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.lang: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.lang: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.lang: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.lang: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.lang: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.lang: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.lang: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.lang: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.lang: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.lang: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.lang: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.lang: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.lang: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.lang: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.lang: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.lang: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.lang: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.lang: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.lang: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.lang: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.lang: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.lang: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.lang: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | section.dir: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | section.dir: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: setAttribute() to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.dir: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.dir: IDL set to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.className (<section class>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | section.className (<section class>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | section.className (<section class>): setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.className (<section class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.className (<section class>): setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.className (<section class>): setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.className (<section class>): setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.className (<section class>): setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.className (<section class>): setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.className (<section class>): setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.className (<section class>): setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.className (<section class>): setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.className (<section class>): setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.className (<section class>): setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.className (<section class>): setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.className (<section class>): setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.className (<section class>): setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.className (<section class>): setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.className (<section class>): setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.className (<section class>): setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.className (<section class>): IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.className (<section class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.className (<section class>): IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.className (<section class>): IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.className (<section class>): IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.className (<section class>): IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.className (<section class>): IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.className (<section class>): IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.className (<section class>): IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.className (<section class>): IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.className (<section class>): IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.className (<section class>): IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.className (<section class>): IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.className (<section class>): IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.className (<section class>): IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.className (<section class>): IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.className (<section class>): IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.className (<section class>): IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.autofocus: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | section.autofocus: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | section.autofocus: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.autofocus: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.autofocus: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.autofocus: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.autofocus: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.autofocus: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.autofocus: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.autofocus: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.autofocus: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.autofocus: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.autofocus: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.autofocus: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.autofocus: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.autofocus: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.autofocus: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.autofocus: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.autofocus: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.autofocus: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.autofocus: setAttribute() to "autofocus" | Asserts runPass | assert_equals("autofocus", "autofocus", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.autofocus: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.autofocus: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.autofocus: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.autofocus: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.autofocus: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.autofocus: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.autofocus: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.autofocus: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.autofocus: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.autofocus: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.autofocus: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.autofocus: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.autofocus: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.autofocus: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.autofocus: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.autofocus: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.autofocus: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.autofocus: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.hidden: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | section.hidden: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | section.hidden: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.hidden: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.hidden: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.hidden: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.hidden: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.hidden: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.hidden: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.hidden: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.hidden: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.hidden: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.hidden: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.hidden: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.hidden: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.hidden: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.hidden: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.hidden: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.hidden: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.hidden: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.hidden: setAttribute() to "hidden" | Asserts runPass | assert_equals("hidden", "hidden", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.hidden: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.hidden: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.hidden: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.hidden: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.hidden: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.hidden: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.hidden: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.hidden: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.hidden: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.hidden: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.hidden: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.hidden: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.hidden: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.hidden: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.hidden: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.hidden: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.hidden: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.hidden: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.accessKey: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | section.accessKey: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | section.accessKey: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.accessKey: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.accessKey: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.accessKey: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.accessKey: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.accessKey: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.accessKey: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.accessKey: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.accessKey: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.accessKey: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.accessKey: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.accessKey: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.accessKey: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.accessKey: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.accessKey: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.accessKey: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.accessKey: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.accessKey: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.accessKey: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.accessKey: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.accessKey: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.accessKey: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.accessKey: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.accessKey: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.accessKey: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.accessKey: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.accessKey: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.accessKey: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.accessKey: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.accessKey: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.accessKey: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.accessKey: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.accessKey: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.accessKey: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.tabIndex: typeof IDL attribute | Asserts runPass | assert_equals("number", "number")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | section.tabIndex: setAttribute() to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.tabIndex: setAttribute() to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.tabIndex: setAttribute() to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.tabIndex: setAttribute() to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.tabIndex: setAttribute() to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.tabIndex: setAttribute() to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.tabIndex: setAttribute() to "-1" | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.tabIndex: setAttribute() to "-0" | Asserts runPass | assert_equals("-0", "-0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.tabIndex: setAttribute() to "0" | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.tabIndex: setAttribute() to "1" | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.tabIndex: setAttribute() to "\t7" | Asserts runPass | assert_equals("\t7", "\t7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.tabIndex: setAttribute() to "\f7" | Asserts runPass | assert_equals("\f7", "\f7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.tabIndex: setAttribute() to " 7" | Asserts runPass | assert_equals(" 7", " 7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.tabIndex: setAttribute() to "\n7" | Asserts runPass | assert_equals("\n7", "\n7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.tabIndex: setAttribute() to "\r7" | Asserts runPass | assert_equals("\r7", "\r7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.tabIndex: setAttribute() to "7\v" | Asserts runPass | assert_equals("7\v", "7\v", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.tabIndex: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.tabIndex: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(5, 5, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.tabIndex: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(100, 100, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.tabIndex: setAttribute() to object "2" | Asserts runPass | assert_equals("2", "2", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2, 2, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.tabIndex: setAttribute() to object "3" | Asserts runPass | assert_equals("3", "3", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(3, 3, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | section.tabIndex: IDL set to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.tabIndex: IDL set to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.tabIndex: IDL set to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.tabIndex: IDL set to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.tabIndex: IDL set to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | section.tabIndex: IDL set to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.title: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | nav.title: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | nav.title: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.title: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.title: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.title: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.title: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.title: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.title: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.title: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.title: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.title: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.title: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.title: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.title: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.title: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.title: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.title: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.title: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.title: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.title: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.title: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.title: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.title: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.title: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.title: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.title: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.title: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.title: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.title: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.title: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.title: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.title: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.title: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.title: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.title: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.lang: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | nav.lang: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | nav.lang: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.lang: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.lang: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.lang: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.lang: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.lang: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.lang: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.lang: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.lang: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.lang: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.lang: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.lang: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.lang: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.lang: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.lang: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.lang: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.lang: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.lang: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.lang: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.lang: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.lang: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.lang: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.lang: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.lang: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.lang: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.lang: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.lang: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.lang: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.lang: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.lang: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.lang: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.lang: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.lang: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.lang: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | nav.dir: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | nav.dir: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: setAttribute() to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.dir: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.dir: IDL set to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.className (<nav class>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | nav.className (<nav class>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | nav.className (<nav class>): setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.className (<nav class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.className (<nav class>): setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.className (<nav class>): setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.className (<nav class>): setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.className (<nav class>): setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.className (<nav class>): setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.className (<nav class>): setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.className (<nav class>): setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.className (<nav class>): setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.className (<nav class>): setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.className (<nav class>): setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.className (<nav class>): setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.className (<nav class>): setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.className (<nav class>): setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.className (<nav class>): setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.className (<nav class>): setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.className (<nav class>): setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.className (<nav class>): IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.className (<nav class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.className (<nav class>): IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.className (<nav class>): IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.className (<nav class>): IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.className (<nav class>): IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.className (<nav class>): IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.className (<nav class>): IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.className (<nav class>): IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.className (<nav class>): IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.className (<nav class>): IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.className (<nav class>): IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.className (<nav class>): IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.className (<nav class>): IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.className (<nav class>): IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.className (<nav class>): IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.className (<nav class>): IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.className (<nav class>): IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.autofocus: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | nav.autofocus: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | nav.autofocus: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.autofocus: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.autofocus: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.autofocus: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.autofocus: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.autofocus: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.autofocus: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.autofocus: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.autofocus: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.autofocus: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.autofocus: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.autofocus: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.autofocus: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.autofocus: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.autofocus: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.autofocus: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.autofocus: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.autofocus: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.autofocus: setAttribute() to "autofocus" | Asserts runPass | assert_equals("autofocus", "autofocus", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.autofocus: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.autofocus: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.autofocus: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.autofocus: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.autofocus: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.autofocus: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.autofocus: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.autofocus: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.autofocus: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.autofocus: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.autofocus: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.autofocus: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.autofocus: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.autofocus: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.autofocus: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.autofocus: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.autofocus: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.autofocus: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.hidden: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | nav.hidden: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | nav.hidden: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.hidden: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.hidden: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.hidden: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.hidden: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.hidden: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.hidden: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.hidden: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.hidden: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.hidden: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.hidden: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.hidden: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.hidden: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.hidden: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.hidden: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.hidden: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.hidden: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.hidden: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.hidden: setAttribute() to "hidden" | Asserts runPass | assert_equals("hidden", "hidden", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.hidden: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.hidden: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.hidden: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.hidden: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.hidden: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.hidden: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.hidden: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.hidden: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.hidden: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.hidden: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.hidden: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.hidden: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.hidden: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.hidden: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.hidden: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.hidden: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.hidden: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.hidden: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.accessKey: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | nav.accessKey: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | nav.accessKey: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.accessKey: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.accessKey: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.accessKey: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.accessKey: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.accessKey: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.accessKey: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.accessKey: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.accessKey: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.accessKey: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.accessKey: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.accessKey: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.accessKey: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.accessKey: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.accessKey: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.accessKey: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.accessKey: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.accessKey: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.accessKey: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.accessKey: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.accessKey: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.accessKey: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.accessKey: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.accessKey: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.accessKey: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.accessKey: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.accessKey: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.accessKey: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.accessKey: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.accessKey: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.accessKey: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.accessKey: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.accessKey: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.accessKey: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.tabIndex: typeof IDL attribute | Asserts runPass | assert_equals("number", "number")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | nav.tabIndex: setAttribute() to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.tabIndex: setAttribute() to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.tabIndex: setAttribute() to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.tabIndex: setAttribute() to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.tabIndex: setAttribute() to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.tabIndex: setAttribute() to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.tabIndex: setAttribute() to "-1" | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.tabIndex: setAttribute() to "-0" | Asserts runPass | assert_equals("-0", "-0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.tabIndex: setAttribute() to "0" | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.tabIndex: setAttribute() to "1" | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.tabIndex: setAttribute() to "\t7" | Asserts runPass | assert_equals("\t7", "\t7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.tabIndex: setAttribute() to "\f7" | Asserts runPass | assert_equals("\f7", "\f7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.tabIndex: setAttribute() to " 7" | Asserts runPass | assert_equals(" 7", " 7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.tabIndex: setAttribute() to "\n7" | Asserts runPass | assert_equals("\n7", "\n7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.tabIndex: setAttribute() to "\r7" | Asserts runPass | assert_equals("\r7", "\r7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.tabIndex: setAttribute() to "7\v" | Asserts runPass | assert_equals("7\v", "7\v", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.tabIndex: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.tabIndex: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(5, 5, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.tabIndex: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(100, 100, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.tabIndex: setAttribute() to object "2" | Asserts runPass | assert_equals("2", "2", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2, 2, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.tabIndex: setAttribute() to object "3" | Asserts runPass | assert_equals("3", "3", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(3, 3, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | nav.tabIndex: IDL set to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.tabIndex: IDL set to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.tabIndex: IDL set to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.tabIndex: IDL set to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.tabIndex: IDL set to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | nav.tabIndex: IDL set to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.title: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | aside.title: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | aside.title: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.title: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.title: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.title: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.title: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.title: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.title: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.title: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.title: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.title: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.title: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.title: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.title: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.title: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.title: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.title: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.title: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.title: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.title: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.title: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.title: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.title: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.title: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.title: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.title: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.title: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.title: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.title: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.title: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.title: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.title: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.title: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.title: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.title: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.lang: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | aside.lang: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | aside.lang: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.lang: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.lang: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.lang: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.lang: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.lang: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.lang: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.lang: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.lang: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.lang: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.lang: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.lang: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.lang: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.lang: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.lang: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.lang: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.lang: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.lang: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.lang: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.lang: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.lang: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.lang: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.lang: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.lang: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.lang: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.lang: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.lang: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.lang: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.lang: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.lang: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.lang: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.lang: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.lang: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.lang: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | aside.dir: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | aside.dir: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: setAttribute() to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.dir: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.dir: IDL set to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.className (<aside class>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | aside.className (<aside class>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | aside.className (<aside class>): setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.className (<aside class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.className (<aside class>): setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.className (<aside class>): setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.className (<aside class>): setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.className (<aside class>): setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.className (<aside class>): setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.className (<aside class>): setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.className (<aside class>): setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.className (<aside class>): setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.className (<aside class>): setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.className (<aside class>): setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.className (<aside class>): setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.className (<aside class>): setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.className (<aside class>): setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.className (<aside class>): setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.className (<aside class>): setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.className (<aside class>): setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.className (<aside class>): IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.className (<aside class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.className (<aside class>): IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.className (<aside class>): IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.className (<aside class>): IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.className (<aside class>): IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.className (<aside class>): IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.className (<aside class>): IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.className (<aside class>): IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.className (<aside class>): IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.className (<aside class>): IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.className (<aside class>): IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.className (<aside class>): IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.className (<aside class>): IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.className (<aside class>): IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.className (<aside class>): IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.className (<aside class>): IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.className (<aside class>): IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.autofocus: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | aside.autofocus: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | aside.autofocus: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.autofocus: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.autofocus: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.autofocus: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.autofocus: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.autofocus: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.autofocus: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.autofocus: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.autofocus: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.autofocus: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.autofocus: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.autofocus: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.autofocus: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.autofocus: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.autofocus: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.autofocus: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.autofocus: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.autofocus: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.autofocus: setAttribute() to "autofocus" | Asserts runPass | assert_equals("autofocus", "autofocus", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.autofocus: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.autofocus: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.autofocus: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.autofocus: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.autofocus: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.autofocus: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.autofocus: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.autofocus: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.autofocus: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.autofocus: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.autofocus: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.autofocus: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.autofocus: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.autofocus: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.autofocus: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.autofocus: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.autofocus: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.autofocus: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.hidden: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | aside.hidden: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | aside.hidden: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.hidden: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.hidden: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.hidden: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.hidden: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.hidden: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.hidden: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.hidden: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.hidden: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.hidden: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.hidden: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.hidden: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.hidden: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.hidden: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.hidden: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.hidden: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.hidden: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.hidden: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.hidden: setAttribute() to "hidden" | Asserts runPass | assert_equals("hidden", "hidden", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.hidden: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.hidden: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.hidden: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.hidden: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.hidden: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.hidden: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.hidden: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.hidden: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.hidden: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.hidden: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.hidden: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.hidden: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.hidden: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.hidden: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.hidden: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.hidden: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.hidden: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.hidden: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.accessKey: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | aside.accessKey: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | aside.accessKey: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.accessKey: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.accessKey: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.accessKey: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.accessKey: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.accessKey: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.accessKey: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.accessKey: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.accessKey: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.accessKey: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.accessKey: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.accessKey: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.accessKey: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.accessKey: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.accessKey: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.accessKey: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.accessKey: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.accessKey: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.accessKey: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.accessKey: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.accessKey: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.accessKey: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.accessKey: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.accessKey: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.accessKey: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.accessKey: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.accessKey: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.accessKey: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.accessKey: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.accessKey: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.accessKey: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.accessKey: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.accessKey: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.accessKey: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.tabIndex: typeof IDL attribute | Asserts runPass | assert_equals("number", "number")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | aside.tabIndex: setAttribute() to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.tabIndex: setAttribute() to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.tabIndex: setAttribute() to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.tabIndex: setAttribute() to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.tabIndex: setAttribute() to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.tabIndex: setAttribute() to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.tabIndex: setAttribute() to "-1" | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.tabIndex: setAttribute() to "-0" | Asserts runPass | assert_equals("-0", "-0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.tabIndex: setAttribute() to "0" | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.tabIndex: setAttribute() to "1" | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.tabIndex: setAttribute() to "\t7" | Asserts runPass | assert_equals("\t7", "\t7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.tabIndex: setAttribute() to "\f7" | Asserts runPass | assert_equals("\f7", "\f7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.tabIndex: setAttribute() to " 7" | Asserts runPass | assert_equals(" 7", " 7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.tabIndex: setAttribute() to "\n7" | Asserts runPass | assert_equals("\n7", "\n7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.tabIndex: setAttribute() to "\r7" | Asserts runPass | assert_equals("\r7", "\r7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.tabIndex: setAttribute() to "7\v" | Asserts runPass | assert_equals("7\v", "7\v", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.tabIndex: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.tabIndex: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(5, 5, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.tabIndex: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(100, 100, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.tabIndex: setAttribute() to object "2" | Asserts runPass | assert_equals("2", "2", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2, 2, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.tabIndex: setAttribute() to object "3" | Asserts runPass | assert_equals("3", "3", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(3, 3, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | aside.tabIndex: IDL set to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.tabIndex: IDL set to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.tabIndex: IDL set to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.tabIndex: IDL set to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.tabIndex: IDL set to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | aside.tabIndex: IDL set to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.title: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h1.title: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h1.title: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.title: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.title: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.title: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.title: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.title: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.title: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.title: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.title: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.title: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.title: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.title: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.title: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.title: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.title: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.title: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.title: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.title: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.title: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.title: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.title: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.title: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.title: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.title: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.title: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.title: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.title: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.title: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.title: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.title: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.title: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.title: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.title: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.title: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.lang: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h1.lang: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h1.lang: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.lang: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.lang: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.lang: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.lang: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.lang: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.lang: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.lang: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.lang: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.lang: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.lang: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.lang: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.lang: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.lang: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.lang: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.lang: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.lang: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.lang: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.lang: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.lang: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.lang: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.lang: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.lang: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.lang: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.lang: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.lang: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.lang: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.lang: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.lang: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.lang: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.lang: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.lang: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.lang: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.lang: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h1.dir: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h1.dir: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: setAttribute() to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.dir: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.dir: IDL set to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.className (<h1 class>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h1.className (<h1 class>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h1.className (<h1 class>): setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.className (<h1 class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.className (<h1 class>): setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.className (<h1 class>): setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.className (<h1 class>): setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.className (<h1 class>): setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.className (<h1 class>): setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.className (<h1 class>): setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.className (<h1 class>): setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.className (<h1 class>): setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.className (<h1 class>): setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.className (<h1 class>): setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.className (<h1 class>): setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.className (<h1 class>): setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.className (<h1 class>): setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.className (<h1 class>): setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.className (<h1 class>): setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.className (<h1 class>): setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.className (<h1 class>): IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.className (<h1 class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.className (<h1 class>): IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.className (<h1 class>): IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.className (<h1 class>): IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.className (<h1 class>): IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.className (<h1 class>): IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.className (<h1 class>): IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.className (<h1 class>): IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.className (<h1 class>): IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.className (<h1 class>): IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.className (<h1 class>): IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.className (<h1 class>): IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.className (<h1 class>): IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.className (<h1 class>): IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.className (<h1 class>): IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.className (<h1 class>): IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.className (<h1 class>): IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.autofocus: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h1.autofocus: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h1.autofocus: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.autofocus: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.autofocus: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.autofocus: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.autofocus: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.autofocus: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.autofocus: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.autofocus: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.autofocus: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.autofocus: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.autofocus: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.autofocus: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.autofocus: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.autofocus: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.autofocus: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.autofocus: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.autofocus: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.autofocus: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.autofocus: setAttribute() to "autofocus" | Asserts runPass | assert_equals("autofocus", "autofocus", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.autofocus: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.autofocus: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.autofocus: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.autofocus: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.autofocus: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.autofocus: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.autofocus: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.autofocus: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.autofocus: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.autofocus: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.autofocus: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.autofocus: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.autofocus: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.autofocus: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.autofocus: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.autofocus: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.autofocus: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.autofocus: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.hidden: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h1.hidden: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h1.hidden: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.hidden: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.hidden: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.hidden: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.hidden: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.hidden: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.hidden: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.hidden: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.hidden: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.hidden: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.hidden: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.hidden: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.hidden: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.hidden: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.hidden: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.hidden: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.hidden: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.hidden: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.hidden: setAttribute() to "hidden" | Asserts runPass | assert_equals("hidden", "hidden", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.hidden: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.hidden: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.hidden: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.hidden: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.hidden: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.hidden: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.hidden: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.hidden: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.hidden: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.hidden: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.hidden: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.hidden: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.hidden: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.hidden: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.hidden: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.hidden: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.hidden: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.hidden: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.accessKey: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h1.accessKey: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h1.accessKey: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.accessKey: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.accessKey: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.accessKey: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.accessKey: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.accessKey: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.accessKey: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.accessKey: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.accessKey: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.accessKey: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.accessKey: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.accessKey: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.accessKey: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.accessKey: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.accessKey: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.accessKey: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.accessKey: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.accessKey: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.accessKey: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.accessKey: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.accessKey: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.accessKey: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.accessKey: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.accessKey: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.accessKey: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.accessKey: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.accessKey: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.accessKey: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.accessKey: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.accessKey: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.accessKey: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.accessKey: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.accessKey: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.accessKey: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.tabIndex: typeof IDL attribute | Asserts runPass | assert_equals("number", "number")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h1.tabIndex: setAttribute() to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.tabIndex: setAttribute() to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.tabIndex: setAttribute() to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.tabIndex: setAttribute() to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.tabIndex: setAttribute() to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.tabIndex: setAttribute() to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.tabIndex: setAttribute() to "-1" | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.tabIndex: setAttribute() to "-0" | Asserts runPass | assert_equals("-0", "-0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.tabIndex: setAttribute() to "0" | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.tabIndex: setAttribute() to "1" | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.tabIndex: setAttribute() to "\t7" | Asserts runPass | assert_equals("\t7", "\t7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.tabIndex: setAttribute() to "\f7" | Asserts runPass | assert_equals("\f7", "\f7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.tabIndex: setAttribute() to " 7" | Asserts runPass | assert_equals(" 7", " 7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.tabIndex: setAttribute() to "\n7" | Asserts runPass | assert_equals("\n7", "\n7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.tabIndex: setAttribute() to "\r7" | Asserts runPass | assert_equals("\r7", "\r7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.tabIndex: setAttribute() to "7\v" | Asserts runPass | assert_equals("7\v", "7\v", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.tabIndex: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.tabIndex: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(5, 5, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.tabIndex: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(100, 100, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.tabIndex: setAttribute() to object "2" | Asserts runPass | assert_equals("2", "2", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2, 2, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.tabIndex: setAttribute() to object "3" | Asserts runPass | assert_equals("3", "3", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(3, 3, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.tabIndex: IDL set to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.tabIndex: IDL set to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.tabIndex: IDL set to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.tabIndex: IDL set to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.tabIndex: IDL set to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.tabIndex: IDL set to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.align: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h1.align: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h1.align: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.align: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.align: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.align: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.align: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.align: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.align: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.align: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.align: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.align: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.align: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.align: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.align: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.align: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.align: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.align: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.align: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.align: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h1.align: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.align: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.align: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.align: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.align: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.align: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.align: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.align: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.align: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.align: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.align: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.align: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.align: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.align: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.align: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.align: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.align: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h1.align: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.title: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h2.title: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h2.title: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.title: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.title: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.title: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.title: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.title: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.title: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.title: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.title: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.title: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.title: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.title: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.title: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.title: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.title: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.title: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.title: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.title: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.title: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.title: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.title: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.title: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.title: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.title: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.title: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.title: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.title: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.title: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.title: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.title: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.title: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.title: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.title: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.title: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.lang: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h2.lang: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h2.lang: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.lang: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.lang: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.lang: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.lang: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.lang: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.lang: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.lang: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.lang: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.lang: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.lang: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.lang: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.lang: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.lang: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.lang: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.lang: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.lang: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.lang: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.lang: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.lang: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.lang: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.lang: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.lang: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.lang: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.lang: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.lang: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.lang: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.lang: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.lang: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.lang: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.lang: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.lang: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.lang: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.lang: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h2.dir: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h2.dir: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: setAttribute() to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.dir: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.dir: IDL set to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.className (<h2 class>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h2.className (<h2 class>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h2.className (<h2 class>): setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.className (<h2 class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.className (<h2 class>): setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.className (<h2 class>): setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.className (<h2 class>): setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.className (<h2 class>): setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.className (<h2 class>): setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.className (<h2 class>): setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.className (<h2 class>): setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.className (<h2 class>): setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.className (<h2 class>): setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.className (<h2 class>): setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.className (<h2 class>): setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.className (<h2 class>): setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.className (<h2 class>): setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.className (<h2 class>): setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.className (<h2 class>): setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.className (<h2 class>): setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.className (<h2 class>): IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.className (<h2 class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.className (<h2 class>): IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.className (<h2 class>): IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.className (<h2 class>): IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.className (<h2 class>): IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.className (<h2 class>): IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.className (<h2 class>): IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.className (<h2 class>): IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.className (<h2 class>): IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.className (<h2 class>): IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.className (<h2 class>): IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.className (<h2 class>): IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.className (<h2 class>): IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.className (<h2 class>): IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.className (<h2 class>): IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.className (<h2 class>): IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.className (<h2 class>): IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.autofocus: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h2.autofocus: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h2.autofocus: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.autofocus: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.autofocus: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.autofocus: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.autofocus: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.autofocus: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.autofocus: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.autofocus: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.autofocus: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.autofocus: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.autofocus: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.autofocus: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.autofocus: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.autofocus: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.autofocus: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.autofocus: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.autofocus: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.autofocus: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.autofocus: setAttribute() to "autofocus" | Asserts runPass | assert_equals("autofocus", "autofocus", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.autofocus: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.autofocus: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.autofocus: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.autofocus: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.autofocus: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.autofocus: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.autofocus: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.autofocus: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.autofocus: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.autofocus: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.autofocus: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.autofocus: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.autofocus: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.autofocus: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.autofocus: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.autofocus: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.autofocus: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.autofocus: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.hidden: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h2.hidden: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h2.hidden: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.hidden: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.hidden: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.hidden: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.hidden: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.hidden: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.hidden: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.hidden: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.hidden: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.hidden: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.hidden: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.hidden: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.hidden: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.hidden: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.hidden: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.hidden: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.hidden: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.hidden: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.hidden: setAttribute() to "hidden" | Asserts runPass | assert_equals("hidden", "hidden", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.hidden: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.hidden: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.hidden: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.hidden: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.hidden: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.hidden: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.hidden: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.hidden: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.hidden: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.hidden: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.hidden: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.hidden: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.hidden: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.hidden: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.hidden: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.hidden: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.hidden: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.hidden: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.accessKey: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h2.accessKey: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h2.accessKey: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.accessKey: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.accessKey: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.accessKey: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.accessKey: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.accessKey: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.accessKey: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.accessKey: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.accessKey: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.accessKey: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.accessKey: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.accessKey: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.accessKey: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.accessKey: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.accessKey: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.accessKey: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.accessKey: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.accessKey: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.accessKey: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.accessKey: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.accessKey: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.accessKey: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.accessKey: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.accessKey: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.accessKey: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.accessKey: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.accessKey: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.accessKey: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.accessKey: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.accessKey: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.accessKey: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.accessKey: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.accessKey: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.accessKey: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.tabIndex: typeof IDL attribute | Asserts runPass | assert_equals("number", "number")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h2.tabIndex: setAttribute() to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.tabIndex: setAttribute() to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.tabIndex: setAttribute() to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.tabIndex: setAttribute() to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.tabIndex: setAttribute() to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.tabIndex: setAttribute() to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.tabIndex: setAttribute() to "-1" | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.tabIndex: setAttribute() to "-0" | Asserts runPass | assert_equals("-0", "-0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.tabIndex: setAttribute() to "0" | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.tabIndex: setAttribute() to "1" | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.tabIndex: setAttribute() to "\t7" | Asserts runPass | assert_equals("\t7", "\t7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.tabIndex: setAttribute() to "\f7" | Asserts runPass | assert_equals("\f7", "\f7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.tabIndex: setAttribute() to " 7" | Asserts runPass | assert_equals(" 7", " 7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.tabIndex: setAttribute() to "\n7" | Asserts runPass | assert_equals("\n7", "\n7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.tabIndex: setAttribute() to "\r7" | Asserts runPass | assert_equals("\r7", "\r7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.tabIndex: setAttribute() to "7\v" | Asserts runPass | assert_equals("7\v", "7\v", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.tabIndex: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.tabIndex: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(5, 5, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.tabIndex: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(100, 100, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.tabIndex: setAttribute() to object "2" | Asserts runPass | assert_equals("2", "2", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2, 2, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.tabIndex: setAttribute() to object "3" | Asserts runPass | assert_equals("3", "3", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(3, 3, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.tabIndex: IDL set to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.tabIndex: IDL set to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.tabIndex: IDL set to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.tabIndex: IDL set to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.tabIndex: IDL set to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.tabIndex: IDL set to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.align: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h2.align: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h2.align: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.align: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.align: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.align: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.align: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.align: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.align: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.align: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.align: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.align: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.align: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.align: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.align: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.align: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.align: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.align: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.align: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.align: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h2.align: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.align: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.align: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.align: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.align: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.align: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.align: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.align: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.align: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.align: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.align: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.align: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.align: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.align: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.align: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.align: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.align: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h2.align: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.title: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h3.title: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h3.title: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.title: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.title: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.title: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.title: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.title: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.title: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.title: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.title: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.title: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.title: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.title: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.title: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.title: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.title: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.title: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.title: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.title: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.title: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.title: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.title: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.title: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.title: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.title: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.title: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.title: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.title: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.title: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.title: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.title: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.title: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.title: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.title: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.title: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.lang: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h3.lang: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h3.lang: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.lang: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.lang: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.lang: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.lang: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.lang: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.lang: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.lang: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.lang: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.lang: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.lang: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.lang: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.lang: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.lang: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.lang: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.lang: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.lang: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.lang: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.lang: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.lang: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.lang: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.lang: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.lang: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.lang: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.lang: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.lang: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.lang: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.lang: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.lang: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.lang: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.lang: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.lang: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.lang: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.lang: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h3.dir: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h3.dir: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: setAttribute() to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.dir: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.dir: IDL set to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.className (<h3 class>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h3.className (<h3 class>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h3.className (<h3 class>): setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.className (<h3 class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.className (<h3 class>): setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.className (<h3 class>): setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.className (<h3 class>): setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.className (<h3 class>): setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.className (<h3 class>): setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.className (<h3 class>): setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.className (<h3 class>): setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.className (<h3 class>): setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.className (<h3 class>): setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.className (<h3 class>): setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.className (<h3 class>): setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.className (<h3 class>): setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.className (<h3 class>): setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.className (<h3 class>): setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.className (<h3 class>): setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.className (<h3 class>): setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.className (<h3 class>): IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.className (<h3 class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.className (<h3 class>): IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.className (<h3 class>): IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.className (<h3 class>): IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.className (<h3 class>): IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.className (<h3 class>): IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.className (<h3 class>): IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.className (<h3 class>): IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.className (<h3 class>): IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.className (<h3 class>): IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.className (<h3 class>): IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.className (<h3 class>): IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.className (<h3 class>): IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.className (<h3 class>): IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.className (<h3 class>): IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.className (<h3 class>): IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.className (<h3 class>): IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.autofocus: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h3.autofocus: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h3.autofocus: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.autofocus: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.autofocus: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.autofocus: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.autofocus: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.autofocus: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.autofocus: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.autofocus: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.autofocus: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.autofocus: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.autofocus: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.autofocus: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.autofocus: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.autofocus: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.autofocus: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.autofocus: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.autofocus: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.autofocus: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.autofocus: setAttribute() to "autofocus" | Asserts runPass | assert_equals("autofocus", "autofocus", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.autofocus: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.autofocus: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.autofocus: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.autofocus: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.autofocus: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.autofocus: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.autofocus: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.autofocus: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.autofocus: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.autofocus: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.autofocus: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.autofocus: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.autofocus: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.autofocus: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.autofocus: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.autofocus: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.autofocus: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.autofocus: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.hidden: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h3.hidden: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h3.hidden: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.hidden: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.hidden: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.hidden: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.hidden: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.hidden: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.hidden: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.hidden: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.hidden: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.hidden: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.hidden: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.hidden: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.hidden: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.hidden: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.hidden: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.hidden: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.hidden: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.hidden: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.hidden: setAttribute() to "hidden" | Asserts runPass | assert_equals("hidden", "hidden", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.hidden: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.hidden: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.hidden: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.hidden: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.hidden: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.hidden: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.hidden: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.hidden: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.hidden: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.hidden: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.hidden: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.hidden: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.hidden: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.hidden: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.hidden: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.hidden: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.hidden: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.hidden: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.accessKey: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h3.accessKey: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h3.accessKey: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.accessKey: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.accessKey: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.accessKey: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.accessKey: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.accessKey: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.accessKey: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.accessKey: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.accessKey: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.accessKey: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.accessKey: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.accessKey: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.accessKey: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.accessKey: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.accessKey: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.accessKey: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.accessKey: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.accessKey: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.accessKey: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.accessKey: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.accessKey: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.accessKey: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.accessKey: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.accessKey: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.accessKey: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.accessKey: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.accessKey: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.accessKey: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.accessKey: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.accessKey: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.accessKey: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.accessKey: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.accessKey: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.accessKey: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.tabIndex: typeof IDL attribute | Asserts runPass | assert_equals("number", "number")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h3.tabIndex: setAttribute() to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.tabIndex: setAttribute() to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.tabIndex: setAttribute() to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.tabIndex: setAttribute() to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.tabIndex: setAttribute() to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.tabIndex: setAttribute() to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.tabIndex: setAttribute() to "-1" | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.tabIndex: setAttribute() to "-0" | Asserts runPass | assert_equals("-0", "-0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.tabIndex: setAttribute() to "0" | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.tabIndex: setAttribute() to "1" | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.tabIndex: setAttribute() to "\t7" | Asserts runPass | assert_equals("\t7", "\t7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.tabIndex: setAttribute() to "\f7" | Asserts runPass | assert_equals("\f7", "\f7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.tabIndex: setAttribute() to " 7" | Asserts runPass | assert_equals(" 7", " 7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.tabIndex: setAttribute() to "\n7" | Asserts runPass | assert_equals("\n7", "\n7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.tabIndex: setAttribute() to "\r7" | Asserts runPass | assert_equals("\r7", "\r7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.tabIndex: setAttribute() to "7\v" | Asserts runPass | assert_equals("7\v", "7\v", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.tabIndex: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.tabIndex: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(5, 5, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.tabIndex: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(100, 100, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.tabIndex: setAttribute() to object "2" | Asserts runPass | assert_equals("2", "2", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2, 2, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.tabIndex: setAttribute() to object "3" | Asserts runPass | assert_equals("3", "3", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(3, 3, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.tabIndex: IDL set to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.tabIndex: IDL set to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.tabIndex: IDL set to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.tabIndex: IDL set to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.tabIndex: IDL set to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.tabIndex: IDL set to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.align: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h3.align: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h3.align: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.align: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.align: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.align: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.align: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.align: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.align: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.align: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.align: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.align: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.align: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.align: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.align: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.align: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.align: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.align: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.align: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.align: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h3.align: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.align: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.align: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.align: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.align: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.align: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.align: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.align: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.align: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.align: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.align: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.align: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.align: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.align: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.align: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.align: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.align: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h3.align: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.title: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h4.title: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h4.title: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.title: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.title: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.title: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.title: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.title: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.title: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.title: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.title: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.title: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.title: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.title: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.title: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.title: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.title: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.title: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.title: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.title: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.title: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.title: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.title: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.title: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.title: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.title: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.title: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.title: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.title: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.title: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.title: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.title: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.title: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.title: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.title: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.title: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.lang: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h4.lang: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h4.lang: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.lang: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.lang: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.lang: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.lang: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.lang: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.lang: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.lang: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.lang: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.lang: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.lang: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.lang: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.lang: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.lang: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.lang: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.lang: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.lang: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.lang: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.lang: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.lang: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.lang: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.lang: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.lang: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.lang: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.lang: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.lang: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.lang: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.lang: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.lang: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.lang: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.lang: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.lang: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.lang: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.lang: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h4.dir: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h4.dir: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: setAttribute() to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.dir: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.dir: IDL set to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.className (<h4 class>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h4.className (<h4 class>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h4.className (<h4 class>): setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.className (<h4 class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.className (<h4 class>): setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.className (<h4 class>): setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.className (<h4 class>): setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.className (<h4 class>): setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.className (<h4 class>): setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.className (<h4 class>): setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.className (<h4 class>): setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.className (<h4 class>): setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.className (<h4 class>): setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.className (<h4 class>): setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.className (<h4 class>): setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.className (<h4 class>): setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.className (<h4 class>): setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.className (<h4 class>): setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.className (<h4 class>): setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.className (<h4 class>): setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.className (<h4 class>): IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.className (<h4 class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.className (<h4 class>): IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.className (<h4 class>): IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.className (<h4 class>): IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.className (<h4 class>): IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.className (<h4 class>): IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.className (<h4 class>): IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.className (<h4 class>): IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.className (<h4 class>): IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.className (<h4 class>): IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.className (<h4 class>): IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.className (<h4 class>): IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.className (<h4 class>): IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.className (<h4 class>): IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.className (<h4 class>): IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.className (<h4 class>): IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.className (<h4 class>): IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.autofocus: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h4.autofocus: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h4.autofocus: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.autofocus: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.autofocus: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.autofocus: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.autofocus: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.autofocus: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.autofocus: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.autofocus: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.autofocus: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.autofocus: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.autofocus: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.autofocus: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.autofocus: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.autofocus: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.autofocus: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.autofocus: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.autofocus: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.autofocus: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.autofocus: setAttribute() to "autofocus" | Asserts runPass | assert_equals("autofocus", "autofocus", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.autofocus: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.autofocus: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.autofocus: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.autofocus: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.autofocus: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.autofocus: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.autofocus: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.autofocus: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.autofocus: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.autofocus: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.autofocus: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.autofocus: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.autofocus: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.autofocus: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.autofocus: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.autofocus: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.autofocus: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.autofocus: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.hidden: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h4.hidden: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h4.hidden: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.hidden: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.hidden: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.hidden: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.hidden: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.hidden: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.hidden: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.hidden: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.hidden: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.hidden: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.hidden: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.hidden: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.hidden: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.hidden: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.hidden: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.hidden: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.hidden: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.hidden: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.hidden: setAttribute() to "hidden" | Asserts runPass | assert_equals("hidden", "hidden", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.hidden: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.hidden: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.hidden: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.hidden: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.hidden: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.hidden: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.hidden: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.hidden: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.hidden: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.hidden: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.hidden: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.hidden: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.hidden: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.hidden: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.hidden: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.hidden: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.hidden: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.hidden: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.accessKey: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h4.accessKey: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h4.accessKey: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.accessKey: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.accessKey: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.accessKey: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.accessKey: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.accessKey: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.accessKey: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.accessKey: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.accessKey: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.accessKey: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.accessKey: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.accessKey: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.accessKey: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.accessKey: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.accessKey: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.accessKey: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.accessKey: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.accessKey: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.accessKey: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.accessKey: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.accessKey: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.accessKey: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.accessKey: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.accessKey: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.accessKey: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.accessKey: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.accessKey: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.accessKey: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.accessKey: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.accessKey: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.accessKey: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.accessKey: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.accessKey: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.accessKey: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.tabIndex: typeof IDL attribute | Asserts runPass | assert_equals("number", "number")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h4.tabIndex: setAttribute() to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.tabIndex: setAttribute() to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.tabIndex: setAttribute() to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.tabIndex: setAttribute() to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.tabIndex: setAttribute() to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.tabIndex: setAttribute() to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.tabIndex: setAttribute() to "-1" | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.tabIndex: setAttribute() to "-0" | Asserts runPass | assert_equals("-0", "-0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.tabIndex: setAttribute() to "0" | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.tabIndex: setAttribute() to "1" | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.tabIndex: setAttribute() to "\t7" | Asserts runPass | assert_equals("\t7", "\t7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.tabIndex: setAttribute() to "\f7" | Asserts runPass | assert_equals("\f7", "\f7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.tabIndex: setAttribute() to " 7" | Asserts runPass | assert_equals(" 7", " 7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.tabIndex: setAttribute() to "\n7" | Asserts runPass | assert_equals("\n7", "\n7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.tabIndex: setAttribute() to "\r7" | Asserts runPass | assert_equals("\r7", "\r7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.tabIndex: setAttribute() to "7\v" | Asserts runPass | assert_equals("7\v", "7\v", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.tabIndex: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.tabIndex: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(5, 5, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.tabIndex: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(100, 100, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.tabIndex: setAttribute() to object "2" | Asserts runPass | assert_equals("2", "2", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2, 2, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.tabIndex: setAttribute() to object "3" | Asserts runPass | assert_equals("3", "3", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(3, 3, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.tabIndex: IDL set to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.tabIndex: IDL set to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.tabIndex: IDL set to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.tabIndex: IDL set to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.tabIndex: IDL set to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.tabIndex: IDL set to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.align: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h4.align: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h4.align: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.align: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.align: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.align: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.align: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.align: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.align: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.align: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.align: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.align: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.align: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.align: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.align: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.align: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.align: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.align: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.align: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.align: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h4.align: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.align: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.align: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.align: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.align: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.align: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.align: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.align: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.align: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.align: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.align: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.align: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.align: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.align: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.align: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.align: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.align: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h4.align: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.title: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h5.title: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h5.title: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.title: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.title: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.title: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.title: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.title: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.title: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.title: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.title: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.title: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.title: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.title: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.title: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.title: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.title: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.title: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.title: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.title: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.title: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.title: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.title: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.title: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.title: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.title: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.title: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.title: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.title: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.title: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.title: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.title: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.title: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.title: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.title: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.title: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.lang: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h5.lang: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h5.lang: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.lang: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.lang: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.lang: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.lang: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.lang: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.lang: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.lang: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.lang: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.lang: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.lang: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.lang: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.lang: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.lang: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.lang: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.lang: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.lang: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.lang: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.lang: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.lang: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.lang: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.lang: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.lang: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.lang: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.lang: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.lang: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.lang: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.lang: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.lang: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.lang: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.lang: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.lang: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.lang: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.lang: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h5.dir: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h5.dir: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: setAttribute() to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.dir: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.dir: IDL set to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.className (<h5 class>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h5.className (<h5 class>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h5.className (<h5 class>): setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.className (<h5 class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.className (<h5 class>): setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.className (<h5 class>): setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.className (<h5 class>): setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.className (<h5 class>): setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.className (<h5 class>): setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.className (<h5 class>): setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.className (<h5 class>): setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.className (<h5 class>): setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.className (<h5 class>): setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.className (<h5 class>): setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.className (<h5 class>): setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.className (<h5 class>): setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.className (<h5 class>): setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.className (<h5 class>): setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.className (<h5 class>): setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.className (<h5 class>): setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.className (<h5 class>): IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.className (<h5 class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.className (<h5 class>): IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.className (<h5 class>): IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.className (<h5 class>): IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.className (<h5 class>): IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.className (<h5 class>): IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.className (<h5 class>): IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.className (<h5 class>): IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.className (<h5 class>): IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.className (<h5 class>): IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.className (<h5 class>): IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.className (<h5 class>): IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.className (<h5 class>): IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.className (<h5 class>): IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.className (<h5 class>): IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.className (<h5 class>): IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.className (<h5 class>): IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.autofocus: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h5.autofocus: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h5.autofocus: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.autofocus: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.autofocus: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.autofocus: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.autofocus: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.autofocus: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.autofocus: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.autofocus: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.autofocus: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.autofocus: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.autofocus: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.autofocus: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.autofocus: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.autofocus: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.autofocus: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.autofocus: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.autofocus: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.autofocus: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.autofocus: setAttribute() to "autofocus" | Asserts runPass | assert_equals("autofocus", "autofocus", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.autofocus: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.autofocus: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.autofocus: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.autofocus: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.autofocus: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.autofocus: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.autofocus: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.autofocus: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.autofocus: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.autofocus: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.autofocus: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.autofocus: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.autofocus: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.autofocus: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.autofocus: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.autofocus: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.autofocus: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.autofocus: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.hidden: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h5.hidden: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h5.hidden: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.hidden: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.hidden: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.hidden: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.hidden: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.hidden: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.hidden: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.hidden: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.hidden: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.hidden: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.hidden: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.hidden: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.hidden: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.hidden: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.hidden: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.hidden: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.hidden: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.hidden: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.hidden: setAttribute() to "hidden" | Asserts runPass | assert_equals("hidden", "hidden", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.hidden: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.hidden: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.hidden: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.hidden: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.hidden: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.hidden: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.hidden: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.hidden: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.hidden: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.hidden: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.hidden: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.hidden: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.hidden: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.hidden: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.hidden: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.hidden: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.hidden: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.hidden: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.accessKey: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h5.accessKey: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h5.accessKey: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.accessKey: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.accessKey: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.accessKey: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.accessKey: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.accessKey: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.accessKey: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.accessKey: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.accessKey: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.accessKey: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.accessKey: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.accessKey: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.accessKey: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.accessKey: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.accessKey: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.accessKey: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.accessKey: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.accessKey: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.accessKey: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.accessKey: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.accessKey: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.accessKey: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.accessKey: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.accessKey: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.accessKey: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.accessKey: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.accessKey: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.accessKey: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.accessKey: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.accessKey: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.accessKey: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.accessKey: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.accessKey: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.accessKey: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.tabIndex: typeof IDL attribute | Asserts runPass | assert_equals("number", "number")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h5.tabIndex: setAttribute() to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.tabIndex: setAttribute() to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.tabIndex: setAttribute() to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.tabIndex: setAttribute() to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.tabIndex: setAttribute() to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.tabIndex: setAttribute() to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.tabIndex: setAttribute() to "-1" | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.tabIndex: setAttribute() to "-0" | Asserts runPass | assert_equals("-0", "-0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.tabIndex: setAttribute() to "0" | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.tabIndex: setAttribute() to "1" | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.tabIndex: setAttribute() to "\t7" | Asserts runPass | assert_equals("\t7", "\t7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.tabIndex: setAttribute() to "\f7" | Asserts runPass | assert_equals("\f7", "\f7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.tabIndex: setAttribute() to " 7" | Asserts runPass | assert_equals(" 7", " 7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.tabIndex: setAttribute() to "\n7" | Asserts runPass | assert_equals("\n7", "\n7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.tabIndex: setAttribute() to "\r7" | Asserts runPass | assert_equals("\r7", "\r7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.tabIndex: setAttribute() to "7\v" | Asserts runPass | assert_equals("7\v", "7\v", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.tabIndex: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.tabIndex: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(5, 5, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.tabIndex: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(100, 100, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.tabIndex: setAttribute() to object "2" | Asserts runPass | assert_equals("2", "2", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2, 2, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.tabIndex: setAttribute() to object "3" | Asserts runPass | assert_equals("3", "3", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(3, 3, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.tabIndex: IDL set to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.tabIndex: IDL set to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.tabIndex: IDL set to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.tabIndex: IDL set to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.tabIndex: IDL set to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.tabIndex: IDL set to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.align: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h5.align: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h5.align: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.align: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.align: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.align: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.align: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.align: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.align: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.align: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.align: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.align: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.align: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.align: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.align: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.align: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.align: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.align: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.align: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.align: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h5.align: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.align: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.align: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.align: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.align: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.align: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.align: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.align: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.align: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.align: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.align: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.align: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.align: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.align: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.align: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.align: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.align: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h5.align: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.title: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h6.title: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h6.title: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.title: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.title: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.title: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.title: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.title: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.title: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.title: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.title: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.title: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.title: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.title: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.title: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.title: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.title: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.title: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.title: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.title: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.title: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.title: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.title: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.title: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.title: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.title: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.title: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.title: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.title: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.title: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.title: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.title: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.title: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.title: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.title: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.title: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.lang: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h6.lang: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h6.lang: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.lang: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.lang: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.lang: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.lang: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.lang: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.lang: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.lang: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.lang: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.lang: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.lang: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.lang: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.lang: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.lang: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.lang: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.lang: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.lang: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.lang: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.lang: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.lang: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.lang: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.lang: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.lang: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.lang: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.lang: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.lang: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.lang: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.lang: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.lang: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.lang: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.lang: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.lang: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.lang: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.lang: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h6.dir: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h6.dir: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: setAttribute() to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.dir: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.dir: IDL set to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.className (<h6 class>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h6.className (<h6 class>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h6.className (<h6 class>): setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.className (<h6 class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.className (<h6 class>): setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.className (<h6 class>): setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.className (<h6 class>): setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.className (<h6 class>): setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.className (<h6 class>): setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.className (<h6 class>): setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.className (<h6 class>): setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.className (<h6 class>): setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.className (<h6 class>): setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.className (<h6 class>): setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.className (<h6 class>): setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.className (<h6 class>): setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.className (<h6 class>): setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.className (<h6 class>): setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.className (<h6 class>): setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.className (<h6 class>): setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.className (<h6 class>): IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.className (<h6 class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.className (<h6 class>): IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.className (<h6 class>): IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.className (<h6 class>): IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.className (<h6 class>): IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.className (<h6 class>): IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.className (<h6 class>): IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.className (<h6 class>): IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.className (<h6 class>): IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.className (<h6 class>): IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.className (<h6 class>): IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.className (<h6 class>): IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.className (<h6 class>): IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.className (<h6 class>): IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.className (<h6 class>): IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.className (<h6 class>): IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.className (<h6 class>): IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.autofocus: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h6.autofocus: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h6.autofocus: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.autofocus: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.autofocus: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.autofocus: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.autofocus: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.autofocus: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.autofocus: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.autofocus: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.autofocus: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.autofocus: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.autofocus: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.autofocus: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.autofocus: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.autofocus: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.autofocus: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.autofocus: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.autofocus: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.autofocus: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.autofocus: setAttribute() to "autofocus" | Asserts runPass | assert_equals("autofocus", "autofocus", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.autofocus: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.autofocus: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.autofocus: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.autofocus: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.autofocus: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.autofocus: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.autofocus: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.autofocus: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.autofocus: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.autofocus: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.autofocus: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.autofocus: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.autofocus: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.autofocus: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.autofocus: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.autofocus: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.autofocus: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.autofocus: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.hidden: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h6.hidden: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h6.hidden: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.hidden: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.hidden: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.hidden: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.hidden: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.hidden: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.hidden: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.hidden: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.hidden: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.hidden: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.hidden: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.hidden: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.hidden: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.hidden: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.hidden: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.hidden: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.hidden: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.hidden: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.hidden: setAttribute() to "hidden" | Asserts runPass | assert_equals("hidden", "hidden", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.hidden: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.hidden: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.hidden: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.hidden: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.hidden: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.hidden: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.hidden: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.hidden: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.hidden: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.hidden: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.hidden: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.hidden: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.hidden: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.hidden: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.hidden: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.hidden: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.hidden: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.hidden: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.accessKey: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h6.accessKey: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h6.accessKey: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.accessKey: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.accessKey: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.accessKey: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.accessKey: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.accessKey: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.accessKey: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.accessKey: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.accessKey: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.accessKey: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.accessKey: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.accessKey: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.accessKey: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.accessKey: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.accessKey: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.accessKey: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.accessKey: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.accessKey: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.accessKey: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.accessKey: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.accessKey: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.accessKey: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.accessKey: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.accessKey: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.accessKey: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.accessKey: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.accessKey: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.accessKey: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.accessKey: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.accessKey: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.accessKey: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.accessKey: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.accessKey: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.accessKey: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.tabIndex: typeof IDL attribute | Asserts runPass | assert_equals("number", "number")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h6.tabIndex: setAttribute() to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.tabIndex: setAttribute() to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.tabIndex: setAttribute() to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.tabIndex: setAttribute() to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.tabIndex: setAttribute() to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.tabIndex: setAttribute() to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.tabIndex: setAttribute() to "-1" | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.tabIndex: setAttribute() to "-0" | Asserts runPass | assert_equals("-0", "-0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.tabIndex: setAttribute() to "0" | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.tabIndex: setAttribute() to "1" | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.tabIndex: setAttribute() to "\t7" | Asserts runPass | assert_equals("\t7", "\t7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.tabIndex: setAttribute() to "\f7" | Asserts runPass | assert_equals("\f7", "\f7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.tabIndex: setAttribute() to " 7" | Asserts runPass | assert_equals(" 7", " 7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.tabIndex: setAttribute() to "\n7" | Asserts runPass | assert_equals("\n7", "\n7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.tabIndex: setAttribute() to "\r7" | Asserts runPass | assert_equals("\r7", "\r7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.tabIndex: setAttribute() to "7\v" | Asserts runPass | assert_equals("7\v", "7\v", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.tabIndex: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.tabIndex: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(5, 5, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.tabIndex: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(100, 100, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.tabIndex: setAttribute() to object "2" | Asserts runPass | assert_equals("2", "2", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2, 2, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.tabIndex: setAttribute() to object "3" | Asserts runPass | assert_equals("3", "3", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(3, 3, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.tabIndex: IDL set to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.tabIndex: IDL set to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.tabIndex: IDL set to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.tabIndex: IDL set to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.tabIndex: IDL set to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.tabIndex: IDL set to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.align: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | h6.align: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | h6.align: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.align: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.align: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.align: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.align: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.align: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.align: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.align: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.align: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.align: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.align: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.align: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.align: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.align: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.align: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.align: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.align: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.align: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | h6.align: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.align: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.align: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.align: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.align: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.align: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.align: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.align: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.align: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.align: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.align: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.align: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.align: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.align: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.align: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.align: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.align: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | h6.align: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.title: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | hgroup.title: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | hgroup.title: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.title: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.title: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.title: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.title: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.title: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.title: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.title: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.title: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.title: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.title: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.title: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.title: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.title: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.title: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.title: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.title: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.title: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.title: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.title: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.title: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.title: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.title: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.title: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.title: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.title: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.title: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.title: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.title: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.title: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.title: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.title: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.title: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.title: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.lang: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | hgroup.lang: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | hgroup.lang: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.lang: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.lang: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.lang: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.lang: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.lang: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.lang: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.lang: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.lang: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.lang: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.lang: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.lang: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.lang: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.lang: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.lang: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.lang: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.lang: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.lang: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.lang: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.lang: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.lang: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.lang: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.lang: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.lang: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.lang: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.lang: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.lang: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.lang: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.lang: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.lang: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.lang: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.lang: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.lang: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.lang: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | hgroup.dir: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | hgroup.dir: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: setAttribute() to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.dir: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.dir: IDL set to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.className (<hgroup class>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | hgroup.className (<hgroup class>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | hgroup.className (<hgroup class>): setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.className (<hgroup class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.className (<hgroup class>): setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.className (<hgroup class>): setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.className (<hgroup class>): setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.className (<hgroup class>): setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.className (<hgroup class>): setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.className (<hgroup class>): setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.className (<hgroup class>): setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.className (<hgroup class>): setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.className (<hgroup class>): setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.className (<hgroup class>): setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.className (<hgroup class>): setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.className (<hgroup class>): setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.className (<hgroup class>): setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.className (<hgroup class>): setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.className (<hgroup class>): setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.className (<hgroup class>): setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.className (<hgroup class>): IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.className (<hgroup class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.className (<hgroup class>): IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.className (<hgroup class>): IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.className (<hgroup class>): IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.className (<hgroup class>): IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.className (<hgroup class>): IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.className (<hgroup class>): IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.className (<hgroup class>): IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.className (<hgroup class>): IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.className (<hgroup class>): IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.className (<hgroup class>): IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.className (<hgroup class>): IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.className (<hgroup class>): IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.className (<hgroup class>): IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.className (<hgroup class>): IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.className (<hgroup class>): IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.className (<hgroup class>): IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.autofocus: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | hgroup.autofocus: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | hgroup.autofocus: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.autofocus: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.autofocus: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.autofocus: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.autofocus: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.autofocus: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.autofocus: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.autofocus: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.autofocus: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.autofocus: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.autofocus: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.autofocus: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.autofocus: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.autofocus: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.autofocus: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.autofocus: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.autofocus: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.autofocus: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.autofocus: setAttribute() to "autofocus" | Asserts runPass | assert_equals("autofocus", "autofocus", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.autofocus: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.autofocus: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.autofocus: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.autofocus: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.autofocus: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.autofocus: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.autofocus: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.autofocus: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.autofocus: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.autofocus: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.autofocus: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.autofocus: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.autofocus: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.autofocus: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.autofocus: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.autofocus: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.autofocus: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.autofocus: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.hidden: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | hgroup.hidden: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | hgroup.hidden: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.hidden: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.hidden: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.hidden: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.hidden: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.hidden: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.hidden: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.hidden: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.hidden: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.hidden: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.hidden: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.hidden: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.hidden: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.hidden: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.hidden: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.hidden: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.hidden: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.hidden: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.hidden: setAttribute() to "hidden" | Asserts runPass | assert_equals("hidden", "hidden", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.hidden: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.hidden: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.hidden: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.hidden: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.hidden: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.hidden: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.hidden: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.hidden: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.hidden: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.hidden: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.hidden: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.hidden: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.hidden: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.hidden: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.hidden: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.hidden: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.hidden: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.hidden: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.accessKey: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | hgroup.accessKey: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | hgroup.accessKey: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.accessKey: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.accessKey: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.accessKey: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.accessKey: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.accessKey: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.accessKey: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.accessKey: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.accessKey: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.accessKey: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.accessKey: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.accessKey: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.accessKey: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.accessKey: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.accessKey: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.accessKey: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.accessKey: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.accessKey: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.accessKey: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.accessKey: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.accessKey: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.accessKey: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.accessKey: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.accessKey: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.accessKey: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.accessKey: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.accessKey: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.accessKey: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.accessKey: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.accessKey: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.accessKey: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.accessKey: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.accessKey: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.accessKey: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.tabIndex: typeof IDL attribute | Asserts runPass | assert_equals("number", "number")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | hgroup.tabIndex: setAttribute() to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.tabIndex: setAttribute() to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.tabIndex: setAttribute() to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.tabIndex: setAttribute() to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.tabIndex: setAttribute() to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.tabIndex: setAttribute() to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.tabIndex: setAttribute() to "-1" | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.tabIndex: setAttribute() to "-0" | Asserts runPass | assert_equals("-0", "-0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.tabIndex: setAttribute() to "0" | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.tabIndex: setAttribute() to "1" | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.tabIndex: setAttribute() to "\t7" | Asserts runPass | assert_equals("\t7", "\t7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.tabIndex: setAttribute() to "\f7" | Asserts runPass | assert_equals("\f7", "\f7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.tabIndex: setAttribute() to " 7" | Asserts runPass | assert_equals(" 7", " 7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.tabIndex: setAttribute() to "\n7" | Asserts runPass | assert_equals("\n7", "\n7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.tabIndex: setAttribute() to "\r7" | Asserts runPass | assert_equals("\r7", "\r7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.tabIndex: setAttribute() to "7\v" | Asserts runPass | assert_equals("7\v", "7\v", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.tabIndex: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.tabIndex: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(5, 5, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.tabIndex: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(100, 100, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.tabIndex: setAttribute() to object "2" | Asserts runPass | assert_equals("2", "2", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2, 2, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.tabIndex: setAttribute() to object "3" | Asserts runPass | assert_equals("3", "3", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(3, 3, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | hgroup.tabIndex: IDL set to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.tabIndex: IDL set to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.tabIndex: IDL set to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.tabIndex: IDL set to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.tabIndex: IDL set to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | hgroup.tabIndex: IDL set to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.title: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | header.title: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | header.title: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.title: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.title: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.title: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.title: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.title: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.title: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.title: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.title: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.title: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.title: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.title: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.title: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.title: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.title: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.title: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.title: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.title: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.title: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.title: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.title: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.title: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.title: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.title: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.title: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.title: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.title: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.title: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.title: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.title: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.title: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.title: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.title: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.title: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.lang: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | header.lang: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | header.lang: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.lang: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.lang: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.lang: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.lang: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.lang: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.lang: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.lang: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.lang: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.lang: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.lang: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.lang: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.lang: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.lang: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.lang: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.lang: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.lang: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.lang: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.lang: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.lang: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.lang: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.lang: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.lang: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.lang: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.lang: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.lang: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.lang: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.lang: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.lang: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.lang: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.lang: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.lang: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.lang: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.lang: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | header.dir: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | header.dir: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: setAttribute() to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.dir: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.dir: IDL set to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.className (<header class>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | header.className (<header class>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | header.className (<header class>): setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.className (<header class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.className (<header class>): setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.className (<header class>): setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.className (<header class>): setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.className (<header class>): setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.className (<header class>): setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.className (<header class>): setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.className (<header class>): setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.className (<header class>): setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.className (<header class>): setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.className (<header class>): setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.className (<header class>): setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.className (<header class>): setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.className (<header class>): setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.className (<header class>): setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.className (<header class>): setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.className (<header class>): setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.className (<header class>): IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.className (<header class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.className (<header class>): IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.className (<header class>): IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.className (<header class>): IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.className (<header class>): IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.className (<header class>): IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.className (<header class>): IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.className (<header class>): IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.className (<header class>): IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.className (<header class>): IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.className (<header class>): IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.className (<header class>): IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.className (<header class>): IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.className (<header class>): IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.className (<header class>): IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.className (<header class>): IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.className (<header class>): IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.autofocus: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | header.autofocus: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | header.autofocus: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.autofocus: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.autofocus: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.autofocus: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.autofocus: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.autofocus: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.autofocus: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.autofocus: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.autofocus: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.autofocus: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.autofocus: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.autofocus: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.autofocus: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.autofocus: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.autofocus: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.autofocus: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.autofocus: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.autofocus: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.autofocus: setAttribute() to "autofocus" | Asserts runPass | assert_equals("autofocus", "autofocus", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.autofocus: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.autofocus: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.autofocus: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.autofocus: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.autofocus: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.autofocus: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.autofocus: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.autofocus: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.autofocus: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.autofocus: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.autofocus: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.autofocus: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.autofocus: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.autofocus: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.autofocus: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.autofocus: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.autofocus: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.autofocus: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.hidden: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | header.hidden: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | header.hidden: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.hidden: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.hidden: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.hidden: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.hidden: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.hidden: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.hidden: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.hidden: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.hidden: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.hidden: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.hidden: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.hidden: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.hidden: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.hidden: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.hidden: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.hidden: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.hidden: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.hidden: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.hidden: setAttribute() to "hidden" | Asserts runPass | assert_equals("hidden", "hidden", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.hidden: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.hidden: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.hidden: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.hidden: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.hidden: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.hidden: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.hidden: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.hidden: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.hidden: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.hidden: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.hidden: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.hidden: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.hidden: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.hidden: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.hidden: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.hidden: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.hidden: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.hidden: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.accessKey: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | header.accessKey: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | header.accessKey: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.accessKey: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.accessKey: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.accessKey: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.accessKey: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.accessKey: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.accessKey: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.accessKey: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.accessKey: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.accessKey: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.accessKey: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.accessKey: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.accessKey: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.accessKey: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.accessKey: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.accessKey: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.accessKey: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.accessKey: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.accessKey: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.accessKey: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.accessKey: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.accessKey: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.accessKey: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.accessKey: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.accessKey: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.accessKey: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.accessKey: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.accessKey: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.accessKey: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.accessKey: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.accessKey: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.accessKey: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.accessKey: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.accessKey: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.tabIndex: typeof IDL attribute | Asserts runPass | assert_equals("number", "number")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | header.tabIndex: setAttribute() to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.tabIndex: setAttribute() to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.tabIndex: setAttribute() to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.tabIndex: setAttribute() to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.tabIndex: setAttribute() to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.tabIndex: setAttribute() to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.tabIndex: setAttribute() to "-1" | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.tabIndex: setAttribute() to "-0" | Asserts runPass | assert_equals("-0", "-0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.tabIndex: setAttribute() to "0" | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.tabIndex: setAttribute() to "1" | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.tabIndex: setAttribute() to "\t7" | Asserts runPass | assert_equals("\t7", "\t7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.tabIndex: setAttribute() to "\f7" | Asserts runPass | assert_equals("\f7", "\f7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.tabIndex: setAttribute() to " 7" | Asserts runPass | assert_equals(" 7", " 7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.tabIndex: setAttribute() to "\n7" | Asserts runPass | assert_equals("\n7", "\n7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.tabIndex: setAttribute() to "\r7" | Asserts runPass | assert_equals("\r7", "\r7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.tabIndex: setAttribute() to "7\v" | Asserts runPass | assert_equals("7\v", "7\v", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.tabIndex: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.tabIndex: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(5, 5, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.tabIndex: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(100, 100, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.tabIndex: setAttribute() to object "2" | Asserts runPass | assert_equals("2", "2", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2, 2, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.tabIndex: setAttribute() to object "3" | Asserts runPass | assert_equals("3", "3", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(3, 3, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | header.tabIndex: IDL set to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.tabIndex: IDL set to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.tabIndex: IDL set to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.tabIndex: IDL set to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.tabIndex: IDL set to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | header.tabIndex: IDL set to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.title: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | footer.title: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | footer.title: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.title: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.title: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.title: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.title: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.title: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.title: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.title: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.title: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.title: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.title: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.title: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.title: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.title: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.title: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.title: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.title: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.title: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.title: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.title: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.title: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.title: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.title: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.title: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.title: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.title: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.title: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.title: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.title: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.title: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.title: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.title: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.title: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.title: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.lang: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | footer.lang: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | footer.lang: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.lang: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.lang: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.lang: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.lang: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.lang: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.lang: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.lang: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.lang: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.lang: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.lang: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.lang: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.lang: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.lang: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.lang: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.lang: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.lang: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.lang: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.lang: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.lang: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.lang: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.lang: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.lang: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.lang: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.lang: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.lang: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.lang: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.lang: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.lang: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.lang: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.lang: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.lang: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.lang: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.lang: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | footer.dir: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | footer.dir: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: setAttribute() to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.dir: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.dir: IDL set to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.className (<footer class>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | footer.className (<footer class>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | footer.className (<footer class>): setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.className (<footer class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.className (<footer class>): setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.className (<footer class>): setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.className (<footer class>): setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.className (<footer class>): setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.className (<footer class>): setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.className (<footer class>): setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.className (<footer class>): setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.className (<footer class>): setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.className (<footer class>): setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.className (<footer class>): setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.className (<footer class>): setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.className (<footer class>): setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.className (<footer class>): setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.className (<footer class>): setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.className (<footer class>): setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.className (<footer class>): setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.className (<footer class>): IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.className (<footer class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.className (<footer class>): IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.className (<footer class>): IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.className (<footer class>): IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.className (<footer class>): IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.className (<footer class>): IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.className (<footer class>): IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.className (<footer class>): IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.className (<footer class>): IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.className (<footer class>): IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.className (<footer class>): IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.className (<footer class>): IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.className (<footer class>): IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.className (<footer class>): IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.className (<footer class>): IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.className (<footer class>): IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.className (<footer class>): IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.autofocus: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | footer.autofocus: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | footer.autofocus: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.autofocus: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.autofocus: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.autofocus: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.autofocus: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.autofocus: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.autofocus: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.autofocus: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.autofocus: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.autofocus: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.autofocus: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.autofocus: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.autofocus: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.autofocus: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.autofocus: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.autofocus: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.autofocus: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.autofocus: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.autofocus: setAttribute() to "autofocus" | Asserts runPass | assert_equals("autofocus", "autofocus", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.autofocus: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.autofocus: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.autofocus: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.autofocus: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.autofocus: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.autofocus: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.autofocus: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.autofocus: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.autofocus: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.autofocus: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.autofocus: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.autofocus: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.autofocus: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.autofocus: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.autofocus: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.autofocus: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.autofocus: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.autofocus: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.hidden: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | footer.hidden: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | footer.hidden: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.hidden: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.hidden: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.hidden: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.hidden: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.hidden: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.hidden: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.hidden: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.hidden: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.hidden: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.hidden: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.hidden: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.hidden: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.hidden: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.hidden: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.hidden: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.hidden: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.hidden: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.hidden: setAttribute() to "hidden" | Asserts runPass | assert_equals("hidden", "hidden", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.hidden: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.hidden: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.hidden: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.hidden: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.hidden: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.hidden: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.hidden: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.hidden: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.hidden: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.hidden: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.hidden: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.hidden: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.hidden: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.hidden: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.hidden: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.hidden: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.hidden: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.hidden: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.accessKey: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | footer.accessKey: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | footer.accessKey: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.accessKey: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.accessKey: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.accessKey: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.accessKey: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.accessKey: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.accessKey: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.accessKey: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.accessKey: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.accessKey: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.accessKey: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.accessKey: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.accessKey: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.accessKey: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.accessKey: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.accessKey: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.accessKey: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.accessKey: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.accessKey: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.accessKey: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.accessKey: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.accessKey: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.accessKey: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.accessKey: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.accessKey: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.accessKey: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.accessKey: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.accessKey: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.accessKey: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.accessKey: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.accessKey: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.accessKey: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.accessKey: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.accessKey: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.tabIndex: typeof IDL attribute | Asserts runPass | assert_equals("number", "number")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | footer.tabIndex: setAttribute() to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.tabIndex: setAttribute() to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.tabIndex: setAttribute() to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.tabIndex: setAttribute() to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.tabIndex: setAttribute() to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.tabIndex: setAttribute() to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.tabIndex: setAttribute() to "-1" | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.tabIndex: setAttribute() to "-0" | Asserts runPass | assert_equals("-0", "-0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.tabIndex: setAttribute() to "0" | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.tabIndex: setAttribute() to "1" | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.tabIndex: setAttribute() to "\t7" | Asserts runPass | assert_equals("\t7", "\t7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.tabIndex: setAttribute() to "\f7" | Asserts runPass | assert_equals("\f7", "\f7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.tabIndex: setAttribute() to " 7" | Asserts runPass | assert_equals(" 7", " 7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.tabIndex: setAttribute() to "\n7" | Asserts runPass | assert_equals("\n7", "\n7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.tabIndex: setAttribute() to "\r7" | Asserts runPass | assert_equals("\r7", "\r7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.tabIndex: setAttribute() to "7\v" | Asserts runPass | assert_equals("7\v", "7\v", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.tabIndex: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.tabIndex: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(5, 5, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.tabIndex: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(100, 100, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.tabIndex: setAttribute() to object "2" | Asserts runPass | assert_equals("2", "2", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2, 2, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.tabIndex: setAttribute() to object "3" | Asserts runPass | assert_equals("3", "3", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(3, 3, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | footer.tabIndex: IDL set to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.tabIndex: IDL set to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.tabIndex: IDL set to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.tabIndex: IDL set to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.tabIndex: IDL set to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | footer.tabIndex: IDL set to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.title: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | address.title: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | address.title: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.title: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.title: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.title: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.title: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.title: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.title: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.title: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.title: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.title: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.title: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.title: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.title: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.title: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.title: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.title: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.title: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.title: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.title: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.title: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.title: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.title: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.title: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.title: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.title: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.title: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.title: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.title: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.title: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.title: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.title: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.title: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.title: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.title: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.title: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.lang: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | address.lang: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | address.lang: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.lang: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.lang: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.lang: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.lang: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.lang: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.lang: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.lang: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.lang: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.lang: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.lang: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.lang: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.lang: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.lang: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.lang: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.lang: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.lang: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.lang: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.lang: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.lang: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.lang: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.lang: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.lang: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.lang: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.lang: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.lang: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.lang: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.lang: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.lang: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.lang: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.lang: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.lang: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.lang: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.lang: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.lang: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | address.dir: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | address.dir: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: setAttribute() to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.dir: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.dir: IDL set to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.className (<address class>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | address.className (<address class>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | address.className (<address class>): setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.className (<address class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.className (<address class>): setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.className (<address class>): setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.className (<address class>): setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.className (<address class>): setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.className (<address class>): setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.className (<address class>): setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.className (<address class>): setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.className (<address class>): setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.className (<address class>): setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.className (<address class>): setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.className (<address class>): setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.className (<address class>): setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.className (<address class>): setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.className (<address class>): setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.className (<address class>): setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.className (<address class>): setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.className (<address class>): IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.className (<address class>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.className (<address class>): IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.className (<address class>): IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.className (<address class>): IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.className (<address class>): IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.className (<address class>): IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.className (<address class>): IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.className (<address class>): IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.className (<address class>): IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.className (<address class>): IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.className (<address class>): IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.className (<address class>): IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.className (<address class>): IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.className (<address class>): IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.className (<address class>): IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.className (<address class>): IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.className (<address class>): IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.autofocus: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | address.autofocus: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | address.autofocus: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.autofocus: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.autofocus: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.autofocus: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.autofocus: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.autofocus: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.autofocus: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.autofocus: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.autofocus: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.autofocus: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.autofocus: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.autofocus: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.autofocus: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.autofocus: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.autofocus: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.autofocus: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.autofocus: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.autofocus: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.autofocus: setAttribute() to "autofocus" | Asserts runPass | assert_equals("autofocus", "autofocus", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.autofocus: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.autofocus: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.autofocus: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.autofocus: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.autofocus: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.autofocus: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.autofocus: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.autofocus: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.autofocus: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.autofocus: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.autofocus: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.autofocus: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.autofocus: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.autofocus: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.autofocus: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.autofocus: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.autofocus: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.autofocus: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.hidden: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | address.hidden: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | address.hidden: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.hidden: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.hidden: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.hidden: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.hidden: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.hidden: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.hidden: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.hidden: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.hidden: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.hidden: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.hidden: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.hidden: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.hidden: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.hidden: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.hidden: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.hidden: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.hidden: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.hidden: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.hidden: setAttribute() to "hidden" | Asserts runPass | assert_equals("hidden", "hidden", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.hidden: IDL set to "" | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.hidden: IDL set to " foo " | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.hidden: IDL set to undefined | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.hidden: IDL set to null | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.hidden: IDL set to 7 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.hidden: IDL set to 1.5 | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.hidden: IDL set to "5%" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.hidden: IDL set to "+100" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.hidden: IDL set to ".5" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.hidden: IDL set to true | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.hidden: IDL set to false | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.hidden: IDL set to object "[object Object]" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.hidden: IDL set to NaN | Asserts runPass | assert_equals(false, false, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(false, false, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.hidden: IDL set to Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.hidden: IDL set to -Infinity | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.hidden: IDL set to "\0" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.hidden: IDL set to object "test-toString" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.hidden: IDL set to object "test-valueOf" | Asserts runPass | assert_equals(true, true, "hasAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:973:39) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.accessKey: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | address.accessKey: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | address.accessKey: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.accessKey: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.accessKey: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.accessKey: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.accessKey: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.accessKey: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.accessKey: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.accessKey: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.accessKey: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.accessKey: setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.accessKey: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.accessKey: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.accessKey: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.accessKey: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.accessKey: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.accessKey: setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.accessKey: setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.accessKey: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.accessKey: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.accessKey: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.accessKey: IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.accessKey: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.accessKey: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.accessKey: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.accessKey: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.accessKey: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.accessKey: IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.accessKey: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.accessKey: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.accessKey: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.accessKey: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.accessKey: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.accessKey: IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.accessKey: IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.tabIndex: typeof IDL attribute | Asserts runPass | assert_equals("number", "number")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | address.tabIndex: setAttribute() to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.tabIndex: setAttribute() to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.tabIndex: setAttribute() to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.tabIndex: setAttribute() to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.tabIndex: setAttribute() to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.tabIndex: setAttribute() to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.tabIndex: setAttribute() to "-1" | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.tabIndex: setAttribute() to "-0" | Asserts runPass | assert_equals("-0", "-0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.tabIndex: setAttribute() to "0" | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.tabIndex: setAttribute() to "1" | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.tabIndex: setAttribute() to "\t7" | Asserts runPass | assert_equals("\t7", "\t7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.tabIndex: setAttribute() to "\f7" | Asserts runPass | assert_equals("\f7", "\f7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.tabIndex: setAttribute() to " 7" | Asserts runPass | assert_equals(" 7", " 7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.tabIndex: setAttribute() to "\n7" | Asserts runPass | assert_equals("\n7", "\n7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.tabIndex: setAttribute() to "\r7" | Asserts runPass | assert_equals("\r7", "\r7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.tabIndex: setAttribute() to "7\v" | Asserts runPass | assert_equals("7\v", "7\v", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(7, 7, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.tabIndex: setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.tabIndex: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(5, 5, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.tabIndex: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(100, 100, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.tabIndex: setAttribute() to object "2" | Asserts runPass | assert_equals("2", "2", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(2, 2, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.tabIndex: setAttribute() to object "3" | Asserts runPass | assert_equals("3", "3", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(3, 3, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | address.tabIndex: IDL set to -36 | Asserts runPass | assert_equals("-36", "-36", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-36, -36, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.tabIndex: IDL set to -1 | Asserts runPass | assert_equals("-1", "-1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-1, -1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.tabIndex: IDL set to 0 | Asserts runPass | assert_equals("0", "0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(0, 0, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.tabIndex: IDL set to 1 | Asserts runPass | assert_equals("1", "1", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(1, 1, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.tabIndex: IDL set to 2147483647 | Asserts runPass | assert_equals("2147483647", "2147483647", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(2147483647, 2147483647, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | address.tabIndex: IDL set to -2147483648 | Asserts runPass | assert_equals("-2147483648", "-2147483648", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(-2147483648, -2147483648, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | #document.dir (<html dir>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): setAttribute() to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.dir (<html dir>): IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to "ltr" | Asserts runPass | assert_equals("ltr", "ltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to "xltr" | Asserts runPass | assert_equals("xltr", "xltr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to "ltr\0" | Asserts runPass | assert_equals("ltr\0", "ltr\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to "tr" | Asserts runPass | assert_equals("tr", "tr", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to "LTR" | Asserts runPass | assert_equals("LTR", "LTR", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("ltr", "ltr", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to "rtl" | Asserts runPass | assert_equals("rtl", "rtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to "xrtl" | Asserts runPass | assert_equals("xrtl", "xrtl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to "rtl\0" | Asserts runPass | assert_equals("rtl\0", "rtl\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to "tl" | Asserts runPass | assert_equals("tl", "tl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to "RTL" | Asserts runPass | assert_equals("RTL", "RTL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("rtl", "rtl", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to "auto" | Asserts runPass | assert_equals("auto", "auto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to "xauto" | Asserts runPass | assert_equals("xauto", "xauto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to "auto\0" | Asserts runPass | assert_equals("auto\0", "auto\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to "uto" | Asserts runPass | assert_equals("uto", "uto", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.dir (<html dir>): IDL set to "AUTO" | Asserts runPass | assert_equals("AUTO", "AUTO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("auto", "auto", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.fgColor (<body text>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | #document.fgColor (<body text>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | #document.fgColor (<body text>): setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.fgColor (<body text>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.fgColor (<body text>): setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.fgColor (<body text>): setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.fgColor (<body text>): setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.fgColor (<body text>): setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.fgColor (<body text>): setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.fgColor (<body text>): setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.fgColor (<body text>): setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.fgColor (<body text>): setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.fgColor (<body text>): setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.fgColor (<body text>): setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.fgColor (<body text>): setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.fgColor (<body text>): setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.fgColor (<body text>): setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.fgColor (<body text>): setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.fgColor (<body text>): setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.fgColor (<body text>): setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.fgColor (<body text>): IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.fgColor (<body text>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.fgColor (<body text>): IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.fgColor (<body text>): IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.fgColor (<body text>): IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.fgColor (<body text>): IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.fgColor (<body text>): IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.fgColor (<body text>): IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.fgColor (<body text>): IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.fgColor (<body text>): IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.fgColor (<body text>): IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.fgColor (<body text>): IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.fgColor (<body text>): IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.fgColor (<body text>): IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.fgColor (<body text>): IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.fgColor (<body text>): IDL set to null | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.fgColor (<body text>): IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.fgColor (<body text>): IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.linkColor (<body link>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | #document.linkColor (<body link>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | #document.linkColor (<body link>): setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.linkColor (<body link>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.linkColor (<body link>): setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.linkColor (<body link>): setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.linkColor (<body link>): setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.linkColor (<body link>): setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.linkColor (<body link>): setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.linkColor (<body link>): setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.linkColor (<body link>): setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.linkColor (<body link>): setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.linkColor (<body link>): setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.linkColor (<body link>): setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.linkColor (<body link>): setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.linkColor (<body link>): setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.linkColor (<body link>): setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.linkColor (<body link>): setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.linkColor (<body link>): setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.linkColor (<body link>): setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.linkColor (<body link>): IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.linkColor (<body link>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.linkColor (<body link>): IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.linkColor (<body link>): IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.linkColor (<body link>): IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.linkColor (<body link>): IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.linkColor (<body link>): IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.linkColor (<body link>): IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.linkColor (<body link>): IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.linkColor (<body link>): IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.linkColor (<body link>): IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.linkColor (<body link>): IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.linkColor (<body link>): IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.linkColor (<body link>): IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.linkColor (<body link>): IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.linkColor (<body link>): IDL set to null | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.linkColor (<body link>): IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.linkColor (<body link>): IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.vlinkColor (<body vlink>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | #document.vlinkColor (<body vlink>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | #document.vlinkColor (<body vlink>): setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.vlinkColor (<body vlink>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.vlinkColor (<body vlink>): setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.vlinkColor (<body vlink>): setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.vlinkColor (<body vlink>): setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.vlinkColor (<body vlink>): setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.vlinkColor (<body vlink>): setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.vlinkColor (<body vlink>): setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.vlinkColor (<body vlink>): setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.vlinkColor (<body vlink>): setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.vlinkColor (<body vlink>): setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.vlinkColor (<body vlink>): setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.vlinkColor (<body vlink>): setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.vlinkColor (<body vlink>): setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.vlinkColor (<body vlink>): setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.vlinkColor (<body vlink>): setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.vlinkColor (<body vlink>): setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.vlinkColor (<body vlink>): setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.vlinkColor (<body vlink>): IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.vlinkColor (<body vlink>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.vlinkColor (<body vlink>): IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.vlinkColor (<body vlink>): IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.vlinkColor (<body vlink>): IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.vlinkColor (<body vlink>): IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.vlinkColor (<body vlink>): IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.vlinkColor (<body vlink>): IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.vlinkColor (<body vlink>): IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.vlinkColor (<body vlink>): IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.vlinkColor (<body vlink>): IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.vlinkColor (<body vlink>): IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.vlinkColor (<body vlink>): IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.vlinkColor (<body vlink>): IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.vlinkColor (<body vlink>): IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.vlinkColor (<body vlink>): IDL set to null | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.vlinkColor (<body vlink>): IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.vlinkColor (<body vlink>): IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.alinkColor (<body alink>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | #document.alinkColor (<body alink>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | #document.alinkColor (<body alink>): setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.alinkColor (<body alink>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.alinkColor (<body alink>): setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.alinkColor (<body alink>): setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.alinkColor (<body alink>): setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.alinkColor (<body alink>): setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.alinkColor (<body alink>): setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.alinkColor (<body alink>): setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.alinkColor (<body alink>): setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.alinkColor (<body alink>): setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.alinkColor (<body alink>): setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.alinkColor (<body alink>): setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.alinkColor (<body alink>): setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.alinkColor (<body alink>): setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.alinkColor (<body alink>): setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.alinkColor (<body alink>): setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.alinkColor (<body alink>): setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.alinkColor (<body alink>): setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.alinkColor (<body alink>): IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.alinkColor (<body alink>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.alinkColor (<body alink>): IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.alinkColor (<body alink>): IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.alinkColor (<body alink>): IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.alinkColor (<body alink>): IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.alinkColor (<body alink>): IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.alinkColor (<body alink>): IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.alinkColor (<body alink>): IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.alinkColor (<body alink>): IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.alinkColor (<body alink>): IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.alinkColor (<body alink>): IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.alinkColor (<body alink>): IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.alinkColor (<body alink>): IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.alinkColor (<body alink>): IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.alinkColor (<body alink>): IDL set to null | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.alinkColor (<body alink>): IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.alinkColor (<body alink>): IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.bgColor (<body bgcolor>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | #document.bgColor (<body bgcolor>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | #document.bgColor (<body bgcolor>): setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.bgColor (<body bgcolor>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.bgColor (<body bgcolor>): setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.bgColor (<body bgcolor>): setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.bgColor (<body bgcolor>): setAttribute() to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.bgColor (<body bgcolor>): setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.bgColor (<body bgcolor>): setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.bgColor (<body bgcolor>): setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.bgColor (<body bgcolor>): setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.bgColor (<body bgcolor>): setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.bgColor (<body bgcolor>): setAttribute() to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.bgColor (<body bgcolor>): setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.bgColor (<body bgcolor>): setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.bgColor (<body bgcolor>): setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.bgColor (<body bgcolor>): setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.bgColor (<body bgcolor>): setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("null", "null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.bgColor (<body bgcolor>): setAttribute() to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.bgColor (<body bgcolor>): setAttribute() to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | #document.bgColor (<body bgcolor>): IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.bgColor (<body bgcolor>): 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 " | Asserts runPass | assert_equals(" \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 ", " \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 ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(" \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 ", " \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 ", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.bgColor (<body bgcolor>): IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("undefined", "undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.bgColor (<body bgcolor>): IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("7", "7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.bgColor (<body bgcolor>): IDL set to 1.5 | Asserts runPass | assert_equals("1.5", "1.5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("1.5", "1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.bgColor (<body bgcolor>): IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("5%", "5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.bgColor (<body bgcolor>): IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("+100", "+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.bgColor (<body bgcolor>): IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals(".5", ".5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.bgColor (<body bgcolor>): IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("true", "true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.bgColor (<body bgcolor>): IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("false", "false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.bgColor (<body bgcolor>): IDL set to object "[object Object]" | Asserts runPass | assert_equals("[object Object]", "[object Object]", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("[object Object]", "[object Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.bgColor (<body bgcolor>): IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("NaN", "NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.bgColor (<body bgcolor>): IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("Infinity", "Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.bgColor (<body bgcolor>): IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("-Infinity", "-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.bgColor (<body bgcolor>): IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("\0", "\0", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.bgColor (<body bgcolor>): IDL set to null | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.bgColor (<body bgcolor>): IDL set to object "test-toString" | Asserts runPass | assert_equals("test-toString", "test-toString", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-toString", "test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | #document.bgColor (<body bgcolor>): IDL set to object "test-valueOf" | Asserts runPass | assert_equals("test-valueOf", "test-valueOf", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("test-valueOf", "test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|