Auto merge of #9668 - glennw:inline-accuracy, r=pcwalton

Ensure when calculating font metrics that the total line height matches requested line height.

This fixes rounding accuracy issues that could result in layout producing results off by a small number of Au.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9668)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-02-18 17:48:15 +05:30
commit 83be388f59
4 changed files with 13 additions and 9 deletions

View file

@ -1,5 +0,0 @@
[transform-input-017.htm]
type: reftest
expected:
if os == "linux": PASS
FAIL

View file

@ -1,3 +1,5 @@
[transform-input-018.htm]
type: reftest
expected: FAIL
expected:
if os == "mac": PASS
FAIL

View file

@ -1,3 +1,5 @@
[position-relative-035.htm]
type: reftest
expected: FAIL
expected:
if os == "linux": PASS
FAIL