| Index: LayoutTests/fast/css/rem-calc-dynamic-scaling.html
|
| diff --git a/LayoutTests/fast/css/rem-dynamic-scaling.html b/LayoutTests/fast/css/rem-calc-dynamic-scaling.html
|
| similarity index 90%
|
| copy from LayoutTests/fast/css/rem-dynamic-scaling.html
|
| copy to LayoutTests/fast/css/rem-calc-dynamic-scaling.html
|
| index 9eeabc51cfa68538d4184740e0bd9fe8fbc0260f..deaf54ce869e017796a55c76bb351bc873fea933 100644
|
| --- a/LayoutTests/fast/css/rem-dynamic-scaling.html
|
| +++ b/LayoutTests/fast/css/rem-calc-dynamic-scaling.html
|
| @@ -4,7 +4,7 @@ This is a test of dynamic rem unit scaling. Changes to the root element's font
|
| to update as well.
|
| <div style="font-size:10px">
|
| This text should be small.
|
| -<div style="font-size:1rem">
|
| +<div style="font-size:calc(0% + 1rem)">
|
| This text should match the root (and be 24px).
|
| </div>
|
| </div>
|
|
|