blob: 6ab6feedea32747686b4b814c62214eefbf998a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[white-spaces-after-execCommand-delete.tentative.html]
prefs: [editor.white_space_normalization.blink_compatible:true]
max-asserts: 4
[execCommand("delete", false, ""): "a [\]|| c"]
expected: FAIL
[execCommand("delete", false, ""): "a |[\]| c"]
expected: FAIL
[execCommand("delete", false, ""): "a || [\] c"]
expected: FAIL
[execCommand("delete", false, ""): "a ||[\] c"]
expected: FAIL
[execCommand("delete", false, ""): "<span>abc </span><span> [\]def</span>"]
expected: FAIL
|