Source code
Revision control
Copy as Markdown
Other Tools
[element-request-fullscreen.html]
expected:
if (os == "linux") and debug and not fission: [OK, CRASH]
if (os == "mac") and debug: [OK, ERROR]
if (os == "mac") and not debug: [OK, TIMEOUT]
[Element#requestFullscreen()]
expected:
if (os == "mac") and debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, TIMEOUT]