Summary

Harness status: OK

Found 150 tests

Details

ResultTest NameMessage
Passprimitive undefined
Asserts run
Pass
assert_equals(undefined, undefined)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Passprimitive null
Asserts run
Pass
assert_equals(null, null)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Passprimitive true
Asserts run
Pass
assert_equals(true, true)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Passprimitive false
Asserts run
Pass
assert_equals(false, false)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Passprimitive string, empty string
Asserts run
Pass
assert_equals("", "")
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Passprimitive string, lone high surrogate
Asserts run
Pass
assert_equals("�", "�")
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Passprimitive string, lone low surrogate
Asserts run
Pass
assert_equals("�", "�")
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Passprimitive string, NUL
Asserts run
Pass
assert_equals("\0", "\0")
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Passprimitive string, astral character
Asserts run
Pass
assert_equals("􏿽", "􏿽")
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Passprimitive number, 0.2
Asserts run
Pass
assert_equals(0.2, 0.2)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Passprimitive number, 0
Asserts run
Pass
assert_equals(0, 0)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Passprimitive number, -0
Asserts run
Pass
assert_equals(-0, -0)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Passprimitive number, NaN
Asserts run
Pass
assert_equals(NaN, NaN)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Passprimitive number, Infinity
Asserts run
Pass
assert_equals(Infinity, Infinity)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Passprimitive number, -Infinity
Asserts run
Pass
assert_equals(-Infinity, -Infinity)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Passprimitive number, 9007199254740992
Asserts run
Pass
assert_equals(9007199254740992, 9007199254740992)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Passprimitive number, -9007199254740992
Asserts run
Pass
assert_equals(-9007199254740992, -9007199254740992)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Passprimitive number, 9007199254740994
Asserts run
Pass
assert_equals(9007199254740994, 9007199254740994)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Passprimitive number, -9007199254740994
Asserts run
Pass
assert_equals(-9007199254740994, -9007199254740994)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Passprimitive BigInt, 0n
Asserts run
Pass
assert_equals(bigint "0", bigint "0")
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Passprimitive BigInt, -0n
Asserts run
Pass
assert_equals(bigint "0", bigint "0")
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Passprimitive BigInt, -9007199254740994000n
Asserts run
Pass
assert_equals(bigint "-9007199254740994000", bigint "-9007199254740994000")
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Passprimitive BigInt, -9007199254740994000900719925474099400090071992547409940009007199254740994000n
Asserts run
Pass
assert_equals(bigint "-9007199254740994000900719925474099400090071992547409940009007199254740994000", bigint "-9007199254740994000900719925474099400090071992547409940009007199254740994000")
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
PassArray primitives
Asserts run
Pass
assert_true(true, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:27:5
Pass
assert_not_equals([undefined, null, true, false, "", "�", "�", "\0", "􏿽", 0.2, 0, -0, NaN, Infinity, -Infinity, 9007199254740992, -9007199254740992, 9007199254740994, -9007199254740994, bigint "-12", bigint "0", bigint "0"], [undefined, null, true, false, "", "�", "�", "\0", "􏿽", 0.2, 0, -0, NaN, Infinity, -Infinity, 9007199254740992, -9007199254740992, 9007199254740994, -9007199254740994, bigint "-12", bigint "0", bigint "0"])
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:28:5
Pass
assert_equals(22, 22, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:29:5
Pass
assert_equals(undefined, undefined)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(null, null)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(true, true)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(false, false)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals("", "")
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals("�", "�")
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals("�", "�")
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals("\0", "\0")
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals("􏿽", "􏿽")
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(0.2, 0.2)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(0, 0)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(-0, -0)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(NaN, NaN)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(Infinity, Infinity)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(-Infinity, -Infinity)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(9007199254740992, 9007199254740992)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(-9007199254740992, -9007199254740992)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(9007199254740994, 9007199254740994)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(-9007199254740994, -9007199254740994)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(bigint "-12", bigint "-12")
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(bigint "0", bigint "0")
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(bigint "0", bigint "0")
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
PassObject primitives
Asserts run
Pass
assert_true(true, "instanceof Object")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:38:5
Pass
assert_false(false, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:39:5
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:40:5
Pass
assert_equals(0, 0)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(undefined, undefined)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(null, null)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(true, true)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(false, false)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals("", "")
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals("�", "�")
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals("�", "�")
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals("\0", "\0")
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals("􏿽", "􏿽")
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(0.2, 0.2)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(-0, -0)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(NaN, NaN)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(Infinity, Infinity)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(-Infinity, -Infinity)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(9007199254740992, 9007199254740992)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(-9007199254740992, -9007199254740992)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(9007199254740994, 9007199254740994)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(-9007199254740994, -9007199254740994)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
PassBoolean true
Asserts run
Pass
assert_true(true, "instanceof Boolean")
    at compare_Boolean ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:122:3)
Pass
assert_equals("true", "true", "converted to primitive")
    at compare_Boolean ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:123:3)
Pass
assert_not_equals(object "true", object "true")
    at compare_Boolean ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:124:3)
PassBoolean false
Asserts run
Pass
assert_true(true, "instanceof Boolean")
    at compare_Boolean ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:122:3)
Pass
assert_equals("false", "false", "converted to primitive")
    at compare_Boolean ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:123:3)
Pass
assert_not_equals(object "false", object "false")
    at compare_Boolean ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:124:3)
PassArray Boolean objects
Asserts run
Pass
assert_true(true, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:27:5
Pass
assert_not_equals([object "true", object "false"], [object "true", object "false"])
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:28:5
Pass
assert_equals(2, 2, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:29:5
Pass
assert_true(true, "instanceof Boolean")
    at compare_Boolean ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:122:3)
Pass
assert_equals("true", "true", "converted to primitive")
    at compare_Boolean ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:123:3)
Pass
assert_not_equals(object "true", object "true")
    at compare_Boolean ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:124:3)
Pass
assert_true(true, "instanceof Boolean")
    at compare_Boolean ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:122:3)
Pass
assert_equals("false", "false", "converted to primitive")
    at compare_Boolean ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:123:3)
Pass
assert_not_equals(object "false", object "false")
    at compare_Boolean ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:124:3)
PassObject Boolean objects
Asserts run
Pass
assert_true(true, "instanceof Object")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:38:5
Pass
assert_false(false, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:39:5
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:40:5
Pass
assert_true(true, "instanceof Boolean")
    at compare_Boolean ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:122:3)
Pass
assert_equals("true", "true", "converted to primitive")
    at compare_Boolean ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:123:3)
Pass
assert_not_equals(object "true", object "true")
    at compare_Boolean ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:124:3)
Pass
assert_true(true, "instanceof Boolean")
    at compare_Boolean ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:122:3)
Pass
assert_equals("false", "false", "converted to primitive")
    at compare_Boolean ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:123:3)
Pass
assert_not_equals(object "false", object "false")
    at compare_Boolean ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:124:3)
