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

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: 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 <!DOCTYPE html>
yosin_UTC9 2015/08/13 00:58:16 Could you use w3c test harness? If so, we don't ne
2 a
3 <style>
4 * {
5 font-weight:lighter;
6 }
7 </style>
8 a
9 <style>
10 * {
11 font-weight:900;
12 }
13 </style>
14 <script src="../../resources/dump-as-markup.js"></script>
15 <script>
16 document.designMode = 'on';
17 document.execCommand("selectAll", false, null);
18 document.execCommand("insertOrderedList" , false , null);
19 Markup.dump(document.body);
20 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/editing/pasteboard/insert-font-weight2-expected.txt » ('j') | Source/core/editing/EditingStyle.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698