mirror of
https://github.com/servo/servo
synced 2026-04-26 17:45:19 +02:00
* Make console methods use `any` for the message Match the Console spec by allowing any value to be passed to console methods, instead of just values that can be converted to a string. Signed-off-by: syvb <me@iter.ca> * Add test for console logging a Symbol Signed-off-by: syvb <me@iter.ca> * Implement object stringification for logs Signed-off-by: syvb <me@iter.ca> * Address review comments Signed-off-by: syvb <me@iter.ca> * Make time/timeEnd accept DOMString to match spec * Update WPT results for layout 2013 --------- Signed-off-by: syvb <me@iter.ca>
27 lines
867 B
INI
27 lines
867 B
INI
[console-namespace-object-class-string.any.html]
|
|
[@@toStringTag exists on the namespace object with the appropriate descriptor]
|
|
expected: FAIL
|
|
|
|
[Object.prototype.toString applied to the namespace object]
|
|
expected: FAIL
|
|
|
|
[Object.prototype.toString applied after modifying the namespace object's @@toStringTag]
|
|
expected: FAIL
|
|
|
|
[Object.prototype.toString applied after deleting @@toStringTag]
|
|
expected: FAIL
|
|
|
|
|
|
[console-namespace-object-class-string.any.worker.html]
|
|
[@@toStringTag exists on the namespace object with the appropriate descriptor]
|
|
expected: FAIL
|
|
|
|
[Object.prototype.toString applied to the namespace object]
|
|
expected: FAIL
|
|
|
|
[Object.prototype.toString applied after modifying the namespace object's @@toStringTag]
|
|
expected: FAIL
|
|
|
|
[Object.prototype.toString applied after deleting @@toStringTag]
|
|
expected: FAIL
|