Source code

Revision control

Copy as Markdown

Other Tools

[clone-before-keypath-eval.any.html]
[clone-before-keypath-eval.any.worker.html]
expected:
if (os == "mac") and not debug: [OK, CRASH]
if (os == "android") and not debug: [OK, CRASH]
[clone-before-keypath-eval.any.serviceworker.html]
expected:
if (os == "android") and not debug and sessionHistoryInParent: [OK, TIMEOUT, ERROR]
if (os == "android") and not debug and not sessionHistoryInParent: [OK, TIMEOUT, ERROR]
[Cursor update checks and keypath evaluations operate on a clone]
expected:
if (os == "android") and not debug and sessionHistoryInParent: [PASS, TIMEOUT]
if (os == "android") and not debug and not sessionHistoryInParent: [PASS, TIMEOUT]
[clone-before-keypath-eval.any.sharedworker.html]