Source code
Revision control
Copy as Markdown
Other Tools
[blob-url-inherits-from-initiator.sub.html]
expected:
if (os == "mac") and not debug and (version == "OS X 14.7.5"): [OK, TIMEOUT]
if (os == "win") and debug: [TIMEOUT, OK]
[Initiator is cross-origin with target frame.]
expected:
if (os == "mac") and not debug and (version == "OS X 14.7.5"): [PASS, TIMEOUT]
if (os == "win") and debug: [TIMEOUT, PASS]