11 lines
559 B
INI
11 lines
559 B
INI
[fire-selectionchange-event-on-pressing-backspace.html]
|
|
[Selectionchange event is fired after removing the character]
|
|
expected:
|
|
if not tsan and (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
|
|
if not tsan and (os == "linux") and not fission and not debug: [PASS, FAIL]
|
|
if tsan: [PASS, FAIL]
|
|
|
|
[Selectionchange event is fired after removing the range]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
|
|
if (os == "linux") and not fission and not debug: [PASS, FAIL]
|