Source code
Revision control
Copy as Markdown
Other Tools
[instantiation-error-1.html]
expected:
if (processor == "x86") and debug: [OK, CRASH]
[Test that missing exports lead to SyntaxError events on window and load events on script]
expected:
if sessionHistoryInParent and (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if sessionHistoryInParent and (os == "mac") and not debug: [PASS, FAIL]
if sessionHistoryInParent and (os == "android") and not debug: [PASS, FAIL]
if not sessionHistoryInParent and not debug: [PASS, FAIL]