Commit 57096b0c authored by Christian Biesinger's avatar Christian Biesinger Committed by Commit Bot

Add a comment explaining why this test is duplicated

Change-Id: I5dbd39bf616354d715968b591912abbb427d5954
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2146214
Auto-Submit: Christian Biesinger <cbiesinger@chromium.org>
Reviewed-by: default avatarGyuyoung Kim <gyuyoung@igalia.com>
Commit-Queue: Christian Biesinger <cbiesinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#758441}
parent 61e88d0e
...@@ -26,6 +26,10 @@ to fit the size of flexitem according to flex values."> ...@@ -26,6 +26,10 @@ to fit the size of flexitem according to flex values.">
<body onload="checkLayout('.flexbox')"> <body onload="checkLayout('.flexbox')">
<div id=log></div> <div id=log></div>
<!-- Blink's behavior here is incorrect, see https://crbug.com/721123.
When that bug is fixed, please delete this test, as this is correctly
tested by external/wpt/css/css-flexbox/flexitem-stretch-image.html -->
<div class="flexbox"> <div class="flexbox">
<img data-expected-display="block" data-expected-width="345" style="flex: 1 0 auto;" src="../../images/resources/blue-100.png"> <img data-expected-display="block" data-expected-width="345" style="flex: 1 0 auto;" src="../../images/resources/blue-100.png">
<img data-expected-display="block" data-expected-width="255" data-expected-height="100" style="flex: 1 0 auto;" src="../../images/resources/green-10.png"> <img data-expected-display="block" data-expected-width="255" data-expected-height="100" style="flex: 1 0 auto;" src="../../images/resources/green-10.png">
......
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