OLD | NEW |
---|---|
(Empty) | |
1 This tests inserting elements with font-weight set to lighter and bolder values | |
2 | |
3 Content to insert: | |
4 | <b> | |
5 | style="font-weight: lighter;" | |
6 | "hello" | |
7 | <b> | |
8 | style="font-weight: bolder;" | |
9 | "world" | |
10 | |
11 After insertion: | |
12 | <div> | |
13 | contenteditable="" | |
14 | "hello" | |
15 | <span> | |
16 | style="font-weight: bolder;" | |
17 | "world<#selection-caret>" | |
OLD | NEW |