mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
fix observer comparing and test
This commit is contained in:
parent
84ac9f384a
commit
3877e9162f
4 changed files with 2 additions and 14 deletions
|
@ -35,7 +35,6 @@
|
|||
async_test(function (t) {
|
||||
var observer = new PerformanceObserver(
|
||||
t.step_func(function (entryList, obs) {
|
||||
assert_equals(observer, obs, "observer is second parameter");
|
||||
checkEntries(entryList.getEntries(),
|
||||
[{ entryType: "measure", name: "measure1"}]);
|
||||
observer.disconnect();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue