Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions LayoutTests/platform/ios/TestExpectations
Original file line number Diff line number Diff line change
Expand Up @@ -3751,8 +3751,6 @@ webkit.org/b/244619 editing/selection/ios/tap-to-set-selection-in-editable-web-v

webkit.org/b/244740 http/wpt/cross-origin-opener-policy/non-secure-to-secure-context-navigation.https.html [ Pass Failure ]

webkit.org/b/248061 webaudio/require-transient-activation.html [ Skip ]

webkit.org/b/248062 imported/w3c/web-platform-tests/webcodecs/full-cycle-test.https.any.html?h264_avc [ Pass Failure ]

webkit.org/b/248065 imported/w3c/web-platform-tests/service-workers/cache-storage/cross-partition.https.tentative.html [ Skip ]
Expand Down
2 changes: 1 addition & 1 deletion LayoutTests/webaudio/require-transient-activation.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

shouldBeEqualToString('context.state', 'suspended');

runWithKeyDown(function() {
internals.withUserGesture(function() {
setTimeout(() => {
// We should have transient activation.
shouldBeTrue("navigator.userActivation.isActive");
Expand Down