Commit e9ba8e7f authored by Christian Biesinger's avatar Christian Biesinger Committed by Commit Bot

Turn on computing img aspect ratios from width/height attributes

This turns on the flag to compute the aspect ratio for <img> elements
from the width/height attributes, if any, while the image is loading.

Intent to ship: https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/GePU9T8UpEc/bET6Mi60CgAJ

https://chromestatus.com/feature/5695266130755584

Bug: 979891
Change-Id: Ib7aa7c8766807613af2bf01eea21a64925095763
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865546
Auto-Submit: Christian Biesinger <cbiesinger@chromium.org>
Reviewed-by: default avatarChris Harrelson <chrishtr@chromium.org>
Commit-Queue: Chris Harrelson <chrishtr@chromium.org>
Commit-Queue: Christian Biesinger <cbiesinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#706673}
parent 8bca6636
...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
// from CSS. // from CSS.
// https://github.com/WICG/intrinsicsize-attribute/issues/16 // https://github.com/WICG/intrinsicsize-attribute/issues/16
name: "AspectRatioFromWidthAndHeight", name: "AspectRatioFromWidthAndHeight",
status: "test", status: "stable",
}, },
{ {
name: "AsyncClipboard", name: "AsyncClipboard",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment