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

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

Issue 1284313002: Assert should not be reached failure in fontWeightIsBold (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing 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
« no previous file with comments | « no previous file | Source/core/editing/EditingStyle.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script src="../../resources/testharness.js"></script>
3 <script src="../../resources/testharnessreport.js"></script>
4 a
5 <style>
6 * {
7 font-weight:lighter;
8 }
9 </style>
10 a
11 <style>
12 * {
13 font-weight:900;
14 }
15 </style>
16 <div id="log"></div>
17 <script>
18 test(function() {
19 document.designMode = 'on';
20 document.execCommand("selectAll");
21 document.execCommand("insertOrderedList");
22 });
23 </script>
OLDNEW
« no previous file with comments | « no previous file | Source/core/editing/EditingStyle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698