Bug 280048
Summary: | testharness.js tests do not work when loaded in cross-origin iframes | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
Component: | Tools / Tests | Assignee: | Kimmo Kinnunen <kkinnunen> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Local Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=259409 https://bugs.webkit.org/show_bug.cgi?id=280050 https://bugs.webkit.org/show_bug.cgi?id=280404 |
Kimmo Kinnunen
testharness.js tests do not work when loaded in cross-origin iframes
if (window !== window.top || (orig_opener !== null && orig_opener !== window)) {
return;
}
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/136347990>
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/33967
EWS
Committed 284092@main (2fa5620a0732): <https://commits.webkit.org/284092@main>
Reviewed commits have been landed. Closing PR #33967 and removing active labels.