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; } |