PassString empty string
Asserts run
Pass
assert_true(true, "instanceof String")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals("", "", "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "", object "")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
PassString lone high surrogate
Asserts run
Pass
assert_true(true, "instanceof String")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals("�", "�", "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "�", object "�")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
PassString lone low surrogate
Asserts run
Pass
assert_true(true, "instanceof String")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals("�", "�", "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "�", object "�")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
PassString NUL
Asserts run
Pass
assert_true(true, "instanceof String")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals("\0", "\0", "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "", object "")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
PassString astral character
Asserts run
Pass
assert_true(true, "instanceof String")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals("􏿽", "􏿽", "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "􏿽", object "􏿽")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
PassArray String objects
Asserts run
Pass
assert_true(true, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:27:5
Pass
assert_not_equals([object "", object "�", object "�", object "", object "􏿽"], [object "", object "�", object "�", object "", object "􏿽"])
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:28:5
Pass
assert_equals(5, 5, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:29:5
Pass
assert_true(true, "instanceof String")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals("", "", "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "", object "")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
Pass
assert_true(true, "instanceof String")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals("�", "�", "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "�", object "�")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
Pass
assert_true(true, "instanceof String")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals("�", "�", "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "�", object "�")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
Pass
assert_true(true, "instanceof String")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals("\0", "\0", "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "", object "")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
Pass
assert_true(true, "instanceof String")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals("􏿽", "􏿽", "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "􏿽", object "􏿽")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
PassObject String objects
Asserts run
Pass
assert_true(true, "instanceof Object")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:38:5
Pass
assert_false(false, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:39:5
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:40:5
Pass
assert_true(true, "instanceof String")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals("", "", "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "", object "")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
Pass
assert_true(true, "instanceof String")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals("�", "�", "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "�", object "�")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
Pass
assert_true(true, "instanceof String")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals("�", "�", "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "�", object "�")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
Pass
assert_true(true, "instanceof String")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals("\0", "\0", "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "", object "")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
Pass
assert_true(true, "instanceof String")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals("􏿽", "􏿽", "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "􏿽", object "􏿽")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
PassNumber 0.2
Asserts run
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(0.2, 0.2, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "0.2", object "0.2")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
PassNumber 0
Asserts run
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(0, 0, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "0", object "0")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
PassNumber -0
Asserts run
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(-0, -0, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "0", object "0")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
PassNumber NaN
Asserts run
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(NaN, NaN, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "NaN", object "NaN")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
PassNumber Infinity
Asserts run
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(Infinity, Infinity, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "Infinity", object "Infinity")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
PassNumber -Infinity
Asserts run
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(-Infinity, -Infinity, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "-Infinity", object "-Infinity")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
PassNumber 9007199254740992
Asserts run
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(9007199254740992, 9007199254740992, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "9007199254740992", object "9007199254740992")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
PassNumber -9007199254740992
Asserts run
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(-9007199254740992, -9007199254740992, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "-9007199254740992", object "-9007199254740992")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
PassNumber 9007199254740994
Asserts run
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(9007199254740994, 9007199254740994, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "9007199254740994", object "9007199254740994")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
PassNumber -9007199254740994
Asserts run
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(-9007199254740994, -9007199254740994, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "-9007199254740994", object "-9007199254740994")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
PassBigInt -9007199254740994n
Asserts run
Pass
assert_true(true, "instanceof BigInt")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(bigint "-9007199254740994", bigint "-9007199254740994", "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "-9007199254740994", object "-9007199254740994")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
PassArray Number objects
Asserts run
Pass
assert_true(true, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:27:5
Pass
assert_not_equals([object "0.2", object "0", object "0", object "NaN", object "Infinity", object "-Infinity", object "9007199254740992", object "-9007199254740992", object "9007199254740994", object "-9007199254740994"], [object "0.2", object "0", object "0", object "NaN", object "Infinity", object "-Infinity", object "9007199254740992", object "-9007199254740992", object "9007199254740994", object "-9007199254740994"])
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:28:5
Pass
assert_equals(10, 10, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:29:5
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(0.2, 0.2, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "0.2", object "0.2")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(0, 0, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "0", object "0")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(-0, -0, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "0", object "0")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(NaN, NaN, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "NaN", object "NaN")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(Infinity, Infinity, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "Infinity", object "Infinity")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(-Infinity, -Infinity, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "-Infinity", object "-Infinity")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(9007199254740992, 9007199254740992, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "9007199254740992", object "9007199254740992")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(-9007199254740992, -9007199254740992, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "-9007199254740992", object "-9007199254740992")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(9007199254740994, 9007199254740994, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "9007199254740994", object "9007199254740994")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(-9007199254740994, -9007199254740994, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "-9007199254740994", object "-9007199254740994")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
PassObject Number objects
Asserts run
Pass
assert_true(true, "instanceof Object")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:38:5
Pass
assert_false(false, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:39:5
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:40:5
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(0, 0, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "0", object "0")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(0.2, 0.2, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "0.2", object "0.2")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(-0, -0, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "0", object "0")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(NaN, NaN, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "NaN", object "NaN")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(Infinity, Infinity, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "Infinity", object "Infinity")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(-Infinity, -Infinity, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "-Infinity", object "-Infinity")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(9007199254740992, 9007199254740992, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "9007199254740992", object "9007199254740992")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(-9007199254740992, -9007199254740992, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "-9007199254740992", object "-9007199254740992")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(9007199254740994, 9007199254740994, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "9007199254740994", object "9007199254740994")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
Pass
assert_true(true, "instanceof Number")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:136:5
Pass
assert_equals(-9007199254740994, -9007199254740994, "converted to primitive")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:137:5
Pass
assert_not_equals(object "-9007199254740994", object "-9007199254740994")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:138:5
PassDate 0
Asserts run
Pass
assert_true(true, "instanceof Date")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:194:3)
Pass
assert_equals(0, 0, "converted to primitive")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:195:3)
Pass
assert_not_equals(object "Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)", object "Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:196:3)
PassDate -0
Asserts run
Pass
assert_true(true, "instanceof Date")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:194:3)
Pass
assert_equals(0, 0, "converted to primitive")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:195:3)
Pass
assert_not_equals(object "Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)", object "Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:196:3)
PassDate -8.64e15
Asserts run
Pass
assert_true(true, "instanceof Date")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:194:3)
Pass
assert_equals(-8640000000000000, -8640000000000000, "converted to primitive")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:195:3)
Pass
assert_not_equals(object "Tue Apr 20 -271821 00:00:00 GMT+0000 (Coordinated Universal Time)", object "Tue Apr 20 -271821 00:00:00 GMT+0000 (Coordinated Universal Time)")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:196:3)
PassDate 8.64e15
Asserts run
Pass
assert_true(true, "instanceof Date")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:194:3)
Pass
assert_equals(8640000000000000, 8640000000000000, "converted to primitive")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:195:3)
Pass
assert_not_equals(object "Sat Sep 13 275760 00:00:00 GMT+0000 (Coordinated Universal Time)", object "Sat Sep 13 275760 00:00:00 GMT+0000 (Coordinated Universal Time)")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:196:3)
PassArray Date objects
Asserts run
Pass
assert_true(true, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:27:5
Pass
assert_not_equals([object "Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)", object "Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)", object "Tue Apr 20 -271821 00:00:00 GMT+0000 (Coordinated Universal Time)", object "Sat Sep 13 275760 00:00:00 GMT+0000 (Coordinated Universal Time)"], [object "Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)", object "Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)", object "Tue Apr 20 -271821 00:00:00 GMT+0000 (Coordinated Universal Time)", object "Sat Sep 13 275760 00:00:00 GMT+0000 (Coordinated Universal Time)"])
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:28:5
Pass
assert_equals(4, 4, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:29:5
Pass
assert_true(true, "instanceof Date")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:194:3)
Pass
assert_equals(0, 0, "converted to primitive")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:195:3)
Pass
assert_not_equals(object "Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)", object "Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:196:3)
Pass
assert_true(true, "instanceof Date")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:194:3)
Pass
assert_equals(0, 0, "converted to primitive")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:195:3)
Pass
assert_not_equals(object "Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)", object "Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:196:3)
Pass
assert_true(true, "instanceof Date")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:194:3)
Pass
assert_equals(-8640000000000000, -8640000000000000, "converted to primitive")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:195:3)
Pass
assert_not_equals(object "Tue Apr 20 -271821 00:00:00 GMT+0000 (Coordinated Universal Time)", object "Tue Apr 20 -271821 00:00:00 GMT+0000 (Coordinated Universal Time)")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:196:3)
Pass
assert_true(true, "instanceof Date")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:194:3)
Pass
assert_equals(8640000000000000, 8640000000000000, "converted to primitive")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:195:3)
Pass
assert_not_equals(object "Sat Sep 13 275760 00:00:00 GMT+0000 (Coordinated Universal Time)", object "Sat Sep 13 275760 00:00:00 GMT+0000 (Coordinated Universal Time)")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:196:3)
PassObject Date objects
Asserts run
Pass
assert_true(true, "instanceof Object")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:38:5
Pass
assert_false(false, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:39:5
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:40:5
Pass
assert_true(true, "instanceof Date")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:194:3)
Pass
assert_equals(0, 0, "converted to primitive")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:195:3)
Pass
assert_not_equals(object "Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)", object "Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:196:3)
Pass
assert_true(true, "instanceof Date")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:194:3)
Pass
assert_equals(0, 0, "converted to primitive")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:195:3)
Pass
assert_not_equals(object "Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)", object "Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:196:3)
Pass
assert_true(true, "instanceof Date")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:194:3)
Pass
assert_equals(-8640000000000000, -8640000000000000, "converted to primitive")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:195:3)
Pass
assert_not_equals(object "Tue Apr 20 -271821 00:00:00 GMT+0000 (Coordinated Universal Time)", object "Tue Apr 20 -271821 00:00:00 GMT+0000 (Coordinated Universal Time)")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:196:3)
Pass
assert_true(true, "instanceof Date")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:194:3)
Pass
assert_equals(8640000000000000, 8640000000000000, "converted to primitive")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:195:3)
Pass
assert_not_equals(object "Sat Sep 13 275760 00:00:00 GMT+0000 (Coordinated Universal Time)", object "Sat Sep 13 275760 00:00:00 GMT+0000 (Coordinated Universal Time)")
    at compare_Date ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:196:3)
PassRegExp flags and lastIndex
Asserts run
Pass
assert_true(true, "instanceof RegExp")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:216:5
Pass
assert_equals(true, true, "global")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:217:5
Pass
assert_equals(true, true, "ignoreCase")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:218:5
Pass
assert_equals(true, true, "multiline")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:219:5
Pass
assert_equals("foo", "foo", "source")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:220:5
Pass
assert_equals(false, false, "sticky")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:221:5
Pass
assert_equals(false, false, "unicode")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:222:5
Pass
assert_equals(0, 0, "lastIndex")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:223:5
Pass
assert_not_equals(object "/foo/gim", object "/foo/gim")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:224:5
PassRegExp sticky flag
Asserts run
Pass
assert_true(true, "instanceof RegExp")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:216:5
Pass
assert_equals(false, false, "global")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:217:5
Pass
assert_equals(false, false, "ignoreCase")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:218:5
Pass
assert_equals(false, false, "multiline")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:219:5
Pass
assert_equals("foo", "foo", "source")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:220:5
Pass
assert_equals(true, true, "sticky")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:221:5
Pass
assert_equals(false, false, "unicode")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:222:5
Pass
assert_equals(0, 0, "lastIndex")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:223:5
Pass
assert_not_equals(object "/foo/y", object "/foo/y")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:224:5
PassRegExp unicode flag
Asserts run
Pass
assert_true(true, "instanceof RegExp")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:216:5
Pass
assert_equals(false, false, "global")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:217:5
Pass
assert_equals(false, false, "ignoreCase")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:218:5
Pass
assert_equals(false, false, "multiline")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:219:5
Pass
assert_equals("foo", "foo", "source")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:220:5
Pass
assert_equals(false, false, "sticky")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:221:5
Pass
assert_equals(true, true, "unicode")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:222:5
Pass
assert_equals(0, 0, "lastIndex")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:223:5
Pass
assert_not_equals(object "/foo/u", object "/foo/u")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:224:5
PassRegExp empty
Asserts run
Pass
assert_true(true, "instanceof RegExp")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:216:5
Pass
assert_equals(false, false, "global")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:217:5
Pass
assert_equals(false, false, "ignoreCase")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:218:5
Pass
assert_equals(false, false, "multiline")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:219:5
Pass
assert_equals("(?:)", "(?:)", "source")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:220:5
Pass
assert_equals(false, false, "sticky")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:221:5
Pass
assert_equals(false, false, "unicode")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:222:5
Pass
assert_equals(0, 0, "lastIndex")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:223:5
Pass
assert_not_equals(object "/(?:)/", object "/(?:)/")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:224:5
PassRegExp slash
Asserts run
Pass
assert_true(true, "instanceof RegExp")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:216:5
Pass
assert_equals(false, false, "global")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:217:5
Pass
assert_equals(false, false, "ignoreCase")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:218:5
Pass
assert_equals(false, false, "multiline")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:219:5
Pass
assert_equals("\\/", "\\/", "source")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:220:5
Pass
assert_equals(false, false, "sticky")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:221:5
Pass
assert_equals(false, false, "unicode")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:222:5
Pass
assert_equals(0, 0, "lastIndex")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:223:5
Pass
assert_not_equals(object "/\//", object "/\//")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:224:5
PassRegExp new line
Asserts run
Pass
assert_true(true, "instanceof RegExp")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:216:5
Pass
assert_equals(false, false, "global")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:217:5
Pass
assert_equals(false, false, "ignoreCase")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:218:5
Pass
assert_equals(false, false, "multiline")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:219:5
Pass
assert_equals("\\n", "\\n", "source")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:220:5
Pass
assert_equals(false, false, "sticky")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:221:5
Pass
assert_equals(false, false, "unicode")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:222:5
Pass
assert_equals(0, 0, "lastIndex")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:223:5
Pass
assert_not_equals(object "/\n/", object "/\n/")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:224:5
PassArray RegExp object, RegExp flags and lastIndex
Asserts run
Pass
assert_true(true, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:27:5
Pass
assert_not_equals([object "/foo/gim"], [object "/foo/gim"])
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:28:5
Pass
assert_equals(1, 1, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:29:5
Pass
assert_true(true, "instanceof RegExp")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:216:5
Pass
assert_equals(true, true, "global")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:217:5
Pass
assert_equals(true, true, "ignoreCase")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:218:5
Pass
assert_equals(true, true, "multiline")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:219:5
Pass
assert_equals("foo", "foo", "source")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:220:5
Pass
assert_equals(false, false, "sticky")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:221:5
Pass
assert_equals(false, false, "unicode")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:222:5
Pass
assert_equals(0, 0, "lastIndex")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:223:5
Pass
assert_not_equals(object "/foo/gim", object "/foo/gim")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:224:5
PassArray RegExp object, RegExp sticky flag
Asserts run
Pass
assert_true(true, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:27:5
Pass
assert_not_equals([object "/foo/y"], [object "/foo/y"])
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:28:5
Pass
assert_equals(1, 1, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:29:5
Pass
assert_true(true, "instanceof RegExp")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:216:5
Pass
assert_equals(false, false, "global")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:217:5
Pass
assert_equals(false, false, "ignoreCase")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:218:5
Pass
assert_equals(false, false, "multiline")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:219:5
Pass
assert_equals("foo", "foo", "source")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:220:5
Pass
assert_equals(true, true, "sticky")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:221:5
Pass
assert_equals(false, false, "unicode")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:222:5
Pass
assert_equals(0, 0, "lastIndex")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:223:5
Pass
assert_not_equals(object "/foo/y", object "/foo/y")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:224:5
PassArray RegExp object, RegExp unicode flag
Asserts run
Pass
assert_true(true, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:27:5
Pass
assert_not_equals([object "/foo/u"], [object "/foo/u"])
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:28:5
Pass
assert_equals(1, 1, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:29:5
Pass
assert_true(true, "instanceof RegExp")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:216:5
Pass
assert_equals(false, false, "global")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:217:5
Pass
assert_equals(false, false, "ignoreCase")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:218:5
Pass
assert_equals(false, false, "multiline")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:219:5
Pass
assert_equals("foo", "foo", "source")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:220:5
Pass
assert_equals(false, false, "sticky")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:221:5
Pass
assert_equals(true, true, "unicode")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:222:5
Pass
assert_equals(0, 0, "lastIndex")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:223:5
Pass
assert_not_equals(object "/foo/u", object "/foo/u")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:224:5
PassArray RegExp object, RegExp empty
Asserts run
Pass
assert_true(true, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:27:5
Pass
assert_not_equals([object "/(?:)/"], [object "/(?:)/"])
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:28:5
Pass
assert_equals(1, 1, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:29:5
Pass
assert_true(true, "instanceof RegExp")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:216:5
Pass
assert_equals(false, false, "global")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:217:5
Pass
assert_equals(false, false, "ignoreCase")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:218:5
Pass
assert_equals(false, false, "multiline")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:219:5
Pass
assert_equals("(?:)", "(?:)", "source")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:220:5
Pass
assert_equals(false, false, "sticky")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:221:5
Pass
assert_equals(false, false, "unicode")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:222:5
Pass
assert_equals(0, 0, "lastIndex")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:223:5
Pass
assert_not_equals(object "/(?:)/", object "/(?:)/")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:224:5
PassArray RegExp object, RegExp slash
Asserts run
Pass
assert_true(true, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:27:5
Pass
assert_not_equals([object "/\//"], [object "/\//"])
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:28:5
Pass
assert_equals(1, 1, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:29:5
Pass
assert_true(true, "instanceof RegExp")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:216:5
Pass
assert_equals(false, false, "global")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:217:5
Pass
assert_equals(false, false, "ignoreCase")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:218:5
Pass
assert_equals(false, false, "multiline")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:219:5
Pass
assert_equals("\\/", "\\/", "source")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:220:5
Pass
assert_equals(false, false, "sticky")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:221:5
Pass
assert_equals(false, false, "unicode")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:222:5
Pass
assert_equals(0, 0, "lastIndex")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:223:5
Pass
assert_not_equals(object "/\//", object "/\//")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:224:5
PassArray RegExp object, RegExp new line
Asserts run
Pass
assert_true(true, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:27:5
Pass
assert_not_equals([object "/\n/"], [object "/\n/"])
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:28:5
Pass
assert_equals(1, 1, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:29:5
Pass
assert_true(true, "instanceof RegExp")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:216:5
Pass
assert_equals(false, false, "global")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:217:5
Pass
assert_equals(false, false, "ignoreCase")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:218:5
Pass
assert_equals(false, false, "multiline")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:219:5
Pass
assert_equals("\\n", "\\n", "source")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:220:5
Pass
assert_equals(false, false, "sticky")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:221:5
Pass
assert_equals(false, false, "unicode")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:222:5
Pass
assert_equals(0, 0, "lastIndex")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:223:5
Pass
assert_not_equals(object "/\n/", object "/\n/")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:224:5
PassObject RegExp object, RegExp flags and lastIndex
Asserts run
Pass
assert_true(true, "instanceof Object")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:38:5
Pass
assert_false(false, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:39:5
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:40:5
Pass
assert_true(true, "instanceof RegExp")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:216:5
Pass
assert_equals(true, true, "global")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:217:5
Pass
assert_equals(true, true, "ignoreCase")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:218:5
Pass
assert_equals(true, true, "multiline")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:219:5
Pass
assert_equals("foo", "foo", "source")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:220:5
Pass
assert_equals(false, false, "sticky")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:221:5
Pass
assert_equals(false, false, "unicode")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:222:5
Pass
assert_equals(0, 0, "lastIndex")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:223:5
Pass
assert_not_equals(object "/foo/gim", object "/foo/gim")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:224:5
PassObject RegExp object, RegExp sticky flag
Asserts run
Pass
assert_true(true, "instanceof Object")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:38:5
Pass
assert_false(false, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:39:5
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:40:5
Pass
assert_true(true, "instanceof RegExp")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:216:5
Pass
assert_equals(false, false, "global")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:217:5
Pass
assert_equals(false, false, "ignoreCase")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:218:5
Pass
assert_equals(false, false, "multiline")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:219:5
Pass
assert_equals("foo", "foo", "source")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:220:5
Pass
assert_equals(true, true, "sticky")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:221:5
Pass
assert_equals(false, false, "unicode")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:222:5
Pass
assert_equals(0, 0, "lastIndex")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:223:5
Pass
assert_not_equals(object "/foo/y", object "/foo/y")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:224:5
PassObject RegExp object, RegExp unicode flag
Asserts run
Pass
assert_true(true, "instanceof Object")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:38:5
Pass
assert_false(false, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:39:5
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:40:5
Pass
assert_true(true, "instanceof RegExp")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:216:5
Pass
assert_equals(false, false, "global")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:217:5
Pass
assert_equals(false, false, "ignoreCase")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:218:5
Pass
assert_equals(false, false, "multiline")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:219:5
Pass
assert_equals("foo", "foo", "source")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:220:5
Pass
assert_equals(false, false, "sticky")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:221:5
Pass
assert_equals(true, true, "unicode")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:222:5
Pass
assert_equals(0, 0, "lastIndex")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:223:5
Pass
assert_not_equals(object "/foo/u", object "/foo/u")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:224:5
PassObject RegExp object, RegExp empty
Asserts run
Pass
assert_true(true, "instanceof Object")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:38:5
Pass
assert_false(false, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:39:5
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:40:5
Pass
assert_true(true, "instanceof RegExp")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:216:5
Pass
assert_equals(false, false, "global")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:217:5
Pass
assert_equals(false, false, "ignoreCase")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:218:5
Pass
assert_equals(false, false, "multiline")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:219:5
Pass
assert_equals("(?:)", "(?:)", "source")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:220:5
Pass
assert_equals(false, false, "sticky")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:221:5
Pass
assert_equals(false, false, "unicode")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:222:5
Pass
assert_equals(0, 0, "lastIndex")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:223:5
Pass
assert_not_equals(object "/(?:)/", object "/(?:)/")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:224:5
PassObject RegExp object, RegExp slash
Asserts run
Pass
assert_true(true, "instanceof Object")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:38:5
Pass
assert_false(false, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:39:5
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:40:5
Pass
assert_true(true, "instanceof RegExp")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:216:5
Pass
assert_equals(false, false, "global")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:217:5
Pass
assert_equals(false, false, "ignoreCase")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:218:5
Pass
assert_equals(false, false, "multiline")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:219:5
Pass
assert_equals("\\/", "\\/", "source")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:220:5
Pass
assert_equals(false, false, "sticky")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:221:5
Pass
assert_equals(false, false, "unicode")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:222:5
Pass
assert_equals(0, 0, "lastIndex")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:223:5
Pass
assert_not_equals(object "/\//", object "/\//")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:224:5
PassObject RegExp object, RegExp new line
Asserts run
Pass
assert_true(true, "instanceof Object")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:38:5
Pass
assert_false(false, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:39:5
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:40:5
Pass
assert_true(true, "instanceof RegExp")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:216:5
Pass
assert_equals(false, false, "global")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:217:5
Pass
assert_equals(false, false, "ignoreCase")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:218:5
Pass
assert_equals(false, false, "multiline")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:219:5
Pass
assert_equals("\\n", "\\n", "source")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:220:5
Pass
assert_equals(false, false, "sticky")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:221:5
Pass
assert_equals(false, false, "unicode")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:222:5
Pass
assert_equals(0, 0, "lastIndex")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:223:5
Pass
assert_not_equals(object "/\n/", object "/\n/")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:224:5
PassEmpty Error object
Asserts run
Pass
assert_true(true, "Checking instanceof")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:258:3)
Pass
assert_equals(function "function Error() { [native code] }", function "function Error() { [native code] }", "Checking constructor")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:259:3)
Pass
assert_equals("Error", "Error", "Checking name")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:260:3)
Pass
assert_equals(false, false, "Checking message existence")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:261:3)
Pass
assert_equals("", "", "Checking message")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:262:3)
Pass
assert_equals(undefined, undefined, "Checking for absence of custom property")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:263:3)
PassError object
Asserts run
Pass
assert_true(true, "Checking instanceof")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:258:3)
Pass
assert_equals(function "function Error() { [native code] }", function "function Error() { [native code] }", "Checking constructor")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:259:3)
Pass
assert_equals("Error", "Error", "Checking name")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:260:3)
Pass
assert_equals(true, true, "Checking message existence")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:261:3)
Pass
assert_equals("Error message here", "Error message here", "Checking message")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:262:3)
Pass
assert_equals(undefined, undefined, "Checking for absence of custom property")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:263:3)
PassEvalError object
Asserts run
Pass
assert_true(true, "Checking instanceof")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:258:3)
Pass
assert_equals(function "function EvalError() { [native code] }", function "function EvalError() { [native code] }", "Checking constructor")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:259:3)
Pass
assert_equals("EvalError", "EvalError", "Checking name")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:260:3)
Pass
assert_equals(true, true, "Checking message existence")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:261:3)
Pass
assert_equals("Error message here", "Error message here", "Checking message")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:262:3)
Pass
assert_equals(undefined, undefined, "Checking for absence of custom property")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:263:3)
PassRangeError object
Asserts run
Pass
assert_true(true, "Checking instanceof")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:258:3)
Pass
assert_equals(function "function RangeError() { [native code] }", function "function RangeError() { [native code] }", "Checking constructor")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:259:3)
Pass
assert_equals("RangeError", "RangeError", "Checking name")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:260:3)
Pass
assert_equals(true, true, "Checking message existence")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:261:3)
Pass
assert_equals("Error message here", "Error message here", "Checking message")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:262:3)
Pass
assert_equals(undefined, undefined, "Checking for absence of custom property")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:263:3)
PassReferenceError object
Asserts run
Pass
assert_true(true, "Checking instanceof")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:258:3)
Pass
assert_equals(function "function ReferenceError() { [native code] }", function "function ReferenceError() { [native code] }", "Checking constructor")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:259:3)
Pass
assert_equals("ReferenceError", "ReferenceError", "Checking name")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:260:3)
Pass
assert_equals(true, true, "Checking message existence")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:261:3)
Pass
assert_equals("Error message here", "Error message here", "Checking message")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:262:3)
Pass
assert_equals(undefined, undefined, "Checking for absence of custom property")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:263:3)
PassSyntaxError object
Asserts run
Pass
assert_true(true, "Checking instanceof")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:258:3)
Pass
assert_equals(function "function SyntaxError() { [native code] }", function "function SyntaxError() { [native code] }", "Checking constructor")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:259:3)
Pass
assert_equals("SyntaxError", "SyntaxError", "Checking name")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:260:3)
Pass
assert_equals(true, true, "Checking message existence")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:261:3)
Pass
assert_equals("Error message here", "Error message here", "Checking message")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:262:3)
Pass
assert_equals(undefined, undefined, "Checking for absence of custom property")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:263:3)
PassTypeError object
Asserts run
Pass
assert_true(true, "Checking instanceof")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:258:3)
Pass
assert_equals(function "function TypeError() { [native code] }", function "function TypeError() { [native code] }", "Checking constructor")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:259:3)
Pass
assert_equals("TypeError", "TypeError", "Checking name")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:260:3)
Pass
assert_equals(true, true, "Checking message existence")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:261:3)
Pass
assert_equals("Error message here", "Error message here", "Checking message")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:262:3)
Pass
assert_equals(undefined, undefined, "Checking for absence of custom property")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:263:3)
PassURIError object
Asserts run
Pass
assert_true(true, "Checking instanceof")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:258:3)
Pass
assert_equals(function "function URIError() { [native code] }", function "function URIError() { [native code] }", "Checking constructor")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:259:3)
Pass
assert_equals("URIError", "URIError", "Checking name")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:260:3)
Pass
assert_equals(true, true, "Checking message existence")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:261:3)
Pass
assert_equals("Error message here", "Error message here", "Checking message")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:262:3)
Pass
assert_equals(undefined, undefined, "Checking for absence of custom property")
    at compare_Error ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:263:3)
