mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
* Include unimplemented console methods in idl file Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Fix console.assert signature The condition is optional and there can be multiple messages. Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Implement console.trace Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * ./mach fmt Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Log stack trace when calling console.trace Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Update wpt expectations Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Include line/column info in console.trace logs Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Move option out of constant Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Update mozjs Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
24 lines
635 B
INI
Vendored
24 lines
635 B
INI
Vendored
[idlharness.any.html]
|
|
[console namespace: operation table(optional any, optional sequence<DOMString>)]
|
|
expected: FAIL
|
|
|
|
[console namespace: operation dir(optional any, optional object?)]
|
|
expected: FAIL
|
|
|
|
[console namespace: operation dirxml(any...)]
|
|
expected: FAIL
|
|
|
|
|
|
[idlharness.any.worker.html]
|
|
[console namespace: operation table(optional any, optional sequence<DOMString>)]
|
|
expected: FAIL
|
|
|
|
[console namespace: operation dir(optional any, optional object?)]
|
|
expected: FAIL
|
|
|
|
[console namespace: operation dirxml(any...)]
|
|
expected: FAIL
|
|
|
|
|
|
[idlharness.any.shadowrealm-in-window.html]
|
|
expected: ERROR
|