Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions suites-experimental/suites.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,7 @@ export const ExperimentalSuites = freezeSuites([
page.layout();
}

// Safari can overscroll the chat element here and never send the
// video grid's contentvisibilityautostatechange event. See
// https://github.com/WebKit/Speedometer/issues/525. Remove this
// fallback once Speedometer CI runs a Safari with that WebKit fix.
await Promise.race([cvWorkComplete, new Promise((resolve) => requestAnimationFrame(() => requestAnimationFrame(resolve)))]);
await cvWorkComplete;
}),
new BenchmarkTestStep("IncreaseWidthIn5Steps", async (page) => {
const widths = [560, 640, 704, 768, 800];
Expand Down
Loading