[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 (os == "win") and (processor == "x86_64"): [PASS, FAIL]
if fission and debug and (os == "mac"): FAIL
if fission and debug and (os == "linux"): [PASS, FAIL]
if not fission: FAIL