This tests inserting a font element with both font-size CSS property and size attribute.
WebKit should not strip just font-size property. Two instances of "hello world" should look identical to each other.
Insertion point:
|
| contenteditable=""
| style="font-size: 25px;"
| "WebKit"
Content to insert:
|
| size="7"
| style="font-size: 25px;"
| "hello "
|
| color="blue"
| size="7"
| style="font-size: 15px;"
| "world "
After insertion:
|
| contenteditable=""
| style="font-size: 25px;"
| "hello "
|
| color="blue"
| style="font-size: 15px;"
| "world <#selection-caret>"
| "WebKit"