gecko-dev/testing
Christian Biesinger ffecd1d287 Bug 1541689 [wpt PR 16156] - [css-flexbox] Correctly calculate min-height with justify-content, a=testonly
Automatic update from web-platform-tests
[css-flexbox] Correctly calculate min-height with justify-content

Spacing added by justification is not meaninfully part of the
intrinsic block size of an item; remove it.

This is especially problematic with percentage sizes, because
with height: 100% and justify-content: flex-end we would
position any flex items at the end and calculate a minimum
size based on the 100%, even though we ought to ignore percentages.

R=dgrogan@chromium.org, eae@chromium.org

Bug: 945214
Change-Id: If4e271df5e550807632d30e5dd1c2b3068d45313
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546002
Commit-Queue: Emil A Eklund <eae@chromium.org>
Reviewed-by: David Grogan <dgrogan@chromium.org>
Reviewed-by: Emil A Eklund <eae@chromium.org>
Auto-Submit: Christian Biesinger <cbiesinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#646178}

--

wpt-commits: f326d29cb1469bf9b61d816a4752d02df706d129
wpt-pr: 16156
2019-05-03 18:30:29 +01:00
..
awsy Bug 1532491 - Part 2: Add a tp6 version of AWSY. r=bc,rwood 2019-04-01 19:21:54 +00:00
config Bug 1546453: Increase android x86 7.0 emulator's data partition size r=gbrown 2019-04-24 02:17:39 +00:00
crashtest
extensions
firefox-ui Bug 1523741 - Converting legacy aboutTelemetry to Fluent aboutTelemetry, r=jaws,flod,Gijs 2019-04-08 09:15:16 +00:00
geckodriver Merge inbound to mozilla-central. a=merge 2019-04-12 18:48:02 +03:00
gtest Bug 1318091 - Support |mach gtest| for android; r=bc 2019-04-22 15:55:23 +00:00
jsshell
marionette Bug 1546990 - Remove several files from eval()-assertion whitelist, r=ckerschb 2019-04-29 11:20:37 +00:00
mochitest Bug 1546459 - remove subsuite=clipboard from manifests. r=ahal 2019-05-01 08:16:44 +00:00
modules Bug 1541025 - testing/ automated ESLint no-throw-literal fixes. r=jmaher 2019-04-02 13:44:16 +00:00
mozbase Bug 1548008: update glob used to find host-utils in mozproxy r=gbrown 2019-05-01 17:28:36 +00:00
mozharness Bug 1545308 - Add cpufreq/scaling_governor info to android-performance.log; r=wcosta 2019-05-03 01:13:50 +00:00
profiles Bug 1540573 - p7. Modify CSP tests to use preload=2 on (emulated) cellular connections. r=jya 2019-05-03 02:45:06 +00:00
raptor Bug 1519884: Improve help text for --test argument r=rwood 2019-05-01 19:26:41 +00:00
runtimes Bug 1500474 - Rename webcompat-reporter directory to report-site-issue r=florian,Pike 2019-04-23 17:36:40 +00:00
specialpowers Backed out 4 changesets (bug 1320404) for test_permmanager_load_invalid_entries.js failures 2019-05-03 06:12:25 +03:00
talos Backed out 4 changesets (bug 1320404) for test_permmanager_load_invalid_entries.js failures 2019-05-03 06:12:25 +03:00
tools
tps
web-platform Bug 1541689 [wpt PR 16156] - [css-flexbox] Correctly calculate min-height with justify-content, a=testonly 2019-05-03 18:30:29 +01:00
webdriver
xpcshell Bug 1548597 - Relax requirements for fennec in android xpcshell harness; r=jmaher 2019-05-02 17:38:07 +00:00
addtest.py Bug 1547996 - Fix mochitest-browser-chrome with mach addtest;r=ahal 2019-04-30 15:20:51 +00:00
cppunittest.ini
mach_commands.py Bug 1547380 - Reject attempts to run the rusttests command from artifact builds. r=nalexander 2019-04-30 23:03:14 +00:00
moz.build
parse_build_tests_ccov.py
README.txt
remotecppunittests.py
runcppunittests.py
testsuite-targets.mk Bug 1318091 - Add remotegtests.py, supporting android gtests; r=bc 2019-04-12 15:04:39 +00:00

Common testing tools for mozilla codebase projects, test suite definitions
for automated test runs, tests that don't fit anywhere else, and other fun
stuff