| Index: LayoutTests/fast/text-autosizing/inherited-multiplier-expected.html
|
| diff --git a/LayoutTests/fast/text-autosizing/inherited-multiplier-expected.html b/LayoutTests/fast/text-autosizing/inherited-multiplier-expected.html
|
| index 10b746c4df96f6b9688d1f8f958448bb17b401b8..85cdaff8846eba555452c881dccdf63f7bdfd5f3 100644
|
| --- a/LayoutTests/fast/text-autosizing/inherited-multiplier-expected.html
|
| +++ b/LayoutTests/fast/text-autosizing/inherited-multiplier-expected.html
|
| @@ -14,12 +14,12 @@
|
| <body>
|
| <div id="outer" style="font-size: 2.5rem">
|
| This test verifies that a text autosizing multiplier that is inherited from a
|
| - parent element's LayoutStyle is reflected in the computed font size, even if the
|
| + parent element's ComputedStyle is reflected in the computed font size, even if the
|
| specified font size is different and the next text autosizing pass doesn't alter
|
| the multiplier.
|
| <div style="font-size: 30px">
|
| This test verifies that a text autosizing multiplier that is inherited from a
|
| - parent element's LayoutStyle is reflected in the computed font size, even if the
|
| + parent element's ComputedStyle is reflected in the computed font size, even if the
|
| specified font size is different and the next text autosizing pass doesn't alter
|
| the multiplier.
|
| </div>
|
|
|