Skip to content

Commit

Permalink
Bug 1447671 [wpt PR 10124] - Add Console historical test for markTiml…
Browse files Browse the repository at this point in the history
…ine, a=testonly

Automatic update from web-platform-testsAdd Console historical test for markTimeline

...and also generalize the file already containing historical tests to house any future historical tests asserting the non-existence of certain legacy Console methods.

Part of whatwg/console#27.
--

wpt-commits: 0628e2e73489ddd075f273d2555e504e97e28ce6
wpt-pr: 10124

UltraBlame original commit: fc8d20f5d38f09a92b20fcceb47560955ea322bf
  • Loading branch information
marco-c committed Oct 3, 2019
1 parent 5a17860 commit 20897ff
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 30 deletions.
52 changes: 22 additions & 30 deletions testing/web-platform/meta/MANIFEST.json
Original file line number Diff line number Diff line change
Expand Up @@ -1879908,11 +1879908,9 @@ console
/
console
-
time
-
label
tests
-
conversion
historical
.
any
.
Expand All @@ -1879927,11 +1879925,9 @@ console
/
console
-
time
-
label
tests
-
conversion
historical
.
any
.
Expand All @@ -1879947,11 +1879943,9 @@ console
/
console
-
time
-
label
tests
-
conversion
historical
.
any
.
Expand All @@ -1879968,11 +1879962,11 @@ console
/
console
-
timeline
time
-
timelineEnd
label
-
historical
conversion
.
any
.
Expand All @@ -1879987,11 +1879981,11 @@ console
/
console
-
timeline
time
-
timelineEnd
label
-
historical
conversion
.
any
.
Expand All @@ -1880007,11 +1880001,11 @@ console
/
console
-
timeline
time
-
timelineEnd
label
-
historical
conversion
.
any
.
Expand Down Expand Up @@ -2772536,11 +2772530,9 @@ console
/
console
-
time
-
label
tests
-
conversion
historical
.
any
.
Expand All @@ -2772549,7 +2772541,7 @@ js
:
[
"
5e2ca9e9dca88c6de32408b461f3f4c54c586031
ee18f8a672534b478ca15990026638a73588fcf4
"
"
testharness
Expand All @@ -2772560,11 +2772552,11 @@ console
/
console
-
timeline
time
-
timelineEnd
label
-
historical
conversion
.
any
.
Expand All @@ -2772573,7 +2772565,7 @@ js
:
[
"
ca938829b5946f26348e237379a4f3e9ec945e40
5e2ca9e9dca88c6de32408b461f3f4c54c586031
"
"
testharness
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,42 @@ object
"
)
;
test
(
(
)
=
>
{
assert_equals
(
console
.
markTimeline
undefined
"
console
.
markTimeline
should
be
undefined
"
)
;
}
"
'
markTimeline
'
function
should
not
exist
on
the
console
object
"
)
;

0 comments on commit 20897ff

Please sign in to comment.