9 lines
359 B
INI
9 lines
359 B
INI
[css-selector.html]
|
|
expected:
|
|
if (os == "win") and debug and (processor == "x86_64"): [OK, CRASH]
|
|
if (os == "mac") and not debug: [OK, TIMEOUT]
|
|
if (os == "linux") and (processor == "x86"): [OK, CRASH]
|
|
[Entering and leaving Picture-in-Picture toggles CSS selector]
|
|
expected:
|
|
if (os == "mac") and not debug: [FAIL, TIMEOUT]
|
|
FAIL
|