Change log level: info -> debug
[framework/web/webkit-efl.git] / LayoutTests / editing / pasteboard / drag-drop-url-with-style-expected.txt
1 This tests dragging and dropping a URL. The content before and after the drag and drop should match.
2
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>"
10
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>