| Index: third_party/WebKit/Source/core/layout/LayoutReplaced.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutReplaced.cpp b/third_party/WebKit/Source/core/layout/LayoutReplaced.cpp
|
| index f9822157bb6549f5d03c19b554367585db36a873..87ea65e1b28242829bc15c7338c4d4475cfd290e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutReplaced.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutReplaced.cpp
|
| @@ -190,7 +190,7 @@ FloatSize LayoutReplaced::constrainIntrinsicSizeToMinMax(
|
| !intrinsicSizingInfo.size.isEmpty() && style()->logicalWidth().isAuto() &&
|
| style()->logicalHeight().isAuto()) {
|
| // We can't multiply or divide by 'intrinsicSizingInfo.aspectRatio' here, it
|
| - // breaks tests, like fast/images/zoomed-img-size.html, which
|
| + // breaks tests, like images/zoomed-img-size.html, which
|
| // can only be fixed once subpixel precision is available for things like
|
| // intrinsicWidth/Height - which include zoom!
|
| constrainedSize.setWidth(LayoutBox::computeReplacedLogicalHeight() *
|
|
|