Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / format-block-expected.txt
blobaf8a4329be1be6d60134d4fe341cca7144a0190e
1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
6 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
9 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
10 This test uses FormatBlock to modify three of the paragraphs below
12 Before FormatBlock:
13 | "
15 | <p>
16 |   id="item1"
17 |   "Make Pre"
18 | "
20 | <br>
21 | "
23 | <div>
24 |   "Foo"
25 |   <br>
26 |   <span>
27 |     id="item2"
28 |     "Make h1"
29 |   <br>
30 |   "baz"
31 | "
33 | <br>
34 | "
36 | <address>
37 |   id="item3"
38 |   "Attempt to apply the current formatting here"
39 | "
42 After FormatBlock:
43 | "
45 | <pre>
46 |   "Make Pre"
47 | "
49 | <br>
50 | "
52 | <div>
53 |   "Foo"
54 |   <br>
55 |   <h1>
56 |     <span>
57 |       id="item2"
58 |       "Make h1"
59 |   "baz"
60 | "
62 | <br>
63 | "
65 | <address>
66 |   id="item3"
67 |   "<#selection-caret>Attempt to apply the current formatting here"
68 | "