Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(264)

Side by Side Diff: LayoutTests/http/tests/notifications/notification-sandbox-permission-expected.txt

Issue 1100163002: Notifications: stop using notifications specific permission methods in LayoutTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@notifications_testrunner_setpermission
Patch Set: update Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Tests that the <iframe sandbox> attribute influences whether notification permis sions will be inherit by an iframe. 1 Tests that the <iframe sandbox> attribute influences whether notification permis sions will be inherit by an iframe.
2 2
3 Normal iframe. Should inherit permissions. 3 Normal iframe. Should inherit permissions.
4 4
5 5
6 Sandboxed iframe with allow-same-origin. Should inherit permissions. 6 Sandboxed iframe with allow-same-origin. Should inherit permissions.
7 7
8 8
9 Sandboxed iframe without allow-same-origin. Should not inherit permissions. 9 Sandboxed iframe without allow-same-origin. Should not inherit permissions.
10 10
11 11
12 12
13 -------- 13 --------
14 Frame: '<!--framePath //<!--frame0-->-->' 14 Frame: '<!--framePath //<!--frame0-->-->'
15 -------- 15 --------
16 granted 16 granted
17 17
18 -------- 18 --------
19 Frame: '<!--framePath //<!--frame1-->-->' 19 Frame: '<!--framePath //<!--frame1-->-->'
20 -------- 20 --------
21 granted 21 granted
22 22
23 -------- 23 --------
24 Frame: '<!--framePath //<!--frame2-->-->' 24 Frame: '<!--framePath //<!--frame2-->-->'
25 -------- 25 --------
26 default 26 denied
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698