From 6da205e7fb63ac5cfb297e4a49be87f822995026 Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Fri, 4 Oct 2019 11:43:10 +0000 Subject: [PATCH] Bug 1538376 [wpt PR 15989] - Revert "[css-flexbox] Try changing min-content contribution for overflow: non-visible", a=testonly Automatic update from web-platform-tests Revert "[css-flexbox] Try changing min-content contribution for overflow: non-visible" This reverts commit 3b177346245b4427d3baf03cfdffd8c877ea5f57. Reason for revert: Not web compatible. Three bugs filed within two weeks of landing. See bug list below. Use counter is pretty high, too. Original change's description: > [css-flexbox] Try changing min-content contribution for overflow: non-visible > > This is an experiment for a spec change the CSSWG is considering: > https://github.com/w3c/csswg-drafts/issues/1865 > > The plan is to land this shortly after the branch point and see what, if any, > bug reports we get, as it is otherwise difficult to tell if there is any > real-world impact of this change (particular considering that nested > flexboxes would hit this codepath). > > We can revert before the stable release if necessary. > > Change-Id: I0278653c231be53f3b5123d4915b53c82ee24437 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1377009 > Commit-Queue: Christian Biesinger > Reviewed-by: David Grogan > Reviewed-by: Emil A Eklund > Auto-Submit: Christian Biesinger > Cr-Commit-Position: refs/heads/master{#639345} Bug: 944614, 941975, 943496 TBR=cbiesingerchromium.org,dgroganchromium.org,eaechromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: Ia0c17f79eda68025613d2ffa65ec3921c81c5f45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1534295 Reviewed-by: Christian Biesinger Commit-Queue: Christian Biesinger Cr-Commit-Position: refs/heads/master{#643169} -- wpt-commits: 023f87586a2f4b64b02c8a1eaada053408d109f0 wpt-pr: 15989 UltraBlame original commit: d3254d280b12b8c11de33eda906b5609d9a17290 --- ...trinsic-width-overflow-auto.tentative.html | 308 ------------------ 1 file changed, 308 deletions(-) delete mode 100644 testing/web-platform/tests/css/css-flexbox/intrinsic-width-overflow-auto.tentative.html diff --git a/testing/web-platform/tests/css/css-flexbox/intrinsic-width-overflow-auto.tentative.html b/testing/web-platform/tests/css/css-flexbox/intrinsic-width-overflow-auto.tentative.html deleted file mode 100644 index b2676a0571da3..0000000000000 --- a/testing/web-platform/tests/css/css-flexbox/intrinsic-width-overflow-auto.tentative.html +++ /dev/null @@ -1,308 +0,0 @@ -< -! -DOCTYPE -html -> -< -link -rel -= -" -author -" -title -= -" -Google -" -href -= -" -https -: -/ -/ -www -. -google -. -com -/ -" -/ -> -< -link -rel -= -" -help -" -href -= -" -https -: -/ -/ -drafts -. -csswg -. -org -/ -css -- -flexbox -- -1 -/ -# -intrinsic -- -sizes -" -/ -> -< -link -rel -= -" -help -" -href -= -" -https -: -/ -/ -github -. -com -/ -w3c -/ -csswg -- -drafts -/ -issues -/ -1865 -" -/ -> -< -script -src -= -" -/ -resources -/ -testharness -. -js -" -> -< -/ -script -> -< -script -src -= -" -/ -resources -/ -testharnessreport -. -js -" -> -< -/ -script -> -< -script -src -= -" -/ -resources -/ -check -- -layout -- -th -. -js -" -> -< -/ -script -> -< -body -onload -= -" -checkLayout -( -' -. -flexbox -' -) -" -> -< -div -class -= -" -flexbox -" -style -= -" -display -: -flex -; -width -: -min -- -content -; -" -data -- -expected -- -width -= -" -0 -" -> -< -div -style -= -" -overflow -: -auto -; -" -> -< -div -style -= -" -width -: -100px -; -height -: -100px -; -" -> -< -/ -div -> -< -/ -div -> -< -/ -div -> -< -div -class -= -" -flexbox -" -style -= -" -display -: -flex -; -width -: -min -- -content -; -" -data -- -expected -- -width -= -" -10 -" -> -< -div -style -= -" -overflow -: -auto -; -border -: -5px -solid -; -" -> -< -div -style -= -" -width -: -100px -; -height -: -100px -; -" -> -< -/ -div -> -< -/ -div -> -< -/ -div ->