Source code

Revision control

Copy as Markdown

Other Tools

[overscroll-deltas.html]
expected:
if (os == "linux") and not debug: [ERROR, OK, TIMEOUT]
ERROR
[Tests that the document gets overscroll event with right deltaX/Y attributes.]
expected:
if (os == "win") and ccov: FAIL
if not debug and (os == "linux") and (processor == "x86_64") and fission: [TIMEOUT, FAIL]
if not debug and (os == "linux") and (processor == "x86_64") and not fission: [TIMEOUT, FAIL]
if not debug and (os == "linux") and (processor == "x86"): [TIMEOUT, FAIL]
if not debug and (os == "win"): TIMEOUT
if not debug and (os == "mac"): TIMEOUT
FAIL
[testing, vertical]
expected: TIMEOUT
[testing, horizontal]
expected: NOTRUN