Pass | must enumerate property indices in ascending numerical order | Asserts runPass | assert_array_equals(["0", "1", "2"], ["0", "1", "2"], " actual [\"0\",\"1\",\"2\"] expected [\"0\",\"1\",\"2\"]")
at custom_assert_array_equals ( /webidl/ecmascript-binding/legacy-platform-object/OwnPropertyKeys.html:15:9) |
|
Pass | must enumerate property names in list order | Asserts runPass | assert_array_equals(["foo", "bar", "baz"], ["foo", "bar", "baz"], " actual [\"foo\",\"bar\",\"baz\"] expected [\"foo\",\"bar\",\"baz\"]")
at custom_assert_array_equals ( /webidl/ecmascript-binding/legacy-platform-object/OwnPropertyKeys.html:15:9) |
|
Pass | must first enumerate property indices in ascending numerical order, then named properties in list order | Asserts runPass | assert_array_equals(["0", "1", "id", "class"], ["0", "1", "id", "class"], " actual [\"0\",\"1\",\"id\",\"class\"] expected [\"0\",\"1\",\"id\",\"class\"]")
at custom_assert_array_equals ( /webidl/ecmascript-binding/legacy-platform-object/OwnPropertyKeys.html:15:9) |
|
Fail | must enumerate own properties after indexed and named properties even when they're added first | assert_array_equals: actual ["0","1","foo","bar","id","class"] expected ["0","1","id","class","foo","bar"] expected property 2 to be "id" but got "foo" (expected array ["0", "1", "id", "class", "foo", "bar"] got ["0", "1", "foo", "bar", "id", "class"]) at custom_assert_array_equals (https://wpt.live/webidl/ecmascript-binding/legacy-platform-object/OwnPropertyKeys.html:15:9)
at Test.<anonymous> (https://wpt.live/webidl/ecmascript-binding/legacy-platform-object/OwnPropertyKeys.html:49:9)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at https://wpt.live/webidl/ecmascript-binding/legacy-platform-object/OwnPropertyKeys.html:43:5 Asserts runFail | assert_array_equals(["0", "1", "foo", "bar", "id", "class"], ["0", "1", "id", "class", "foo", "bar"], " actual [\"0\",\"1\",\"foo\",\"bar\",\"id\",\"class\"] expected [\"0\",\"1\",\"id\",\"class\",\"foo\",\"bar\"]")
at custom_assert_array_equals ( /webidl/ecmascript-binding/legacy-platform-object/OwnPropertyKeys.html:15:9) |
|
Fail | must enumerate symbols after strings, regardless of which ones got added first | assert_array_equals: actual ["0","1","foo","bar","Symbol()","Symbol()","id","class"] expected ["0","1","id","class","foo","bar","Symbol()","Symbol()"] expected property 2 to be "id" but got "foo" (expected array ["0", "1", "id", "class", "foo", "bar", symbol "Symbol()", symbol "Symbol()"] got ["0", "1", "foo", "bar", symbol "Symbol()", symbol "Symbol()", "id", "class"]) at custom_assert_array_equals (https://wpt.live/webidl/ecmascript-binding/legacy-platform-object/OwnPropertyKeys.html:15:9)
at Test.<anonymous> (https://wpt.live/webidl/ecmascript-binding/legacy-platform-object/OwnPropertyKeys.html:62:9)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at https://wpt.live/webidl/ecmascript-binding/legacy-platform-object/OwnPropertyKeys.html:52:5 Asserts runFail | assert_array_equals(["0", "1", "foo", "bar", symbol "Symbol()", symbol "Symbol()", "id", "class"], ["0", "1", "id", "class", "foo", "bar", symbol "Symbol()", symbol "Symbol()"], " actual [\"0\",\"1\",\"foo\",\"bar\",\"Symbol()\",\"Symbol()\",\"id\",\"class\"] expected [\"0\",\"1\",\"id\",\"class\",\"foo\",\"bar\",\"Symbol()\",\"Symbol()\"]")
at custom_assert_array_equals ( /webidl/ecmascript-binding/legacy-platform-object/OwnPropertyKeys.html:15:9) |
|