Pass | html.title: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | html.title: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.lang: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | html.lang: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.dir: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | html.dir: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | html.dir: IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | html.className (<html class>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | html.className (<html class>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.className (<html 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 | html.autofocus: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | html.autofocus: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.hidden: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | html.hidden: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.accessKey: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | html.accessKey: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.tabIndex: typeof IDL attribute | Asserts runPass | assert_equals("number", "number")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.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 | html.version: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | html.version: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | html.version: 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 | script.title: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | script.title: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.lang: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | script.lang: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.dir: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | script.dir: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.dir: IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.className (<script class>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | script.className (<script class>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.className (<script 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 | script.autofocus: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | script.autofocus: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.hidden: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | script.hidden: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.accessKey: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | script.accessKey: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.tabIndex: typeof IDL attribute | Asserts runPass | assert_equals("number", "number")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.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 | script.src: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | script.src: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | script.src: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/reflection-misc.html", "https://wpt.live/html/dom/reflection-misc.html", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.src: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/foo", "https://wpt.live/html/dom/foo", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.src: setAttribute() to "http://site.example/" | Asserts runPass | assert_equals("http://site.example/", "http://site.example/", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("http://site.example/", "http://site.example/", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.src: setAttribute() to "//site.example/path???@#l" | Asserts runPass | assert_equals("//site.example/path???@#l", "//site.example/path???@#l", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://site.example/path???@#l", "https://site.example/path???@#l", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.src: 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 " | 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 ", "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/reflection-misc.html", "https://wpt.live/html/dom/reflection-misc.html", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.src: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/undefined", "https://wpt.live/html/dom/undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.src: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/7", "https://wpt.live/html/dom/7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.src: 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("https://wpt.live/html/dom/1.5", "https://wpt.live/html/dom/1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.src: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/5%", "https://wpt.live/html/dom/5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.src: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/+100", "https://wpt.live/html/dom/+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.src: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/.5", "https://wpt.live/html/dom/.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.src: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/true", "https://wpt.live/html/dom/true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.src: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/false", "https://wpt.live/html/dom/false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.src: 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("https://wpt.live/html/dom/[object%20Object]", "https://wpt.live/html/dom/[object%20Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.src: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/NaN", "https://wpt.live/html/dom/NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.src: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/Infinity", "https://wpt.live/html/dom/Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.src: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/-Infinity", "https://wpt.live/html/dom/-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.src: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/reflection-misc.html", "https://wpt.live/html/dom/reflection-misc.html", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.src: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/null", "https://wpt.live/html/dom/null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.src: 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("https://wpt.live/html/dom/test-toString", "https://wpt.live/html/dom/test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.src: 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("https://wpt.live/html/dom/test-valueOf", "https://wpt.live/html/dom/test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.src: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/reflection-misc.html", "https://wpt.live/html/dom/reflection-misc.html", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.src: IDL set to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/foo", "https://wpt.live/html/dom/foo", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.src: IDL set to "http://site.example/" | Asserts runPass | assert_equals("http://site.example/", "http://site.example/", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("http://site.example/", "http://site.example/", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.src: IDL set to "//site.example/path???@#l" | Asserts runPass | assert_equals("//site.example/path???@#l", "//site.example/path???@#l", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://site.example/path???@#l", "https://site.example/path???@#l", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.src: 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 " | 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 ", "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/reflection-misc.html", "https://wpt.live/html/dom/reflection-misc.html", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.src: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/undefined", "https://wpt.live/html/dom/undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.src: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/7", "https://wpt.live/html/dom/7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.src: 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("https://wpt.live/html/dom/1.5", "https://wpt.live/html/dom/1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.src: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/5%", "https://wpt.live/html/dom/5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.src: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/+100", "https://wpt.live/html/dom/+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.src: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/.5", "https://wpt.live/html/dom/.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.src: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/true", "https://wpt.live/html/dom/true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.src: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/false", "https://wpt.live/html/dom/false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.src: 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("https://wpt.live/html/dom/[object%20Object]", "https://wpt.live/html/dom/[object%20Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.src: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/NaN", "https://wpt.live/html/dom/NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.src: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/Infinity", "https://wpt.live/html/dom/Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.src: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/-Infinity", "https://wpt.live/html/dom/-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.src: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/reflection-misc.html", "https://wpt.live/html/dom/reflection-misc.html", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.src: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/null", "https://wpt.live/html/dom/null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.src: 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("https://wpt.live/html/dom/test-toString", "https://wpt.live/html/dom/test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.src: 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("https://wpt.live/html/dom/test-valueOf", "https://wpt.live/html/dom/test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.type: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | script.type: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | script.type: 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 | script.type: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " | 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 | script.type: 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 | script.type: 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 | script.type: 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 | script.type: 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 | script.type: 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 | script.type: 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 | script.type: 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 | script.type: 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 | script.type: 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 | script.type: 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 | script.type: 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 | script.type: 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 | script.type: 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 | script.type: 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 | script.type: 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 | script.type: 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 | script.type: 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 | script.type: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " | 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 | script.type: 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 | script.type: 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 | script.type: 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 | script.type: 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 | script.type: 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 | script.type: 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 | script.type: 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 | script.type: 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 | script.type: 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 | script.type: 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 | script.type: 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 | script.type: 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 | script.type: 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 | script.type: 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 | script.type: 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 | script.type: 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 | script.noModule: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | script.noModule: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: setAttribute() to "noModule" | Asserts runPass | assert_equals("noModule", "noModule", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.noModule: 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 | script.charset: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | script.charset: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | script.charset: 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 | script.charset: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " | 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 | script.charset: 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 | script.charset: 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 | script.charset: 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 | script.charset: 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 | script.charset: 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 | script.charset: 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 | script.charset: 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 | script.charset: 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 | script.charset: 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 | script.charset: 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 | script.charset: 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 | script.charset: 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 | script.charset: 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 | script.charset: 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 | script.charset: 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 | script.charset: 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 | script.charset: 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 | script.charset: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " | 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 | script.charset: 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 | script.charset: 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 | script.charset: 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 | script.charset: 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 | script.charset: 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 | script.charset: 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 | script.charset: 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 | script.charset: 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 | script.charset: 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 | script.charset: 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 | script.charset: 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 | script.charset: 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 | script.charset: 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 | script.charset: 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 | script.charset: 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 | script.charset: 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 | script.defer: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | script.defer: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: setAttribute() to "defer" | Asserts runPass | assert_equals("defer", "defer", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.defer: 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 | script.crossOrigin: typeof IDL attribute | Asserts runPass | assert_equals("object", "object")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | script.crossOrigin: IDL get with DOM attribute unset | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | script.crossOrigin: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: 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("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: 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("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: 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("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: 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("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: 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("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: setAttribute() to "anonymous" | Asserts runPass | assert_equals("anonymous", "anonymous", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: setAttribute() to "xanonymous" | Asserts runPass | assert_equals("xanonymous", "xanonymous", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: setAttribute() to "anonymous\0" | Asserts runPass | assert_equals("anonymous\0", "anonymous\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: setAttribute() to "nonymous" | Asserts runPass | assert_equals("nonymous", "nonymous", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: setAttribute() to "ANONYMOUS" | Asserts runPass | assert_equals("ANONYMOUS", "ANONYMOUS", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: setAttribute() to "anonymouſ" | Asserts runPass | assert_equals("anonymouſ", "anonymouſ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: setAttribute() to "use-credentials" | Asserts runPass | assert_equals("use-credentials", "use-credentials", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("use-credentials", "use-credentials", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: setAttribute() to "xuse-credentials" | Asserts runPass | assert_equals("xuse-credentials", "xuse-credentials", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: setAttribute() to "use-credentials\0" | Asserts runPass | assert_equals("use-credentials\0", "use-credentials\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: setAttribute() to "se-credentials" | Asserts runPass | assert_equals("se-credentials", "se-credentials", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: setAttribute() to "USE-CREDENTIALS" | Asserts runPass | assert_equals("USE-CREDENTIALS", "USE-CREDENTIALS", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("use-credentials", "use-credentials", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: setAttribute() to "uſe-credentialſ" | Asserts runPass | assert_equals("uſe-credentialſ", "uſe-credentialſ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | script.crossOrigin: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.crossOrigin: 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("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.crossOrigin: IDL set to undefined | 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 | script.crossOrigin: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.crossOrigin: 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("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.crossOrigin: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.crossOrigin: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.crossOrigin: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.crossOrigin: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.crossOrigin: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.crossOrigin: 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("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.crossOrigin: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.crossOrigin: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.crossOrigin: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.crossOrigin: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.crossOrigin: 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 | script.crossOrigin: 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("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.crossOrigin: 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("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.crossOrigin: IDL set to "anonymous" | Asserts runPass | assert_equals("anonymous", "anonymous", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.crossOrigin: IDL set to "xanonymous" | Asserts runPass | assert_equals("xanonymous", "xanonymous", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.crossOrigin: IDL set to "anonymous\0" | Asserts runPass | assert_equals("anonymous\0", "anonymous\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.crossOrigin: IDL set to "nonymous" | Asserts runPass | assert_equals("nonymous", "nonymous", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.crossOrigin: IDL set to "ANONYMOUS" | Asserts runPass | assert_equals("ANONYMOUS", "ANONYMOUS", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.crossOrigin: IDL set to "anonymouſ" | Asserts runPass | assert_equals("anonymouſ", "anonymouſ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.crossOrigin: IDL set to "use-credentials" | Asserts runPass | assert_equals("use-credentials", "use-credentials", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("use-credentials", "use-credentials", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.crossOrigin: IDL set to "xuse-credentials" | Asserts runPass | assert_equals("xuse-credentials", "xuse-credentials", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.crossOrigin: IDL set to "use-credentials\0" | Asserts runPass | assert_equals("use-credentials\0", "use-credentials\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.crossOrigin: IDL set to "se-credentials" | Asserts runPass | assert_equals("se-credentials", "se-credentials", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.crossOrigin: IDL set to "USE-CREDENTIALS" | Asserts runPass | assert_equals("USE-CREDENTIALS", "USE-CREDENTIALS", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("use-credentials", "use-credentials", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.crossOrigin: IDL set to "uſe-credentialſ" | Asserts runPass | assert_equals("uſe-credentialſ", "uſe-credentialſ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("anonymous", "anonymous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | script.integrity: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | script.integrity: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.integrity: 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 | script.event: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | script.event: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.event: 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 | script.htmlFor (<script for>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | script.htmlFor (<script for>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | script.htmlFor (<script for>): 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 | noscript.title: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | noscript.title: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.lang: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | noscript.lang: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.dir: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | noscript.dir: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.dir: IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.className (<noscript class>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | noscript.className (<noscript class>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.className (<noscript 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 | noscript.autofocus: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | noscript.autofocus: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.hidden: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | noscript.hidden: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.accessKey: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | noscript.accessKey: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.tabIndex: typeof IDL attribute | Asserts runPass | assert_equals("number", "number")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | noscript.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 | template.title: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | template.title: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.lang: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | template.lang: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.dir: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | template.dir: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.dir: IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.className (<template class>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | template.className (<template class>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.className (<template 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 | template.autofocus: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | template.autofocus: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.hidden: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | template.hidden: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.accessKey: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | template.accessKey: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.tabIndex: typeof IDL attribute | Asserts runPass | assert_equals("number", "number")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | template.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 | slot.title: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | slot.title: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.lang: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | slot.lang: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.dir: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | slot.dir: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.dir: IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.className (<slot class>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | slot.className (<slot class>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.className (<slot 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 | slot.autofocus: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | slot.autofocus: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.hidden: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | slot.hidden: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.accessKey: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | slot.accessKey: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.tabIndex: typeof IDL attribute | Asserts runPass | assert_equals("number", "number")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.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 | slot.name: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | slot.name: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | slot.name: 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 | ins.title: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | ins.title: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.lang: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | ins.lang: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.dir: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | ins.dir: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.dir: IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.className (<ins class>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | ins.className (<ins class>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.className (<ins 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 | ins.autofocus: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | ins.autofocus: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.hidden: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | ins.hidden: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.accessKey: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | ins.accessKey: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.tabIndex: typeof IDL attribute | Asserts runPass | assert_equals("number", "number")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.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 | ins.cite: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | ins.cite: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | ins.cite: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/reflection-misc.html", "https://wpt.live/html/dom/reflection-misc.html", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | ins.cite: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/foo", "https://wpt.live/html/dom/foo", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | ins.cite: setAttribute() to "http://site.example/" | Asserts runPass | assert_equals("http://site.example/", "http://site.example/", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("http://site.example/", "http://site.example/", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | ins.cite: setAttribute() to "//site.example/path???@#l" | Asserts runPass | assert_equals("//site.example/path???@#l", "//site.example/path???@#l", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://site.example/path???@#l", "https://site.example/path???@#l", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | ins.cite: 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 " | 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 ", "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/reflection-misc.html", "https://wpt.live/html/dom/reflection-misc.html", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | ins.cite: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/undefined", "https://wpt.live/html/dom/undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | ins.cite: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/7", "https://wpt.live/html/dom/7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | ins.cite: 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("https://wpt.live/html/dom/1.5", "https://wpt.live/html/dom/1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | ins.cite: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/5%", "https://wpt.live/html/dom/5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | ins.cite: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/+100", "https://wpt.live/html/dom/+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | ins.cite: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/.5", "https://wpt.live/html/dom/.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | ins.cite: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/true", "https://wpt.live/html/dom/true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | ins.cite: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/false", "https://wpt.live/html/dom/false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | ins.cite: 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("https://wpt.live/html/dom/[object%20Object]", "https://wpt.live/html/dom/[object%20Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | ins.cite: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/NaN", "https://wpt.live/html/dom/NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | ins.cite: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/Infinity", "https://wpt.live/html/dom/Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | ins.cite: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/-Infinity", "https://wpt.live/html/dom/-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | ins.cite: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/reflection-misc.html", "https://wpt.live/html/dom/reflection-misc.html", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | ins.cite: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/null", "https://wpt.live/html/dom/null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | ins.cite: 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("https://wpt.live/html/dom/test-toString", "https://wpt.live/html/dom/test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | ins.cite: 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("https://wpt.live/html/dom/test-valueOf", "https://wpt.live/html/dom/test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | ins.cite: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/reflection-misc.html", "https://wpt.live/html/dom/reflection-misc.html", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | ins.cite: IDL set to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/foo", "https://wpt.live/html/dom/foo", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | ins.cite: IDL set to "http://site.example/" | Asserts runPass | assert_equals("http://site.example/", "http://site.example/", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("http://site.example/", "http://site.example/", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | ins.cite: IDL set to "//site.example/path???@#l" | Asserts runPass | assert_equals("//site.example/path???@#l", "//site.example/path???@#l", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://site.example/path???@#l", "https://site.example/path???@#l", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | ins.cite: 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 " | 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 ", "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/reflection-misc.html", "https://wpt.live/html/dom/reflection-misc.html", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | ins.cite: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/undefined", "https://wpt.live/html/dom/undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | ins.cite: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/7", "https://wpt.live/html/dom/7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | ins.cite: 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("https://wpt.live/html/dom/1.5", "https://wpt.live/html/dom/1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | ins.cite: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/5%", "https://wpt.live/html/dom/5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | ins.cite: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/+100", "https://wpt.live/html/dom/+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | ins.cite: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/.5", "https://wpt.live/html/dom/.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | ins.cite: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/true", "https://wpt.live/html/dom/true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | ins.cite: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/false", "https://wpt.live/html/dom/false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | ins.cite: 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("https://wpt.live/html/dom/[object%20Object]", "https://wpt.live/html/dom/[object%20Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | ins.cite: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/NaN", "https://wpt.live/html/dom/NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | ins.cite: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/Infinity", "https://wpt.live/html/dom/Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | ins.cite: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/-Infinity", "https://wpt.live/html/dom/-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | ins.cite: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/reflection-misc.html", "https://wpt.live/html/dom/reflection-misc.html", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | ins.cite: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/null", "https://wpt.live/html/dom/null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | ins.cite: 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("https://wpt.live/html/dom/test-toString", "https://wpt.live/html/dom/test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | ins.cite: 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("https://wpt.live/html/dom/test-valueOf", "https://wpt.live/html/dom/test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | ins.dateTime: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | ins.dateTime: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | ins.dateTime: 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 | del.title: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | del.title: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.lang: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | del.lang: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.dir: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | del.dir: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.dir: IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.className (<del class>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | del.className (<del class>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.className (<del 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 | del.autofocus: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | del.autofocus: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.hidden: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | del.hidden: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.accessKey: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | del.accessKey: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.tabIndex: typeof IDL attribute | Asserts runPass | assert_equals("number", "number")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.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 | del.cite: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | del.cite: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | del.cite: setAttribute() to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/reflection-misc.html", "https://wpt.live/html/dom/reflection-misc.html", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | del.cite: setAttribute() to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/foo", "https://wpt.live/html/dom/foo", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | del.cite: setAttribute() to "http://site.example/" | Asserts runPass | assert_equals("http://site.example/", "http://site.example/", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("http://site.example/", "http://site.example/", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | del.cite: setAttribute() to "//site.example/path???@#l" | Asserts runPass | assert_equals("//site.example/path???@#l", "//site.example/path???@#l", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://site.example/path???@#l", "https://site.example/path???@#l", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | del.cite: 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 " | 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 ", "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/reflection-misc.html", "https://wpt.live/html/dom/reflection-misc.html", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | del.cite: setAttribute() to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/undefined", "https://wpt.live/html/dom/undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | del.cite: setAttribute() to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/7", "https://wpt.live/html/dom/7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | del.cite: 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("https://wpt.live/html/dom/1.5", "https://wpt.live/html/dom/1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | del.cite: setAttribute() to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/5%", "https://wpt.live/html/dom/5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | del.cite: setAttribute() to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/+100", "https://wpt.live/html/dom/+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | del.cite: setAttribute() to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/.5", "https://wpt.live/html/dom/.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | del.cite: setAttribute() to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/true", "https://wpt.live/html/dom/true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | del.cite: setAttribute() to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/false", "https://wpt.live/html/dom/false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | del.cite: 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("https://wpt.live/html/dom/[object%20Object]", "https://wpt.live/html/dom/[object%20Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | del.cite: setAttribute() to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/NaN", "https://wpt.live/html/dom/NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | del.cite: setAttribute() to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/Infinity", "https://wpt.live/html/dom/Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | del.cite: setAttribute() to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/-Infinity", "https://wpt.live/html/dom/-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | del.cite: setAttribute() to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/reflection-misc.html", "https://wpt.live/html/dom/reflection-misc.html", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | del.cite: setAttribute() to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("https://wpt.live/html/dom/null", "https://wpt.live/html/dom/null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | del.cite: 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("https://wpt.live/html/dom/test-toString", "https://wpt.live/html/dom/test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | del.cite: 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("https://wpt.live/html/dom/test-valueOf", "https://wpt.live/html/dom/test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | del.cite: IDL set to "" | Asserts runPass | assert_equals("", "", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/reflection-misc.html", "https://wpt.live/html/dom/reflection-misc.html", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | del.cite: IDL set to " foo " | Asserts runPass | assert_equals(" foo ", " foo ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/foo", "https://wpt.live/html/dom/foo", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | del.cite: IDL set to "http://site.example/" | Asserts runPass | assert_equals("http://site.example/", "http://site.example/", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("http://site.example/", "http://site.example/", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | del.cite: IDL set to "//site.example/path???@#l" | Asserts runPass | assert_equals("//site.example/path???@#l", "//site.example/path???@#l", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://site.example/path???@#l", "https://site.example/path???@#l", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | del.cite: 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 " | 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 ", "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/reflection-misc.html", "https://wpt.live/html/dom/reflection-misc.html", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | del.cite: IDL set to undefined | Asserts runPass | assert_equals("undefined", "undefined", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/undefined", "https://wpt.live/html/dom/undefined", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | del.cite: IDL set to 7 | Asserts runPass | assert_equals("7", "7", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/7", "https://wpt.live/html/dom/7", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | del.cite: 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("https://wpt.live/html/dom/1.5", "https://wpt.live/html/dom/1.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | del.cite: IDL set to "5%" | Asserts runPass | assert_equals("5%", "5%", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/5%", "https://wpt.live/html/dom/5%", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | del.cite: IDL set to "+100" | Asserts runPass | assert_equals("+100", "+100", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/+100", "https://wpt.live/html/dom/+100", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | del.cite: IDL set to ".5" | Asserts runPass | assert_equals(".5", ".5", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/.5", "https://wpt.live/html/dom/.5", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | del.cite: IDL set to true | Asserts runPass | assert_equals("true", "true", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/true", "https://wpt.live/html/dom/true", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | del.cite: IDL set to false | Asserts runPass | assert_equals("false", "false", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/false", "https://wpt.live/html/dom/false", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | del.cite: 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("https://wpt.live/html/dom/[object%20Object]", "https://wpt.live/html/dom/[object%20Object]", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | del.cite: IDL set to NaN | Asserts runPass | assert_equals("NaN", "NaN", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/NaN", "https://wpt.live/html/dom/NaN", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | del.cite: IDL set to Infinity | Asserts runPass | assert_equals("Infinity", "Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/Infinity", "https://wpt.live/html/dom/Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | del.cite: IDL set to -Infinity | Asserts runPass | assert_equals("-Infinity", "-Infinity", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/-Infinity", "https://wpt.live/html/dom/-Infinity", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | del.cite: IDL set to "\0" | Asserts runPass | assert_equals("\0", "\0", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/reflection-misc.html", "https://wpt.live/html/dom/reflection-misc.html", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | del.cite: IDL set to null | Asserts runPass | assert_equals("null", "null", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("https://wpt.live/html/dom/null", "https://wpt.live/html/dom/null", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | del.cite: 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("https://wpt.live/html/dom/test-toString", "https://wpt.live/html/dom/test-toString", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | del.cite: 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("https://wpt.live/html/dom/test-valueOf", "https://wpt.live/html/dom/test-valueOf", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | del.dateTime: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | del.dateTime: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | del.dateTime: 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 | details.title: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | details.title: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.lang: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | details.lang: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.dir: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | details.dir: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.dir: IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.className (<details class>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | details.className (<details class>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.className (<details 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 | details.autofocus: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | details.autofocus: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.hidden: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | details.hidden: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.accessKey: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | details.accessKey: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.tabIndex: typeof IDL attribute | Asserts runPass | assert_equals("number", "number")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.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 | details.open: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | details.open: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | details.open: setAttribute() to "open" | Asserts runPass | assert_equals("open", "open", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | details.open: 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 | summary.title: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | summary.title: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.lang: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | summary.lang: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.dir: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | summary.dir: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.dir: IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.className (<summary class>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | summary.className (<summary class>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.className (<summary 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 | summary.autofocus: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | summary.autofocus: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.hidden: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | summary.hidden: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.accessKey: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | summary.accessKey: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.tabIndex: typeof IDL attribute | Asserts runPass | assert_equals("number", "number")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | summary.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 | menu.title: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | menu.title: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.lang: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | menu.lang: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.dir: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | menu.dir: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.dir: IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.className (<menu class>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | menu.className (<menu class>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.className (<menu 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 | menu.autofocus: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | menu.autofocus: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.hidden: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | menu.hidden: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.accessKey: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | menu.accessKey: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.tabIndex: typeof IDL attribute | Asserts runPass | assert_equals("number", "number")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.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 | menu.compact: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | menu.compact: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: setAttribute() to "compact" | Asserts runPass | assert_equals("compact", "compact", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | menu.compact: 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 | dialog.title: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | dialog.title: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.lang: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | dialog.lang: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.dir: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | dialog.dir: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.dir: IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.className (<dialog class>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | dialog.className (<dialog class>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.className (<dialog 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 | dialog.autofocus: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | dialog.autofocus: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.hidden: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | dialog.hidden: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.accessKey: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | dialog.accessKey: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.tabIndex: typeof IDL attribute | Asserts runPass | assert_equals("number", "number")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.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 | dialog.open: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | dialog.open: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: setAttribute() to "open" | Asserts runPass | assert_equals("open", "open", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals(true, true, "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | dialog.open: 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 | undefinedelement.title: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | undefinedelement.title: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.lang: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | undefinedelement.lang: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.dir: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | undefinedelement.dir: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.dir: IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.className (<undefinedelement class>): typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | undefinedelement.className (<undefinedelement class>): IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.className (<undefinedelement 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 | undefinedelement.autofocus: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | undefinedelement.autofocus: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.hidden: typeof IDL attribute | Asserts runPass | assert_equals("boolean", "boolean")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | undefinedelement.hidden: IDL get with DOM attribute unset | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.accessKey: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | undefinedelement.accessKey: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.tabIndex: typeof IDL attribute | Asserts runPass | assert_equals("number", "number")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.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 | undefinedelement.enterKeyHint: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | undefinedelement.enterKeyHint: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: setAttribute() to "enter" | Asserts runPass | assert_equals("enter", "enter", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("enter", "enter", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "xenter" | Asserts runPass | assert_equals("xenter", "xenter", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "enter\0" | Asserts runPass | assert_equals("enter\0", "enter\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 | undefinedelement.enterKeyHint: setAttribute() to "nter" | Asserts runPass | assert_equals("nter", "nter", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "ENTER" | Asserts runPass | assert_equals("ENTER", "ENTER", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("enter", "enter", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "done" | Asserts runPass | assert_equals("done", "done", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("done", "done", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "xdone" | Asserts runPass | assert_equals("xdone", "xdone", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "done\0" | Asserts runPass | assert_equals("done\0", "done\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 | undefinedelement.enterKeyHint: setAttribute() to "one" | Asserts runPass | assert_equals("one", "one", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "DONE" | Asserts runPass | assert_equals("DONE", "DONE", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("done", "done", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "go" | Asserts runPass | assert_equals("go", "go", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("go", "go", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "xgo" | Asserts runPass | assert_equals("xgo", "xgo", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "go\0" | Asserts runPass | assert_equals("go\0", "go\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 | undefinedelement.enterKeyHint: setAttribute() to "o" | Asserts runPass | assert_equals("o", "o", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "GO" | Asserts runPass | assert_equals("GO", "GO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("go", "go", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "next" | Asserts runPass | assert_equals("next", "next", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("next", "next", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "xnext" | Asserts runPass | assert_equals("xnext", "xnext", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "next\0" | Asserts runPass | assert_equals("next\0", "next\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 | undefinedelement.enterKeyHint: setAttribute() to "ext" | Asserts runPass | assert_equals("ext", "ext", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "NEXT" | Asserts runPass | assert_equals("NEXT", "NEXT", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("next", "next", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "previous" | Asserts runPass | assert_equals("previous", "previous", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("previous", "previous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "xprevious" | Asserts runPass | assert_equals("xprevious", "xprevious", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "previous\0" | Asserts runPass | assert_equals("previous\0", "previous\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 | undefinedelement.enterKeyHint: setAttribute() to "revious" | Asserts runPass | assert_equals("revious", "revious", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "PREVIOUS" | Asserts runPass | assert_equals("PREVIOUS", "PREVIOUS", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("previous", "previous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "previouſ" | Asserts runPass | assert_equals("previouſ", "previouſ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "search" | Asserts runPass | assert_equals("search", "search", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("search", "search", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "xsearch" | Asserts runPass | assert_equals("xsearch", "xsearch", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "search\0" | Asserts runPass | assert_equals("search\0", "search\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 | undefinedelement.enterKeyHint: setAttribute() to "earch" | Asserts runPass | assert_equals("earch", "earch", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "SEARCH" | Asserts runPass | assert_equals("SEARCH", "SEARCH", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("search", "search", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "ſearch" | Asserts runPass | assert_equals("ſearch", "ſearch", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "send" | Asserts runPass | assert_equals("send", "send", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("send", "send", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "xsend" | Asserts runPass | assert_equals("xsend", "xsend", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "send\0" | Asserts runPass | assert_equals("send\0", "send\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 | undefinedelement.enterKeyHint: setAttribute() to "end" | Asserts runPass | assert_equals("end", "end", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "SEND" | Asserts runPass | assert_equals("SEND", "SEND", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("send", "send", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: setAttribute() to "ſend" | Asserts runPass | assert_equals("ſend", "ſend", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: 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 | undefinedelement.enterKeyHint: IDL set to "enter" | Asserts runPass | assert_equals("enter", "enter", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("enter", "enter", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "xenter" | Asserts runPass | assert_equals("xenter", "xenter", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "enter\0" | Asserts runPass | assert_equals("enter\0", "enter\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 | undefinedelement.enterKeyHint: IDL set to "nter" | Asserts runPass | assert_equals("nter", "nter", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "ENTER" | Asserts runPass | assert_equals("ENTER", "ENTER", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("enter", "enter", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "done" | Asserts runPass | assert_equals("done", "done", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("done", "done", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "xdone" | Asserts runPass | assert_equals("xdone", "xdone", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "done\0" | Asserts runPass | assert_equals("done\0", "done\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 | undefinedelement.enterKeyHint: IDL set to "one" | Asserts runPass | assert_equals("one", "one", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "DONE" | Asserts runPass | assert_equals("DONE", "DONE", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("done", "done", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "go" | Asserts runPass | assert_equals("go", "go", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("go", "go", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "xgo" | Asserts runPass | assert_equals("xgo", "xgo", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "go\0" | Asserts runPass | assert_equals("go\0", "go\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 | undefinedelement.enterKeyHint: IDL set to "o" | Asserts runPass | assert_equals("o", "o", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "GO" | Asserts runPass | assert_equals("GO", "GO", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("go", "go", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "next" | Asserts runPass | assert_equals("next", "next", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("next", "next", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "xnext" | Asserts runPass | assert_equals("xnext", "xnext", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "next\0" | Asserts runPass | assert_equals("next\0", "next\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 | undefinedelement.enterKeyHint: IDL set to "ext" | Asserts runPass | assert_equals("ext", "ext", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "NEXT" | Asserts runPass | assert_equals("NEXT", "NEXT", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("next", "next", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "previous" | Asserts runPass | assert_equals("previous", "previous", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("previous", "previous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "xprevious" | Asserts runPass | assert_equals("xprevious", "xprevious", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "previous\0" | Asserts runPass | assert_equals("previous\0", "previous\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 | undefinedelement.enterKeyHint: IDL set to "revious" | Asserts runPass | assert_equals("revious", "revious", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "PREVIOUS" | Asserts runPass | assert_equals("PREVIOUS", "PREVIOUS", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("previous", "previous", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "previouſ" | Asserts runPass | assert_equals("previouſ", "previouſ", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "search" | Asserts runPass | assert_equals("search", "search", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("search", "search", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "xsearch" | Asserts runPass | assert_equals("xsearch", "xsearch", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "search\0" | Asserts runPass | assert_equals("search\0", "search\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 | undefinedelement.enterKeyHint: IDL set to "earch" | Asserts runPass | assert_equals("earch", "earch", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "SEARCH" | Asserts runPass | assert_equals("SEARCH", "SEARCH", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("search", "search", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "ſearch" | Asserts runPass | assert_equals("ſearch", "ſearch", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "send" | Asserts runPass | assert_equals("send", "send", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("send", "send", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "xsend" | Asserts runPass | assert_equals("xsend", "xsend", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "send\0" | Asserts runPass | assert_equals("send\0", "send\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 | undefinedelement.enterKeyHint: IDL set to "end" | Asserts runPass | assert_equals("end", "end", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "SEND" | Asserts runPass | assert_equals("SEND", "SEND", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("send", "send", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.enterKeyHint: IDL set to "ſend" | Asserts runPass | assert_equals("ſend", "ſend", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: typeof IDL attribute | Asserts runPass | assert_equals("string", "string")
at Test.<anonymous> ( /html/dom/reflection.js:743:27) |
|
Pass | undefinedelement.inputMode: IDL get with DOM attribute unset | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/dom/reflection.js:764:31) |
|
Pass | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: setAttribute() to "none" | Asserts runPass | assert_equals("none", "none", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("none", "none", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "xnone" | Asserts runPass | assert_equals("xnone", "xnone", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "none\0" | Asserts runPass | assert_equals("none\0", "none\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 | undefinedelement.inputMode: setAttribute() to "one" | Asserts runPass | assert_equals("one", "one", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "NONE" | Asserts runPass | assert_equals("NONE", "NONE", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("none", "none", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "text" | Asserts runPass | assert_equals("text", "text", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("text", "text", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "xtext" | Asserts runPass | assert_equals("xtext", "xtext", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "text\0" | Asserts runPass | assert_equals("text\0", "text\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 | undefinedelement.inputMode: setAttribute() to "ext" | Asserts runPass | assert_equals("ext", "ext", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "TEXT" | Asserts runPass | assert_equals("TEXT", "TEXT", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("text", "text", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "tel" | Asserts runPass | assert_equals("tel", "tel", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("tel", "tel", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "xtel" | Asserts runPass | assert_equals("xtel", "xtel", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "tel\0" | Asserts runPass | assert_equals("tel\0", "tel\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 | undefinedelement.inputMode: setAttribute() to "el" | Asserts runPass | assert_equals("el", "el", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "TEL" | Asserts runPass | assert_equals("TEL", "TEL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("tel", "tel", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "url" | Asserts runPass | assert_equals("url", "url", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("url", "url", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "xurl" | Asserts runPass | assert_equals("xurl", "xurl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "url\0" | Asserts runPass | assert_equals("url\0", "url\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 | undefinedelement.inputMode: setAttribute() to "rl" | Asserts runPass | assert_equals("rl", "rl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "URL" | Asserts runPass | assert_equals("URL", "URL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("url", "url", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "email" | Asserts runPass | assert_equals("email", "email", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("email", "email", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "xemail" | Asserts runPass | assert_equals("xemail", "xemail", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "email\0" | Asserts runPass | assert_equals("email\0", "email\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 | undefinedelement.inputMode: setAttribute() to "mail" | Asserts runPass | assert_equals("mail", "mail", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "EMAIL" | Asserts runPass | assert_equals("EMAIL", "EMAIL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("email", "email", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "numeric" | Asserts runPass | assert_equals("numeric", "numeric", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("numeric", "numeric", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "xnumeric" | Asserts runPass | assert_equals("xnumeric", "xnumeric", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "numeric\0" | Asserts runPass | assert_equals("numeric\0", "numeric\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 | undefinedelement.inputMode: setAttribute() to "umeric" | Asserts runPass | assert_equals("umeric", "umeric", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "NUMERIC" | Asserts runPass | assert_equals("NUMERIC", "NUMERIC", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("numeric", "numeric", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "decimal" | Asserts runPass | assert_equals("decimal", "decimal", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("decimal", "decimal", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "xdecimal" | Asserts runPass | assert_equals("xdecimal", "xdecimal", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "decimal\0" | Asserts runPass | assert_equals("decimal\0", "decimal\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 | undefinedelement.inputMode: setAttribute() to "ecimal" | Asserts runPass | assert_equals("ecimal", "ecimal", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "DECIMAL" | Asserts runPass | assert_equals("DECIMAL", "DECIMAL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("decimal", "decimal", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "search" | Asserts runPass | assert_equals("search", "search", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("search", "search", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "xsearch" | Asserts runPass | assert_equals("xsearch", "xsearch", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "search\0" | Asserts runPass | assert_equals("search\0", "search\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 | undefinedelement.inputMode: setAttribute() to "earch" | Asserts runPass | assert_equals("earch", "earch", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "SEARCH" | Asserts runPass | assert_equals("SEARCH", "SEARCH", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("search", "search", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: setAttribute() to "ſearch" | Asserts runPass | assert_equals("ſearch", "ſearch", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:948:31) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:950:31) |
|
Pass | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: IDL set to null | Asserts runPass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: 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 | undefinedelement.inputMode: 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 | undefinedelement.inputMode: IDL set to "none" | Asserts runPass | assert_equals("none", "none", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("none", "none", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "xnone" | Asserts runPass | assert_equals("xnone", "xnone", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "none\0" | Asserts runPass | assert_equals("none\0", "none\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 | undefinedelement.inputMode: IDL set to "one" | Asserts runPass | assert_equals("one", "one", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "NONE" | Asserts runPass | assert_equals("NONE", "NONE", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("none", "none", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "text" | Asserts runPass | assert_equals("text", "text", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("text", "text", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "xtext" | Asserts runPass | assert_equals("xtext", "xtext", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "text\0" | Asserts runPass | assert_equals("text\0", "text\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 | undefinedelement.inputMode: IDL set to "ext" | Asserts runPass | assert_equals("ext", "ext", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "TEXT" | Asserts runPass | assert_equals("TEXT", "TEXT", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("text", "text", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "tel" | Asserts runPass | assert_equals("tel", "tel", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("tel", "tel", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "xtel" | Asserts runPass | assert_equals("xtel", "xtel", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "tel\0" | Asserts runPass | assert_equals("tel\0", "tel\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 | undefinedelement.inputMode: IDL set to "el" | Asserts runPass | assert_equals("el", "el", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "TEL" | Asserts runPass | assert_equals("TEL", "TEL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("tel", "tel", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "url" | Asserts runPass | assert_equals("url", "url", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("url", "url", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "xurl" | Asserts runPass | assert_equals("xurl", "xurl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "url\0" | Asserts runPass | assert_equals("url\0", "url\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 | undefinedelement.inputMode: IDL set to "rl" | Asserts runPass | assert_equals("rl", "rl", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "URL" | Asserts runPass | assert_equals("URL", "URL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("url", "url", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "email" | Asserts runPass | assert_equals("email", "email", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("email", "email", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "xemail" | Asserts runPass | assert_equals("xemail", "xemail", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "email\0" | Asserts runPass | assert_equals("email\0", "email\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 | undefinedelement.inputMode: IDL set to "mail" | Asserts runPass | assert_equals("mail", "mail", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "EMAIL" | Asserts runPass | assert_equals("EMAIL", "EMAIL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("email", "email", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "numeric" | Asserts runPass | assert_equals("numeric", "numeric", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("numeric", "numeric", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "xnumeric" | Asserts runPass | assert_equals("xnumeric", "xnumeric", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "numeric\0" | Asserts runPass | assert_equals("numeric\0", "numeric\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 | undefinedelement.inputMode: IDL set to "umeric" | Asserts runPass | assert_equals("umeric", "umeric", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "NUMERIC" | Asserts runPass | assert_equals("NUMERIC", "NUMERIC", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("numeric", "numeric", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "decimal" | Asserts runPass | assert_equals("decimal", "decimal", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("decimal", "decimal", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "xdecimal" | Asserts runPass | assert_equals("xdecimal", "xdecimal", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "decimal\0" | Asserts runPass | assert_equals("decimal\0", "decimal\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 | undefinedelement.inputMode: IDL set to "ecimal" | Asserts runPass | assert_equals("ecimal", "ecimal", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "DECIMAL" | Asserts runPass | assert_equals("DECIMAL", "DECIMAL", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("decimal", "decimal", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "search" | Asserts runPass | assert_equals("search", "search", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("search", "search", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "xsearch" | Asserts runPass | assert_equals("xsearch", "xsearch", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "search\0" | Asserts runPass | assert_equals("search\0", "search\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 | undefinedelement.inputMode: IDL set to "earch" | Asserts runPass | assert_equals("earch", "earch", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "SEARCH" | Asserts runPass | assert_equals("SEARCH", "SEARCH", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("search", "search", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|
Pass | undefinedelement.inputMode: IDL set to "ſearch" | Asserts runPass | assert_equals("ſearch", "ſearch", "getAttribute()")
at Test.<anonymous> ( /html/dom/reflection.js:980:39) | Pass | assert_equals("", "", "IDL get")
at Test.<anonymous> ( /html/dom/reflection.js:984:39) |
|