PassBlob basic
Asserts run
Pass
assert_true(true, "instanceof Blob")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:281:3)
Pass
assert_false(false, "instanceof File")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:283:5)
Pass
assert_equals(3, 3, "size")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:284:3)
Pass
assert_equals("text/x-bar", "text/x-bar", "type")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:285:3)
Pass
assert_not_equals(object "[object Blob]", object "[object Blob]")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:286:3)
Pass
assert_equals(3, 3, "byteLength")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:289:3)
PassBlob unpaired high surrogate (invalid utf-8)
Asserts run
Pass
assert_true(true, "instanceof Blob")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:281:3)
Pass
assert_false(false, "instanceof File")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:283:5)
Pass
assert_equals(3, 3, "size")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:284:3)
Pass
assert_equals("", "", "type")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:285:3)
Pass
assert_not_equals(object "[object Blob]", object "[object Blob]")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:286:3)
Pass
assert_equals(3, 3, "byteLength")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:289:3)
PassBlob unpaired low surrogate (invalid utf-8)
Asserts run
Pass
assert_true(true, "instanceof Blob")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:281:3)
Pass
assert_false(false, "instanceof File")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:283:5)
Pass
assert_equals(3, 3, "size")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:284:3)
Pass
assert_equals("", "", "type")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:285:3)
Pass
assert_not_equals(object "[object Blob]", object "[object Blob]")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:286:3)
Pass
assert_equals(3, 3, "byteLength")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:289:3)
PassBlob paired surrogates (invalid utf-8)
Asserts run
Pass
assert_true(true, "instanceof Blob")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:281:3)
Pass
assert_false(false, "instanceof File")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:283:5)
Pass
assert_equals(6, 6, "size")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:284:3)
Pass
assert_equals("", "", "type")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:285:3)
Pass
assert_not_equals(object "[object Blob]", object "[object Blob]")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:286:3)
Pass
assert_equals(6, 6, "byteLength")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:289:3)
PassBlob empty
Asserts run
Pass
assert_true(true, "instanceof Blob")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:281:3)
Pass
assert_false(false, "instanceof File")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:283:5)
Pass
assert_equals(0, 0, "size")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:284:3)
Pass
assert_equals("", "", "type")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:285:3)
Pass
assert_not_equals(object "[object Blob]", object "[object Blob]")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:286:3)
Pass
assert_equals(0, 0, "byteLength")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:289:3)
PassBlob NUL
Asserts run
Pass
assert_true(true, "instanceof Blob")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:281:3)
Pass
assert_false(false, "instanceof File")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:283:5)
Pass
assert_equals(1, 1, "size")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:284:3)
Pass
assert_equals("", "", "type")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:285:3)
Pass
assert_not_equals(object "[object Blob]", object "[object Blob]")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:286:3)
Pass
assert_equals(1, 1, "byteLength")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:289:3)
PassArray Blob object, Blob basic
Asserts run
Pass
assert_true(true, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:27:5
Pass
assert_not_equals([object "[object Blob]"], [object "[object Blob]"])
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:28:5
Pass
assert_equals(1, 1, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:29:5
Pass
assert_true(true, "instanceof Blob")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:281:3)
Pass
assert_false(false, "instanceof File")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:283:5)
Pass
assert_equals(3, 3, "size")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:284:3)
Pass
assert_equals("text/x-bar", "text/x-bar", "type")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:285:3)
Pass
assert_not_equals(object "[object Blob]", object "[object Blob]")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:286:3)
Pass
assert_equals(3, 3, "byteLength")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:289:3)
PassArray Blob object, Blob unpaired high surrogate (invalid utf-8)
Asserts run
Pass
assert_true(true, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:27:5
Pass
assert_not_equals([object "[object Blob]"], [object "[object Blob]"])
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:28:5
Pass
assert_equals(1, 1, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:29:5
Pass
assert_true(true, "instanceof Blob")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:281:3)
Pass
assert_false(false, "instanceof File")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:283:5)
Pass
assert_equals(1, 1, "size")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:284:3)
Pass
assert_equals("", "", "type")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:285:3)
Pass
assert_not_equals(object "[object Blob]", object "[object Blob]")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:286:3)
Pass
assert_equals(1, 1, "byteLength")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:289:3)
PassArray Blob object, Blob unpaired low surrogate (invalid utf-8)
Asserts run
Pass
assert_true(true, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:27:5
Pass
assert_not_equals([object "[object Blob]"], [object "[object Blob]"])
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:28:5
Pass
assert_equals(1, 1, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:29:5
Pass
assert_true(true, "instanceof Blob")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:281:3)
Pass
assert_false(false, "instanceof File")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:283:5)
Pass
assert_equals(1, 1, "size")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:284:3)
Pass
assert_equals("", "", "type")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:285:3)
Pass
assert_not_equals(object "[object Blob]", object "[object Blob]")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:286:3)
Pass
assert_equals(1, 1, "byteLength")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:289:3)
PassArray Blob object, Blob paired surrogates (invalid utf-8)
Asserts run
Pass
assert_true(true, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:27:5
Pass
assert_not_equals([object "[object Blob]"], [object "[object Blob]"])
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:28:5
Pass
assert_equals(1, 1, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:29:5
Pass
assert_true(true, "instanceof Blob")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:281:3)
Pass
assert_false(false, "instanceof File")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:283:5)
Pass
assert_equals(2, 2, "size")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:284:3)
Pass
assert_equals("", "", "type")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:285:3)
Pass
assert_not_equals(object "[object Blob]", object "[object Blob]")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:286:3)
Pass
assert_equals(2, 2, "byteLength")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:289:3)
PassArray Blob object, Blob empty
Asserts run
Pass
assert_true(true, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:27:5
Pass
assert_not_equals([object "[object Blob]"], [object "[object Blob]"])
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:28:5
Pass
assert_equals(1, 1, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:29:5
Pass
assert_true(true, "instanceof Blob")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:281:3)
Pass
assert_false(false, "instanceof File")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:283:5)
Pass
assert_equals(0, 0, "size")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:284:3)
Pass
assert_equals("", "", "type")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:285:3)
Pass
assert_not_equals(object "[object Blob]", object "[object Blob]")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:286:3)
Pass
assert_equals(0, 0, "byteLength")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:289:3)
PassArray Blob object, Blob NUL
Asserts run
Pass
assert_true(true, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:27:5
Pass
assert_not_equals([object "[object Blob]"], [object "[object Blob]"])
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:28:5
Pass
assert_equals(1, 1, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:29:5
Pass
assert_true(true, "instanceof Blob")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:281:3)
Pass
assert_false(false, "instanceof File")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:283:5)
Pass
assert_equals(1, 1, "size")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:284:3)
Pass
assert_equals("", "", "type")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:285:3)
Pass
assert_not_equals(object "[object Blob]", object "[object Blob]")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:286:3)
Pass
assert_equals(1, 1, "byteLength")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:289:3)
PassArray Blob object, two Blobs
Asserts run
Pass
assert_true(true, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:27:5
Pass
assert_not_equals([object "[object Blob]", object "[object Blob]"], [object "[object Blob]", object "[object Blob]"])
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:28:5
Pass
assert_equals(2, 2, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:29:5
Pass
assert_true(true, "instanceof Blob")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:281:3)
Pass
assert_false(false, "instanceof File")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:283:5)
Pass
assert_equals(3, 3, "size")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:284:3)
Pass
assert_equals("text/x-bar", "text/x-bar", "type")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:285:3)
Pass
assert_not_equals(object "[object Blob]", object "[object Blob]")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:286:3)
Pass
assert_equals(3, 3, "byteLength")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:289:3)
Pass
assert_true(true, "instanceof Blob")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:281:3)
Pass
assert_false(false, "instanceof File")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:283:5)
Pass
assert_equals(0, 0, "size")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:284:3)
Pass
assert_equals("", "", "type")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:285:3)
Pass
assert_not_equals(object "[object Blob]", object "[object Blob]")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:286:3)
Pass
assert_equals(0, 0, "byteLength")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:289:3)
PassObject Blob object, Blob basic
Asserts run
Pass
assert_true(true, "instanceof Object")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:38:5
Pass
assert_false(false, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:39:5
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:40:5
Pass
assert_true(true, "instanceof Blob")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:281:3)
Pass
assert_false(false, "instanceof File")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:283:5)
Pass
assert_equals(3, 3, "size")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:284:3)
Pass
assert_equals("text/x-bar", "text/x-bar", "type")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:285:3)
Pass
assert_not_equals(object "[object Blob]", object "[object Blob]")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:286:3)
Pass
assert_equals(3, 3, "byteLength")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:289:3)
PassObject Blob object, Blob unpaired high surrogate (invalid utf-8)
Asserts run
Pass
assert_true(true, "instanceof Object")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:38:5
Pass
assert_false(false, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:39:5
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:40:5
Pass
assert_true(true, "instanceof Blob")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:281:3)
Pass
assert_false(false, "instanceof File")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:283:5)
Pass
assert_equals(1, 1, "size")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:284:3)
Pass
assert_equals("", "", "type")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:285:3)
Pass
assert_not_equals(object "[object Blob]", object "[object Blob]")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:286:3)
Pass
assert_equals(1, 1, "byteLength")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:289:3)
PassObject Blob object, Blob unpaired low surrogate (invalid utf-8)
Asserts run
Pass
assert_true(true, "instanceof Object")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:38:5
Pass
assert_false(false, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:39:5
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:40:5
Pass
assert_true(true, "instanceof Blob")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:281:3)
Pass
assert_false(false, "instanceof File")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:283:5)
Pass
assert_equals(1, 1, "size")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:284:3)
Pass
assert_equals("", "", "type")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:285:3)
Pass
assert_not_equals(object "[object Blob]", object "[object Blob]")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:286:3)
Pass
assert_equals(1, 1, "byteLength")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:289:3)
PassObject Blob object, Blob paired surrogates (invalid utf-8)
Asserts run
Pass
assert_true(true, "instanceof Object")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:38:5
Pass
assert_false(false, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:39:5
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:40:5
Pass
assert_true(true, "instanceof Blob")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:281:3)
Pass
assert_false(false, "instanceof File")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:283:5)
Pass
assert_equals(2, 2, "size")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:284:3)
Pass
assert_equals("", "", "type")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:285:3)
Pass
assert_not_equals(object "[object Blob]", object "[object Blob]")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:286:3)
Pass
assert_equals(2, 2, "byteLength")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:289:3)
PassObject Blob object, Blob empty
Asserts run
Pass
assert_true(true, "instanceof Object")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:38:5
Pass
assert_false(false, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:39:5
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:40:5
Pass
assert_true(true, "instanceof Blob")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:281:3)
Pass
assert_false(false, "instanceof File")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:283:5)
Pass
assert_equals(0, 0, "size")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:284:3)
Pass
assert_equals("", "", "type")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:285:3)
Pass
assert_not_equals(object "[object Blob]", object "[object Blob]")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:286:3)
Pass
assert_equals(0, 0, "byteLength")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:289:3)
PassObject Blob object, Blob NUL
Asserts run
Pass
assert_true(true, "instanceof Object")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:38:5
Pass
assert_false(false, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:39:5
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:40:5
Pass
assert_true(true, "instanceof Blob")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:281:3)
Pass
assert_false(false, "instanceof File")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:283:5)
Pass
assert_equals(1, 1, "size")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:284:3)
Pass
assert_equals("", "", "type")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:285:3)
Pass
assert_not_equals(object "[object Blob]", object "[object Blob]")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:286:3)
Pass
assert_equals(1, 1, "byteLength")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:289:3)
PassFile basic
Asserts run
Pass
assert_true(true, "instanceof File")
    at compare_File ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:354:3)
