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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/editing/pasteboard/insert-font-weight2.html
diff --git a/LayoutTests/editing/pasteboard/insert-font-weight2.html b/LayoutTests/editing/pasteboard/insert-font-weight2.html
new file mode 100644
index 0000000000000000000000000000000000000000..101bf59ab274038780d67d743ad92a013c491a7a
--- /dev/null
+++ b/LayoutTests/editing/pasteboard/insert-font-weight2.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
yosin_UTC9 2015/08/13 00:58:16 Could you use w3c test harness? If so, we don't ne
+a
+<style>
+* {
+ font-weight:lighter;
+}
+</style>
+a
+<style>
+* {
+ font-weight:900;
+}
+</style>
+<script src="../../resources/dump-as-markup.js"></script>
+<script>
+ document.designMode = 'on';
+ document.execCommand("selectAll", false, null);
+ document.execCommand("insertOrderedList" , false , null);
+ Markup.dump(document.body);
+</script>
« 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