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..0415f9b0fb7a4e545258ca3b4cb7089017939682 |
--- /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: |
+| <span> |
+| style="font-weight: lighter;" |
+| "hello" |
+| <span> |
+| style="font-weight: bolder;" |
+| "world" |
+ |
+After insertion: |
+| <span> |
+| style="font-weight: lighter;" |
+| "hello" |
+| <span> |
+| style="font-weight: bolder;" |
+| "world<#selection-caret>" |