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

Side by Side Diff: LayoutTests/editing/pasteboard/insert-font-weight2-expected.txt

Issue 1284313002: Assert should not be reached failure in fontWeightIsBold (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: V2 Created 5 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
OLDNEW
(Empty)
1 | <ol>
2 | <li>
3 | <span>
4 | style="font-weight: 900;"
5 | "<#selection-anchor>a
6 "
7 | <span>
8 | style="font-weight: 900;"
9 | "
10 a<#selection-focus>"
11 | <br>
12 | <script>
13 | "
14 document.designMode = 'on';
15 document.execCommand("selectAll", false, null);
16 document.execCommand("insertOrderedList" , false , null);
17 Markup.dump(document.body);
18 "
19 | <style>
20 | "
21 * {
22 font-weight:lighter;
23 }
24 "
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698