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

Unified Diff: LayoutTests/css3/font-weight-expected.txt

Issue 15994009: Match spec for font-weight: bolder|lighter (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: presubmit has svn error, maybe re-upload will fix? Created 7 years, 6 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
« no previous file with comments | « LayoutTests/css3/font-weight.html ('k') | Source/core/platform/graphics/FontDescription.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/font-weight-expected.txt
diff --git a/LayoutTests/css3/font-weight-expected.txt b/LayoutTests/css3/font-weight-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7c84fb9971bd6303afd6775d13b08cdd18f69608
--- /dev/null
+++ b/LayoutTests/css3/font-weight-expected.txt
@@ -0,0 +1,42 @@
+Test that font-weight: bolder and font-weight: lighter behave according to spec.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS getComputedStyle(outer).fontWeight is "100"
+PASS getComputedStyle(bolder).fontWeight is "normal"
+PASS getComputedStyle(lighter).fontWeight is "100"
+PASS getComputedStyle(outer).fontWeight is "200"
+PASS getComputedStyle(bolder).fontWeight is "normal"
+PASS getComputedStyle(lighter).fontWeight is "100"
+PASS getComputedStyle(outer).fontWeight is "300"
+PASS getComputedStyle(bolder).fontWeight is "normal"
+PASS getComputedStyle(lighter).fontWeight is "100"
+PASS getComputedStyle(outer).fontWeight is "normal"
+PASS getComputedStyle(bolder).fontWeight is "bold"
+PASS getComputedStyle(lighter).fontWeight is "100"
+PASS getComputedStyle(outer).fontWeight is "normal"
+PASS getComputedStyle(bolder).fontWeight is "bold"
+PASS getComputedStyle(lighter).fontWeight is "100"
+PASS getComputedStyle(outer).fontWeight is "500"
+PASS getComputedStyle(bolder).fontWeight is "bold"
+PASS getComputedStyle(lighter).fontWeight is "100"
+PASS getComputedStyle(outer).fontWeight is "600"
+PASS getComputedStyle(bolder).fontWeight is "900"
+PASS getComputedStyle(lighter).fontWeight is "normal"
+PASS getComputedStyle(outer).fontWeight is "bold"
+PASS getComputedStyle(bolder).fontWeight is "900"
+PASS getComputedStyle(lighter).fontWeight is "normal"
+PASS getComputedStyle(outer).fontWeight is "bold"
+PASS getComputedStyle(bolder).fontWeight is "900"
+PASS getComputedStyle(lighter).fontWeight is "normal"
+PASS getComputedStyle(outer).fontWeight is "800"
+PASS getComputedStyle(bolder).fontWeight is "900"
+PASS getComputedStyle(lighter).fontWeight is "bold"
+PASS getComputedStyle(outer).fontWeight is "900"
+PASS getComputedStyle(bolder).fontWeight is "900"
+PASS getComputedStyle(lighter).fontWeight is "bold"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/css3/font-weight.html ('k') | Source/core/platform/graphics/FontDescription.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698