[get-opaque-origin-combinations.https.html]
[get() from an opaque origin (sandboxed iframe) rejects with SecurityError]
expected: FAIL
[get() from an opaque origin (sandboxed srcdoc iframe) rejects with SecurityError]
expected: FAIL
[get() from an opaque origin (iframe whose document has a Content-Security-Policy: sandbox header) rejects with SecurityError]
expected: FAIL
[get() from an opaque origin (plain iframe nested inside a sandboxed iframe (2 levels)) rejects with SecurityError]
expected: FAIL
[get() from an opaque origin (plain iframes nested two deep inside a sandboxed iframe (3 levels)) rejects with SecurityError]
expected: FAIL
[get() from an opaque origin (allow-same-origin iframe nested inside a sandboxed iframe) rejects with SecurityError]
expected: FAIL
[get() in a data: iframe is unavailable (not a secure context) and never reaches the opaque-origin check]
expected: FAIL
[get() in a blob: iframe created inside a sandboxed frame inherits the opaque origin and is unavailable]
expected: FAIL