mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Buffer perf notifications in paint timing test
This commit is contained in:
parent
772a8464eb
commit
786c27cfbb
2 changed files with 2 additions and 2 deletions
|
@ -27532,7 +27532,7 @@
|
||||||
"testharness"
|
"testharness"
|
||||||
],
|
],
|
||||||
"mozilla/paint_timing.html": [
|
"mozilla/paint_timing.html": [
|
||||||
"8cf0400c36168b57c386253d647b61013896d325",
|
"fb1100bdf9a5a3516f40fbb36e89714fe860830b",
|
||||||
"testharness"
|
"testharness"
|
||||||
],
|
],
|
||||||
"mozilla/parentNode_querySelector.html": [
|
"mozilla/parentNode_querySelector.html": [
|
||||||
|
|
|
@ -14,5 +14,5 @@ var observer = new PerformanceObserver(t.step_func_done(list => {
|
||||||
assert_equals(entry.duration, 0, "Duration is 0");
|
assert_equals(entry.duration, 0, "Duration is 0");
|
||||||
});
|
});
|
||||||
}));
|
}));
|
||||||
observer.observe({entryTypes: ['paint']});
|
observer.observe({entryTypes: ['paint'], buffered: true});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue