Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / selection / 4895428-1-expected.txt
blob1e932294d2828fe3d22c6ea1e079344ead24120e
1 This tests dragging a selected table by mousing down on the contents of one of its cells. It should be in the red bordered area.
2 | "
4 | <div>
5 |   contenteditable="true"
6 |   id="source"
7 |   style="border: 1px solid blue;"
8 | "
10 | <div>
11 |   contenteditable="true"
12 |   id="destination"
13 |   style="border: 1px solid red;"
14 |   <#selection-anchor>
15 |   <table>
16 |     border="1"
17 |     <tbody>
18 |       <tr>
19 |         <td>
20 |           id="cell"
21 |           "foo<#selection-focus>"
22 | "