| Index: LayoutTests/editing/pasteboard/insert-font-weight-expected.txt
|
| diff --git a/LayoutTests/editing/pasteboard/insert-font-weight-expected.txt b/LayoutTests/editing/pasteboard/insert-font-weight-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2ecf580743f9b3940bfdd12e37c788b8c8550393
|
| --- /dev/null
|
| +++ b/LayoutTests/editing/pasteboard/insert-font-weight-expected.txt
|
| @@ -0,0 +1,17 @@
|
| +This tests inserting elements with font-weight set to lighter and bolder values
|
| +
|
| +Content to insert:
|
| +| <b>
|
| +| style="font-weight: lighter;"
|
| +| "hello"
|
| +| <b>
|
| +| style="font-weight: bolder;"
|
| +| "world"
|
| +
|
| +After insertion:
|
| +| <div>
|
| +| contenteditable=""
|
| +| "hello"
|
| +| <span>
|
| +| style="font-weight: bolder;"
|
| +| "world<#selection-caret>"
|
|
|