Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / insert-u-with-text-decoration-none-expected.txt
blob570709354113a4e724e63339dc51de4e24fc46ec
1 This tests inserting an u element with text-decoration property set to none.
2 WebKit should not strip just font-size property. Two instances of "hello world" should look identical to each other.
4 Insertion point:
5 | <div>
6 |   contenteditable=""
7 |   " WebKit"
9 Content to insert:
10 | <u>
11 |   style="text-decoration: none;"
12 |   "hello "
13 | <u>
14 |   style="text-decoration: line-through;"
15 |   "world"
17 After insertion:
18 | <div>
19 |   contenteditable=""
20 |   "hello "
21 |   <span>
22 |     style="text-decoration-line: line-through;"
23 |     "world<#selection-caret>"
24 |   " WebKit"