Chromium Code Reviews| Index: LayoutTests/fast/css/rem-dynamic-scaling.html |
| diff --git a/LayoutTests/fast/css/rem-dynamic-scaling.html b/LayoutTests/fast/css/rem-dynamic-scaling.html |
| index 9eeabc51cfa68538d4184740e0bd9fe8fbc0260f..24419130ff37ec80af52638c4ab83f5a5c9c9375 100644 |
| --- a/LayoutTests/fast/css/rem-dynamic-scaling.html |
| +++ b/LayoutTests/fast/css/rem-dynamic-scaling.html |
| @@ -6,6 +6,8 @@ to update as well. |
| This text should be small. |
| <div style="font-size:1rem"> |
| This text should match the root (and be 24px). |
| +<div style="font-size:calc(0% + 1rem)"> |
|
Timothy Loh
2015/07/30 01:06:55
Uhhh.. put this in a separate test, since if it di
|
| +This text should match the root (and be 24px). |
| </div> |
| </div> |
| <script> |