Chromium Code Reviews| Index: LayoutTests/fast/css/zoomed-intrinsic-width-expected.html |
| diff --git a/LayoutTests/fast/css/zoomed-intrinsic-width-expected.html b/LayoutTests/fast/css/zoomed-intrinsic-width-expected.html |
| index 5322e0c619d53b73ca8fc5f6d7f85ff94ac57bb3..988843ab19e603df651ac02dd1cc8a2d770238af 100644 |
| --- a/LayoutTests/fast/css/zoomed-intrinsic-width-expected.html |
| +++ b/LayoutTests/fast/css/zoomed-intrinsic-width-expected.html |
| @@ -6,7 +6,7 @@ |
| zoom: 0.9; |
| } |
| #test { |
| - width: intrinsic; |
| + width: max-content; |
| border: 1px solid red; |
| padding: 5px; |
| overflow: hidden; |