mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-04 18:29:29 +02:00
MANUAL PUSH: wpt sync bot wpt-head: 4cd570dc80fec7b17cad121e7ac866badf62df38 wpt-type: landing
7 lines
295 B
INI
7 lines
295 B
INI
[script-change-transform.https.html]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
|
|
if (os == "linux") and not debug: [OK, CRASH]
|
|
[change sender transform]
|
|
expected:
|
|
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
|