summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/editing/input/change-style-with-key-binding-expected.txt
blob: 915899325b3514c9d5c1018684891dfe0488c95f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Test key bindings for toggling bold and italic.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS root.querySelectorAll("b").length is 0
PASS root.querySelectorAll("i").length is 0
PASS root.querySelectorAll("b").length is 1
PASS root.querySelectorAll("i").length is 0
PASS root.querySelectorAll("b").length is 1
PASS root.querySelectorAll("i").length is 1
PASS root.querySelectorAll("b").length is 0
PASS root.querySelectorAll("i").length is 1
PASS root.querySelectorAll("b").length is 0
PASS root.querySelectorAll("i").length is 0
PASS successfullyParsed is true

TEST COMPLETE
Foo