Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / insert-font-weight-expected.txt
blob0415f9b0fb7a4e545258ca3b4cb7089017939682
1 This tests inserting elements with font-weight set to lighter and bolder values
3 Content to insert:
4 | <span>
5 |   style="font-weight: lighter;"
6 |   "hello"
7 | <span>
8 |   style="font-weight: bolder;"
9 |   "world"
11 After insertion:
12 | <span>
13 |   style="font-weight: lighter;"
14 |   "hello"
15 | <span>
16 |   style="font-weight: bolder;"
17 |   "world<#selection-caret>"