mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
implement console.timeLog
(#33377)
* Implement console.timeLog Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Adjust WPT expectations Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
parent
8c0a566860
commit
cc3c69b953
6 changed files with 34 additions and 54 deletions
|
@ -1,14 +0,0 @@
|
|||
[console-label-conversion.any.html]
|
||||
[console.timeLog()'s label gets converted to string via label.toString() when label is an object]
|
||||
expected: FAIL
|
||||
|
||||
[console.timeLog() throws exceptions generated by erroneous label.toString() conversion]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[console-label-conversion.any.worker.html]
|
||||
[console.timeLog()'s label gets converted to string via label.toString() when label is an object]
|
||||
expected: FAIL
|
||||
|
||||
[console.timeLog() throws exceptions generated by erroneous label.toString() conversion]
|
||||
expected: FAIL
|
|
@ -1,14 +0,0 @@
|
|||
[console-label-conversion.any.html]
|
||||
[console.timeLog()'s label gets converted to string via label.toString() when label is an object]
|
||||
expected: FAIL
|
||||
|
||||
[console.timeLog() throws exceptions generated by erroneous label.toString() conversion]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[console-label-conversion.any.worker.html]
|
||||
[console.timeLog()'s label gets converted to string via label.toString() when label is an object]
|
||||
expected: FAIL
|
||||
|
||||
[console.timeLog() throws exceptions generated by erroneous label.toString() conversion]
|
||||
expected: FAIL
|
21
tests/wpt/meta/console/idlharness.any.js.ini
vendored
21
tests/wpt/meta/console/idlharness.any.js.ini
vendored
|
@ -14,16 +14,6 @@
|
|||
[console namespace: operation dirxml(any...)]
|
||||
expected: FAIL
|
||||
|
||||
[console namespace: operation time(optional DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[console namespace: operation timeLog(optional DOMString, any...)]
|
||||
expected: FAIL
|
||||
|
||||
[console namespace: operation timeEnd(optional DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idlharness.any.worker.html]
|
||||
[console namespace: operation assert(optional boolean, any...)]
|
||||
expected: FAIL
|
||||
|
@ -38,13 +28,4 @@
|
|||
expected: FAIL
|
||||
|
||||
[console namespace: operation dirxml(any...)]
|
||||
expected: FAIL
|
||||
|
||||
[console namespace: operation time(optional DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[console namespace: operation timeLog(optional DOMString, any...)]
|
||||
expected: FAIL
|
||||
|
||||
[console namespace: operation timeEnd(optional DOMString)]
|
||||
expected: FAIL
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue