Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / drag-drop-url-with-style-expected.txt
blob8de3641a22e69b796dcd843a113320c44be68114
1 This tests dragging and dropping a URL. The content before and after the drag and drop should match.
3 before:
4 | <a>
5 |   href="http://webkit.org/"
6 |   style="color:orange"
7 |   target="_blank"
8 |   title="some title"
9 |   "<#selection-anchor>drag me<#selection-focus>"
11 after:
12 | <a>
13 |   href="http://webkit.org/"
14 |   style="color: orange;"
15 |   target="_blank"
16 |   title="some title"
17 |   "<#selection-anchor>drag me<#selection-focus>"
18 | <br>