Patch by Wyatt Carss <wcarss@chromium.org> on 2011-12-21
Reviewed by Ryosuke Niwa.
strong and b should be font-weight: bold, not bolder
https://bugs.webkit.org/show_bug.cgi?id=56400
Source/WebCore:
Test: fast/html/font-weight-bold-for-b-and-strong.html
* css/html.css:
(strong, b):
LayoutTests:
Changed html.css to specify that strong and b are font-weight: bold,
not font-weight: bolder. Test added to confirm.
* fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
* fast/html/font-weight-bold-for-b-and-strong-expected.txt: Added.
* fast/html/font-weight-bold-for-b-and-strong.html: Added.
* WebCore/css/html.css:
git-svn-id: svn://svn.chromium.org/blink/trunk@103468 bbb929c8-8fbe-4397-9dbb-9b2b20218538
diff --git a/Source/WebCore/css/html.css b/Source/WebCore/css/html.css
index 3342d65..60cec9c 100644
--- a/Source/WebCore/css/html.css
+++ b/Source/WebCore/css/html.css
@@ -846,7 +846,7 @@
}
strong, b {
- font-weight: bolder
+ font-weight: bold
}
i, cite, em, var, address, dfn {