[shadowroot-fullscreen-element.html]
expected:
if (os == "mac") and debug and (version == "OS X 14.7.1"): [OK, CRASH]
if (os == "mac") and debug and (version == "OS X 14.7"): [OK, ERROR, CRASH]
if (os == "mac") and not debug: [OK, TIMEOUT]
[shadowRoot.fullscreenElement works correctly]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]