Source code
Revision control
Copy as Markdown
Other Tools
[scroll-margin-propagation.html]
[Scroll margin is not applied to iframe 1, because it's cross-origin-domain with iframe 3]
expected:
if fission and (os == "mac") and debug: [FAIL, PASS]
if not fission: FAIL
[Scroll margin is not applied to top page, because scroll margin doesn't propagate past cross-origin-domain iframe 1]
expected:
if fission and debug and (processor == "x86_64") and (os == "mac"): FAIL
if fission and not debug: PASS
if not fission: FAIL
[PASS, FAIL]