Skip to content

Commit

Permalink
WebKit export: [css-view-transitions-2] pageswap-ctor.html is a flaky…
Browse files Browse the repository at this point in the history
… failure (#47847)

https://bugs.webkit.org/show_bug.cgi?id=278763

Co-authored-by: Matt Woodrow <[email protected]>
  • Loading branch information
mattwoodrow and Matt Woodrow authored Aug 28, 2024
1 parent 521a70e commit eb33161
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css/css-view-transitions/navigation/pageswap-ctor.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
assert_true(e instanceof PageSwapEvent);
assert_equals(e.type, "pageswap");
assert_equals(e.viewTransition, viewTransition);
viewTransition.skipTransition();
}, "Constructing pageswap event with a viewTransition");
test(function() {
const viewTransition = document.startViewTransition();
Expand All @@ -50,5 +51,6 @@
assert_equals(e.type, "pageswap");
assert_equals(e.viewTransition, viewTransition);
assert_equals(e.activation, navigation.activation);
viewTransition.skipTransition();
}, "Constructing pageswap event with a viewTransition and activation");
</script>
</script>

0 comments on commit eb33161

Please sign in to comment.