blob: bdf254d3061054bb3859b51035947fd458b38726 (
plain)
1
2
3
4
5
6
|
[interaction-with-paint-before-back.tentative.html]
expected:
if (os == "mac") and debug: [ERROR, TIMEOUT]
if (os == "android") and not debug: [ERROR, TIMEOUT]
if os == "linux": [ERROR, TIMEOUT]
[TIMEOUT, ERROR]
|