Source code
Revision control
Copy as Markdown
Other Tools
[activeelement-after-calling-window-focus.sub.html]
[Tests for outer frame and inner frame are in same origin and middle frame is in different origin]
expected:
if os == "mac": [PASS, FAIL]
[Tests for outer frame and middle frame are in same origin and inner frame is in different origin]
expected:
if (os == "win") and debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "mac") and not debug and (version == "OS X 15.3"): [PASS, FAIL]
if (os == "mac") and not debug and (version == "OS X 14.7.5"): [PASS, FAIL]
if (os == "mac") and debug: [PASS, FAIL]
[Tests for all frames are in different origin]
expected:
if (os == "mac") and not debug: [PASS, FAIL]