mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Auto merge of #11103 - pcwalton:mac-font-matching, r=metajack
gfx: Map CSS `normal` font weight to Regular font weight on the Mac. This series of commits fixes #9487, and improves the look of nytimes.com among others. r? @metajack <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11103) <!-- Reviewable:end -->
This commit is contained in:
commit
1fd9c55834
5 changed files with 110 additions and 54 deletions
|
@ -1,5 +0,0 @@
|
|||
[word-break-break-all-007.htm]
|
||||
type: reftest
|
||||
expected:
|
||||
if os == "linux": PASS
|
||||
FAIL
|
|
@ -1,3 +1,5 @@
|
|||
[word-break-normal-hi-000.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
||||
expected:
|
||||
if os == "linux": FAIL
|
||||
PASS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue