Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Unified Diff: LayoutTests/editing/pasteboard/insert-font-weight-expected.txt

Issue 23075004: Fixes a crash when copying elements with font-weight lighter or bolder (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>"

Powered by Google App Engine
This is Rietveld 408576698