Pass
assert_equals("bar", "bar", "name")
    at compare_File ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:355:3)
Pass
assert_equals(42, 42, "lastModified")
    at compare_File ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:356:3)
Pass
assert_true(true, "instanceof Blob")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:281:3)
Pass
assert_equals(3, 3, "size")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:284:3)
Pass
assert_equals("text/x-bar", "text/x-bar", "type")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:285:3)
Pass
assert_not_equals(object "[object File]", object "[object File]")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:286:3)
Pass
assert_equals(3, 3, "byteLength")
    at compare_Blob ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:289:3)
PassFileList empty
Asserts run
Pass
assert_true(true, "instanceof FileList")
    at compare_FileList ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:367:3)
Pass
assert_equals(0, 0, "length")
    at compare_FileList ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:368:3)
Pass
assert_not_equals(object "[object FileList]", object "[object FileList]")
    at compare_FileList ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:369:3)
PassArray FileList object, FileList empty
Asserts run
Pass
assert_true(true, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:27:5
Pass
assert_not_equals([object "[object FileList]"], [object "[object FileList]"])
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:28:5
Pass
assert_equals(1, 1, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:29:5
Pass
assert_true(true, "instanceof FileList")
    at compare_FileList ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:367:3)
Pass
assert_equals(0, 0, "length")
    at compare_FileList ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:368:3)
