This tests inserting an u element with text-decoration property set to none.
WebKit should not strip just font-size property. Two instances of "hello world" should look identical to each other.
Insertion point:
|
| contenteditable=""
| " WebKit"
Content to insert:
|
| style="text-decoration: none;"
| "hello "
|
| style="text-decoration: line-through;"
| "world"
After insertion:
|
| contenteditable=""
| "hello "
|
| style="text-decoration: line-through;"
| "world<#selection-caret>"
| " WebKit"