Tests that the <iframe sandbox> attribute influences whether notification permissions will be inherit by an iframe.

Normal iframe. Should inherit permissions.

Sandboxed iframe with allow-same-origin. Should inherit permissions.

Sandboxed iframe without allow-same-origin. Should not inherit permissions.