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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 This tests inserting elements with font-weight set to lighter and bolder values
2
3 Content to insert:
4 | <span>
5 | style="font-weight: lighter;"
6 | "hello"
7 | <span>
8 | style="font-weight: bolder;"
9 | "world"
10
11 After insertion:
12 | <span>
13 | style="font-weight: lighter;"
14 | "hello"
15 | <span>
16 | style="font-weight: bolder;"
17 | "world<#selection-caret>"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698