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

Unified Diff: LayoutTests/fast/css/font-weight-1.html

Issue 1331233003: Move parseFontFaceDescriptor to CSSPropertyParser.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add consumeWS for contents Created 5 years, 3 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 | « no previous file | Source/core/css/parser/CSSPropertyParser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/font-weight-1.html
diff --git a/LayoutTests/fast/css/font-weight-1.html b/LayoutTests/fast/css/font-weight-1.html
index 0b315bfb455b97107795dced197b768d7468b276..4b9bf2aa2239c89d5d4ce7c1c86ba993aae0c348 100644
--- a/LayoutTests/fast/css/font-weight-1.html
+++ b/LayoutTests/fast/css/font-weight-1.html
@@ -48,7 +48,7 @@
src: url('../../resources/WebKitWeightWatcher900.ttf');
}
div { font-family: 'WebKit WeightWatcher'; font-size: 48px; }
- .w1 { font-weight: 100; }
+ .w1 { font-weight: 100; font-weight: 500.4; font-weight: 500px; font-weigth: 500.4px; }
.w2 { font-weight: 200; }
.w3 { font-weight: 300; }
.w4 { font-weight: 400; }
« no previous file with comments | « no previous file | Source/core/css/parser/CSSPropertyParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698