Skip to content

Commit c2e6172

Browse files
committed
[test] Fix: issue4521-notification-perm
'denied' is expected because it's a cross origin subframe. See https://cs.chromium.org/chromium/src/third_party/blink/renderer/modules/notifications/notification.cc?rcl=cc3ee735e343a2a3cf6a16cf9f7201eb3b6a759c&l=388
1 parent e4add71 commit c2e6172

File tree

1 file changed

+1
-1
lines changed
  • test/sanity/issue4521-notification-perm

1 file changed

+1
-1
lines changed

test/sanity/issue4521-notification-perm/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def test_perm(driver, click_id, find_id, should_close_window=False, expected='gr
100100
test_perm(driver, 'show-perm-frame-inside', 'perm-frame-inside')
101101

102102
# perm for remote frame
103-
test_perm(driver, 'show-perm-frame-remote', 'perm-frame-remote', expected='default')
103+
test_perm(driver, 'show-perm-frame-remote', 'perm-frame-remote', expected='denied')
104104

105105
# clear results
106106
test_perm(driver, 'clear-results', 'output', expected='cleared')

0 commit comments

Comments
 (0)