Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / input / change-style-with-key-binding-expected.txt
blob915899325b3514c9d5c1018684891dfe0488c95f
1 Test key bindings for toggling bold and italic.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS root.querySelectorAll("b").length is 0
7 PASS root.querySelectorAll("i").length is 0
8 PASS root.querySelectorAll("b").length is 1
9 PASS root.querySelectorAll("i").length is 0
10 PASS root.querySelectorAll("b").length is 1
11 PASS root.querySelectorAll("i").length is 1
12 PASS root.querySelectorAll("b").length is 0
13 PASS root.querySelectorAll("i").length is 1
14 PASS root.querySelectorAll("b").length is 0
15 PASS root.querySelectorAll("i").length is 0
16 PASS successfullyParsed is true
18 TEST COMPLETE
19 Foo