This tests applying inline style to a text node, which is a child of the editable root. Style should be applied properly and the test should not crash. (See the bug 39989). bold first: | | "<#selection-anchor>hello, <#selection-focus>" | "world WebKit" bold middle: | "hello, " | | "<#selection-anchor>world<#selection-focus>" | " WebKit" bold last: | "hello, world" | | "<#selection-anchor> WebKit<#selection-focus>" bold all: | | "<#selection-anchor>hello, world WebKit<#selection-focus>" italic first: | | "<#selection-anchor>hello, <#selection-focus>" | "world WebKit" italic middle: | "hello, " | | "<#selection-anchor>world<#selection-focus>" | " WebKit" italic last: | "hello, world" | | "<#selection-anchor> WebKit<#selection-focus>" italic all: | | "<#selection-anchor>hello, world WebKit<#selection-focus>" underline first: | | "<#selection-anchor>hello, <#selection-focus>" | "world WebKit" underline middle: | "hello, " | | "<#selection-anchor>world<#selection-focus>" | " WebKit" underline last: | "hello, world" | | "<#selection-anchor> WebKit<#selection-focus>" underline all: | | "<#selection-anchor>hello, world WebKit<#selection-focus>" strikeThrough first: | | "<#selection-anchor>hello, <#selection-focus>" | "world WebKit" strikeThrough middle: | "hello, " | | "<#selection-anchor>world<#selection-focus>" | " WebKit" strikeThrough last: | "hello, world" | | "<#selection-anchor> WebKit<#selection-focus>" strikeThrough all: | | "<#selection-anchor>hello, world WebKit<#selection-focus>" foreColor first: | | color="#0000ff" | "<#selection-anchor>hello, <#selection-focus>" | "world WebKit" foreColor middle: | "hello, " | | color="#0000ff" | "<#selection-anchor>world<#selection-focus>" | " WebKit" foreColor last: | "hello, world" | | color="#0000ff" | "<#selection-anchor> WebKit<#selection-focus>" foreColor all: | | color="#0000ff" | "<#selection-anchor>hello, world WebKit<#selection-focus>" hiliteColor first: | | style="background-color: blue;" | "<#selection-anchor>hello, <#selection-focus>" | "world WebKit" hiliteColor middle: | "hello, " | | style="background-color: blue;" | "<#selection-anchor>world<#selection-focus>" | " WebKit" hiliteColor last: | "hello, world" | | style="background-color: blue;" | "<#selection-anchor> WebKit<#selection-focus>" hiliteColor all: | | style="background-color: blue;" | "<#selection-anchor>hello, world WebKit<#selection-focus>" subscript first: | | "<#selection-anchor>hello, <#selection-focus>" | "world WebKit" subscript middle: | "hello, " | | "<#selection-anchor>world<#selection-focus>" | " WebKit" subscript last: | "hello, world" | | "<#selection-anchor> WebKit<#selection-focus>" subscript all: | | "<#selection-anchor>hello, world WebKit<#selection-focus>" superscript first: | | "<#selection-anchor>hello, <#selection-focus>" | "world WebKit" superscript middle: | "hello, " | | "<#selection-anchor>world<#selection-focus>" | " WebKit" superscript last: | "hello, world" | | "<#selection-anchor> WebKit<#selection-focus>" superscript all: | | "<#selection-anchor>hello, world WebKit<#selection-focus>" createLink first: | | href="http://webkit.org/" | "<#selection-anchor>hello, <#selection-focus>" | "world WebKit" createLink middle: | "hello, " | | href="http://webkit.org/" | "<#selection-anchor>world<#selection-focus>" | " WebKit" createLink last: | "hello, world" | | href="http://webkit.org/" | "<#selection-anchor> WebKit<#selection-focus>" createLink all: | | href="http://webkit.org/" | "<#selection-anchor>hello, world WebKit<#selection-focus>"