Pass
assert_not_equals(object "[object FileList]", object "[object FileList]")
    at compare_FileList ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:369:3)
PassObject FileList object, FileList empty
Asserts run
Pass
assert_true(true, "instanceof Object")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:38:5
Pass
assert_false(false, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:39:5
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:40:5
Pass
assert_true(true, "instanceof FileList")
    at compare_FileList ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:367:3)
Pass
assert_equals(0, 0, "length")
    at compare_FileList ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:368:3)
Pass
assert_not_equals(object "[object FileList]", object "[object FileList]")
    at compare_FileList ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:369:3)
PassImageData 1x1 transparent black
Asserts run
Pass
assert_equals(1, 1, "width")
    at compare_ImageData ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:408:3)
Pass
assert_equals(1, 1, "height")
    at compare_ImageData ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:409:3)
Pass
assert_not_equals(object "0,0,0,0", object "0,0,0,0", "data")
    at compare_ImageData ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:410:3)
Pass
assert_true(true, "instanceof Uint8ClampedArray")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:395:5
Pass
assert_equals(4, 4, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:396:5
Pass
assert_equals(4, 4, "byteLength")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:397:5
Pass
assert_equals(0, 0, "byteOffset")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:398:5
Pass
assert_not_equals(object "[object ArrayBuffer]", object "[object ArrayBuffer]", "buffer")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:399:5
Pass
assert_equals(0, 0, "actual[0]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(0, 0, "actual[1]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(0, 0, "actual[2]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(0, 0, "actual[3]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
PassImageData 1x1 non-transparent non-black
Asserts run
Pass
assert_equals(1, 1, "width")
    at compare_ImageData ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:408:3)
Pass
assert_equals(1, 1, "height")
    at compare_ImageData ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:409:3)
Pass
assert_not_equals(object "100,101,102,103", object "100,101,102,103", "data")
    at compare_ImageData ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:410:3)
