Index: LayoutTests/editing/pasteboard/insert-font-weight2-expected.txt |
diff --git a/LayoutTests/editing/pasteboard/insert-font-weight2-expected.txt b/LayoutTests/editing/pasteboard/insert-font-weight2-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d595f5ab158f7900448f7437728a634476163de1 |
--- /dev/null |
+++ b/LayoutTests/editing/pasteboard/insert-font-weight2-expected.txt |
@@ -0,0 +1,24 @@ |
+| <ol> |
+| <li> |
+| <span> |
+| style="font-weight: 900;" |
+| "<#selection-anchor>a |
+" |
+| <span> |
+| style="font-weight: 900;" |
+| " |
+a<#selection-focus>" |
+| <br> |
+| <script> |
+| " |
+ document.designMode = 'on'; |
+ document.execCommand("selectAll", false, null); |
+ document.execCommand("insertOrderedList" , false , null); |
+ Markup.dump(document.body); |
+" |
+| <style> |
+| " |
+* { |
+ font-weight:lighter; |
+} |
+" |