20 lines
797 B
INI
20 lines
797 B
INI
[keyboard.html]
|
|
expected:
|
|
if (os == "win") and debug and (processor == "x86_64"): [OK, TIMEOUT]
|
|
[Snaps to bottom-left after pressing ArrowDown]
|
|
expected:
|
|
if os == "linux": [PASS, FAIL]
|
|
if os == "android": [PASS, FAIL]
|
|
|
|
[Snaps to top-left after pressing ArrowUp]
|
|
expected:
|
|
if (os == "linux") and fission and not asan and not tsan: [PASS, FAIL]
|
|
if (os == "linux") and not fission: [PASS, FAIL, TIMEOUT]
|
|
|
|
[Snaps to top-left after pressing ArrowLeft]
|
|
expected:
|
|
if asan: [PASS, FAIL]
|
|
|
|
[If there is no valid snap offset on the arrow key's direction other than the current offset, and the scroll-snap-type is proximity, go to the original intended offset]
|
|
expected:
|
|
if (os == "win") and debug and (processor == "x86_64"): [PASS, TIMEOUT]
|