Pass
assert_true(true, "instanceof Uint8ClampedArray")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:395:5
Pass
assert_equals(4, 4, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:396:5
Pass
assert_equals(4, 4, "byteLength")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:397:5
Pass
assert_equals(0, 0, "byteOffset")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:398:5
Pass
assert_not_equals(object "[object ArrayBuffer]", object "[object ArrayBuffer]", "buffer")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:399:5
Pass
assert_equals(100, 100, "actual[0]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(101, 101, "actual[1]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(102, 102, "actual[2]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(103, 103, "actual[3]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
PassArray ImageData object, ImageData 1x1 transparent black
Asserts run
Pass
assert_true(true, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:27:5
Pass
assert_not_equals([object "[object ImageData]"], [object "[object ImageData]"])
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:28:5
Pass
assert_equals(1, 1, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:29:5
Pass
assert_equals(1, 1, "width")
    at compare_ImageData ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:408:3)
Pass
assert_equals(1, 1, "height")
    at compare_ImageData ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:409:3)
Pass
assert_not_equals(object "0,0,0,0", object "0,0,0,0", "data")
    at compare_ImageData ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:410:3)
Pass
assert_true(true, "instanceof Uint8ClampedArray")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:395:5
Pass
assert_equals(4, 4, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:396:5
Pass
assert_equals(4, 4, "byteLength")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:397:5
Pass
assert_equals(0, 0, "byteOffset")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:398:5
Pass
assert_not_equals(object "[object ArrayBuffer]", object "[object ArrayBuffer]", "buffer")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:399:5
Pass
assert_equals(0, 0, "actual[0]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(0, 0, "actual[1]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(0, 0, "actual[2]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(0, 0, "actual[3]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
PassArray ImageData object, ImageData 1x1 non-transparent non-black
Asserts run
Pass
assert_true(true, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:27:5
Pass
assert_not_equals([object "[object ImageData]"], [object "[object ImageData]"])
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:28:5
Pass
assert_equals(1, 1, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:29:5
Pass
assert_equals(1, 1, "width")
    at compare_ImageData ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:408:3)
Pass
assert_equals(1, 1, "height")
    at compare_ImageData ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:409:3)
Pass
assert_not_equals(object "100,101,102,103", object "100,101,102,103", "data")
    at compare_ImageData ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:410:3)
Pass
assert_true(true, "instanceof Uint8ClampedArray")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:395:5
Pass
assert_equals(4, 4, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:396:5
Pass
assert_equals(4, 4, "byteLength")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:397:5
Pass
assert_equals(0, 0, "byteOffset")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:398:5
Pass
assert_not_equals(object "[object ArrayBuffer]", object "[object ArrayBuffer]", "buffer")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:399:5
Pass
assert_equals(100, 100, "actual[0]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(101, 101, "actual[1]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(102, 102, "actual[2]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(103, 103, "actual[3]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
PassObject ImageData object, ImageData 1x1 transparent black
Asserts run
Pass
assert_true(true, "instanceof Object")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:38:5
Pass
assert_false(false, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:39:5
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:40:5
Pass
assert_equals(1, 1, "width")
    at compare_ImageData ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:408:3)
Pass
assert_equals(1, 1, "height")
    at compare_ImageData ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:409:3)
Pass
assert_not_equals(object "0,0,0,0", object "0,0,0,0", "data")
    at compare_ImageData ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:410:3)
Pass
assert_true(true, "instanceof Uint8ClampedArray")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:395:5
Pass
assert_equals(4, 4, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:396:5
Pass
assert_equals(4, 4, "byteLength")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:397:5
Pass
assert_equals(0, 0, "byteOffset")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:398:5
Pass
assert_not_equals(object "[object ArrayBuffer]", object "[object ArrayBuffer]", "buffer")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:399:5
Pass
assert_equals(0, 0, "actual[0]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(0, 0, "actual[1]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(0, 0, "actual[2]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(0, 0, "actual[3]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
PassObject ImageData object, ImageData 1x1 non-transparent non-black
Asserts run
Pass
assert_true(true, "instanceof Object")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:38:5
Pass
assert_false(false, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:39:5
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:40:5
Pass
assert_equals(1, 1, "width")
    at compare_ImageData ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:408:3)
Pass
assert_equals(1, 1, "height")
    at compare_ImageData ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:409:3)
Pass
assert_not_equals(object "100,101,102,103", object "100,101,102,103", "data")
    at compare_ImageData ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:410:3)
Pass
assert_true(true, "instanceof Uint8ClampedArray")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:395:5
Pass
assert_equals(4, 4, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:396:5
Pass
assert_equals(4, 4, "byteLength")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:397:5
Pass
assert_equals(0, 0, "byteOffset")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:398:5
Pass
assert_not_equals(object "[object ArrayBuffer]", object "[object ArrayBuffer]", "buffer")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:399:5
Pass
assert_equals(100, 100, "actual[0]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(101, 101, "actual[1]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(102, 102, "actual[2]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(103, 103, "actual[3]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
PassArray sparse
Asserts run
Pass
assert_true(true, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:27:5
Pass
assert_not_equals([, , , , , , , , , ], [, , , , , , , , , ])
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:28:5
Pass
assert_equals(10, 10, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:29:5
PassArray with non-index property
Asserts run
Pass
assert_true(true, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:27:5
Pass
assert_not_equals([], [])
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:28:5
Pass
assert_equals(0, 0, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:29:5
Pass
assert_equals("bar", "bar")
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
PassObject with index property and length
Asserts run
Pass
assert_true(true, "instanceof Object")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:38:5
Pass
assert_false(false, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:39:5
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:40:5
Pass
assert_equals("foo", "foo")
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
Pass
assert_equals(1, 1)
    at compare_primitive ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:21:3)
PassArray with circular reference
Asserts run
Pass
assert_true(true, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:27:5
Pass
assert_not_equals([[...]], [[...]])
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:28:5
Pass
assert_equals(1, 1, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:29:5
Pass
assert_equals([[...]], [[...]])
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:445:5
PassObject with circular reference
Asserts run
Pass
assert_true(true, "instanceof Object")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:38:5
Pass
assert_false(false, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:39:5
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:40:5
Pass
assert_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:445:5
PassArray with identical property values
Asserts run
Pass
assert_true(true, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:27:5
Pass
assert_not_equals([object "[object Object]", [...]], [object "[object Object]", [...]])
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:28:5
Pass
assert_equals(2, 2, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:29:5
Pass
assert_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:460:5
PassObject with identical property values
Asserts run
Pass
assert_true(true, "instanceof Object")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:38:5
Pass
assert_false(false, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:39:5
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:40:5
Pass
assert_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:460:5
PassObject with property on prototype
Asserts run
Pass
assert_true(true, "instanceof Object")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:38:5
Pass
assert_false(false, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:39:5
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:40:5
Pass
assert_false(false)
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:474:5
PassObject with non-enumerable property
Asserts run
Pass
assert_true(true, "instanceof Object")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:38:5
Pass
assert_false(false, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:39:5
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:40:5
Pass
assert_false(false)
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:474:5
PassObject with non-writable property
Asserts run
Pass
assert_true(true, "instanceof Object")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:38:5
Pass
assert_false(false, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:39:5
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:40:5
Pass
assert_equals("bar", "bar")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:491:5
Pass
assert_equals("bar baz", "bar baz")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:493:5
PassObject with non-configurable property
Asserts run
Pass
assert_true(true, "instanceof Object")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:38:5
Pass
assert_false(false, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:39:5
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:40:5
Pass
assert_equals("bar", "bar")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:504:5
Pass
assert_false(false)
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:506:5
PassObject with a getter that throws
Asserts runNo asserts ran
PassImageBitmap 1x1 transparent black
Asserts run
Pass
assert_true(true, "instanceof ImageBitmap")
    at compare_ImageBitmap ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:558:3)
Pass
assert_not_equals(object "[object ImageBitmap]", object "[object ImageBitmap]")
    at compare_ImageBitmap ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:559:3)
PassImageBitmap 1x1 non-transparent non-black
Asserts run
Pass
assert_true(true, "instanceof ImageBitmap")
    at compare_ImageBitmap ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:558:3)
Pass
assert_not_equals(object "[object ImageBitmap]", object "[object ImageBitmap]")
    at compare_ImageBitmap ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:559:3)
PassArray ImageBitmap object, ImageBitmap 1x1 transparent black
Asserts run
Pass
assert_true(true, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:27:5
Pass
assert_not_equals([object "[object ImageBitmap]"], [object "[object ImageBitmap]"])
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:28:5
Pass
assert_equals(1, 1, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:29:5
Pass
assert_true(true, "instanceof ImageBitmap")
    at compare_ImageBitmap ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:558:3)
Pass
assert_not_equals(object "[object ImageBitmap]", object "[object ImageBitmap]")
    at compare_ImageBitmap ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:559:3)
PassArray ImageBitmap object, ImageBitmap 1x1 transparent non-black
Asserts run
Pass
assert_true(true, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:27:5
Pass
assert_not_equals([object "[object ImageBitmap]"], [object "[object ImageBitmap]"])
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:28:5
Pass
assert_equals(1, 1, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:29:5
Pass
assert_true(true, "instanceof ImageBitmap")
    at compare_ImageBitmap ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:558:3)
Pass
assert_not_equals(object "[object ImageBitmap]", object "[object ImageBitmap]")
    at compare_ImageBitmap ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:559:3)
PassObject ImageBitmap object, ImageBitmap 1x1 transparent black
Asserts run
Pass
assert_true(true, "instanceof Object")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:38:5
Pass
assert_false(false, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:39:5
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:40:5
Pass
assert_true(true, "instanceof ImageBitmap")
    at compare_ImageBitmap ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:558:3)
Pass
assert_not_equals(object "[object ImageBitmap]", object "[object ImageBitmap]")
    at compare_ImageBitmap ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:559:3)
PassObject ImageBitmap object, ImageBitmap 1x1 transparent non-black
Asserts run
Pass
assert_true(true, "instanceof Object")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:38:5
Pass
assert_false(false, "instanceof Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:39:5
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:40:5
Pass
assert_true(true, "instanceof ImageBitmap")
    at compare_ImageBitmap ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:558:3)
Pass
assert_not_equals(object "[object ImageBitmap]", object "[object ImageBitmap]")
    at compare_ImageBitmap ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:559:3)
PassObjectPrototype must lose its exotic-ness when cloned
Asserts run
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:632:5
Pass
assert_true(true)
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:633:5
Pass
assert_equals(object "[object Object]", object "[object Object]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:639:5
PassSerializing a non-serializable platform object fails
Asserts runNo asserts ran
PassAn object whose interface is deleted from the global must still deserialize
Asserts run
Pass
assert_true(true)
    at Object.f ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:663:7)
PassA subclass instance will deserialize as its closest serializable superclass
Asserts run
Pass
assert_equals(object "[object File]", object "[object File]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:677:5
PassResizable ArrayBuffer
Asserts run
Pass
assert_true(true)
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:685:5
Pass
assert_true(true, "instanceof ArrayBuffer")
    at compare_ArrayBuffer ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:383:3)
Pass
assert_equals(16, 16, "byteLength")
    at compare_ArrayBuffer ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:384:3)
Pass
assert_equals(1024, 1024, "maxByteLength")
    at compare_ArrayBuffer ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:385:3)
Pass
assert_equals(true, true, "resizable")
    at compare_ArrayBuffer ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:386:3)
Pass
assert_equals(undefined, undefined, "growable")
    at compare_ArrayBuffer ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:387:3)
PassGrowable SharedArrayBuffer
Asserts run
Pass
assert_true(true)
    at Object.f ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:694:5)
Pass
assert_false(false)
    at Object.f ( /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:701:9)
PassLength-tracking TypedArray
Asserts run
Pass
assert_true(true)
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:713:5
Pass
assert_true(true, "instanceof Uint8Array")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:395:5
Pass
assert_equals(16, 16, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:396:5
Pass
assert_equals(16, 16, "byteLength")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:397:5
Pass
assert_equals(0, 0, "byteOffset")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:398:5
Pass
assert_not_equals(object "[object ArrayBuffer]", object "[object ArrayBuffer]", "buffer")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:399:5
Pass
assert_equals(0, 0, "actual[0]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(0, 0, "actual[1]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(0, 0, "actual[2]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(0, 0, "actual[3]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(0, 0, "actual[4]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(0, 0, "actual[5]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(0, 0, "actual[6]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(0, 0, "actual[7]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(0, 0, "actual[8]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(0, 0, "actual[9]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(0, 0, "actual[10]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(0, 0, "actual[11]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(0, 0, "actual[12]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(0, 0, "actual[13]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(0, 0, "actual[14]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
Pass
assert_equals(0, 0, "actual[15]")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:401:7
PassLength-tracking DataView
Asserts run
Pass
assert_true(true)
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:722:5
Pass
assert_true(true, "instanceof DataView")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:395:5
Pass
assert_equals(undefined, undefined, "length")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:396:5
Pass
assert_equals(16, 16, "byteLength")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:397:5
Pass
assert_equals(0, 0, "byteOffset")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:398:5
Pass
assert_not_equals(object "[object ArrayBuffer]", object "[object ArrayBuffer]", "buffer")
    at  /html/webappapis/structured-clone/structured-clone-battery-of-tests.js:399:5
PassSerializing OOB TypedArray throws
Asserts runNo asserts ran
PassSerializing OOB DataView throws
Asserts runNo asserts ran
PassArrayBuffer
Asserts run
Pass
assert_equals(0, 0)
    at Object.f ( /html/webappapis/structured-clone/structured-clone-battery-of-tests-with-transferables.js:6:5)
Pass
assert_equals(1, 1)
    at Object.f ( /html/webappapis/structured-clone/structured-clone-battery-of-tests-with-transferables.js:7:5)
PassMessagePort
Asserts run
Pass
assert_equals("ohai", "ohai")
    at Object.f ( /html/webappapis/structured-clone/structured-clone-battery-of-tests-with-transferables.js:18:5)
PassA detached ArrayBuffer cannot be transferred
Asserts runNo asserts ran
PassA detached platform object cannot be transferred
Asserts runNo asserts ran
PassTransferring a non-transferable platform object fails
Asserts runNo asserts ran
PassAn object whose interface is deleted from the global object must still be received
Asserts run
Pass
assert_true(true)
    at Object.f ( /html/webappapis/structured-clone/structured-clone-battery-of-tests-with-transferables.js:70:7)
PassA subclass instance will be received as its closest transferable superclass
Asserts run
Pass
assert_equals(object "[object ReadableStream]", object "[object ReadableStream]")
    at Object.f ( /html/webappapis/structured-clone/structured-clone-battery-of-tests-with-transferables.js:97:5)
PassResizable ArrayBuffer is transferable
Asserts run
Pass
assert_equals(0, 0)
    at Object.f ( /html/webappapis/structured-clone/structured-clone-battery-of-tests-with-transferables.js:106:5)
Pass
assert_equals(16, 16)
    at Object.f ( /html/webappapis/structured-clone/structured-clone-battery-of-tests-with-transferables.js:107:5)
Pass
assert_equals(1024, 1024)
    at Object.f ( /html/webappapis/structured-clone/structured-clone-battery-of-tests-with-transferables.js:108:5)
Pass
assert_true(true)
    at Object.f ( /html/webappapis/structured-clone/structured-clone-battery-of-tests-with-transferables.js:109:5)
PassLength-tracking TypedArray is transferable
Asserts run
Pass
assert_equals(0, 0)
    at Object.f ( /html/webappapis/structured-clone/structured-clone-battery-of-tests-with-transferables.js:119:5)
Pass
assert_equals(16, 16)
    at Object.f ( /html/webappapis/structured-clone/structured-clone-battery-of-tests-with-transferables.js:120:5)
Pass
assert_equals(1024, 1024)
    at Object.f ( /html/webappapis/structured-clone/structured-clone-battery-of-tests-with-transferables.js:121:5)
Pass
assert_true(true)
    at Object.f ( /html/webappapis/structured-clone/structured-clone-battery-of-tests-with-transferables.js:122:5)
Pass
assert_equals(32, 32)
    at Object.f ( /html/webappapis/structured-clone/structured-clone-battery-of-tests-with-transferables.js:124:5)
PassLength-tracking DataView is transferable
Asserts run
Pass
assert_equals(0, 0)
    at Object.f ( /html/webappapis/structured-clone/structured-clone-battery-of-tests-with-transferables.js:134:5)
Pass
assert_equals(16, 16)
    at Object.f ( /html/webappapis/structured-clone/structured-clone-battery-of-tests-with-transferables.js:135:5)
Pass
assert_equals(1024, 1024)
    at Object.f ( /html/webappapis/structured-clone/structured-clone-battery-of-tests-with-transferables.js:136:5)
Pass
assert_true(true)
    at Object.f ( /html/webappapis/structured-clone/structured-clone-battery-of-tests-with-transferables.js:137:5)
Pass
assert_equals(32, 32)
    at Object.f ( /html/webappapis/structured-clone/structured-clone-battery-of-tests-with-transferables.js:139:5)
PassTransferring OOB TypedArray throws
Asserts runNo asserts ran
PassTransferring OOB DataView throws
Asserts runNo asserts ran