Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / delete-selection-has-style-expected.txt
blob0b2332610227a4ba22f8e760b7e3a4f83f15e159
1 This tests deleting a selection that has a styling element in it. Should move styling elements to head to prevent style loss.
3 styling elements have been moved:
4 | "
5         "
6 | <div>
7 |   <#selection-caret>
8 |   <br>
9 | "
10     "
11 | <style>
12 |   " .text { color:red; } "
13 | <link>
14 |   href="../editingStyle.css"
15 |   rel="stylesheet"
16 |   type="text/css"
18 styling elements are back to their original place:
19 | "
20         "
21 | <div>
22 |   " <#selection-anchor>hide styling elements in --> "
23 | "
24         "
25 | <style>
26 |   " .text { color:red; } "
27 | "
28         "
29 | <link>
30 |   href="../editingStyle.css"
31 |   rel="stylesheet"
32 |   type="text/css"
33 | "
34         "
35 | <div>
36 |   class="text"
37 |   " between<#selection-focus> "
38 | "
39     "