blob: 47d7dfd5bb4866232376f857dcd3b47fa88e84ee (
plain)
1
2
3
4
5
6
7
|
[clone-before-keypath-eval.html]
expected:
if (os == "win") and swgl: [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
[Cursor update checks and keypath evaluations operate on a clone]
expected:
if swgl and (os == "win"): [PASS, TIMEOUT]
|