Commit Graph

642691 Commits

Author SHA1 Message Date
Brian Birtles
04e79479f6 Bug 1518816 - Add EffectSet::GetEffectSetForFrame and use it in FindAnimationsForCompositor; r=hiro
There are many bugs regarding our use of EffectSet::GetEffectSet(nsIFrame*)
because the intention of the caller is not clear. If it is called for the
primary frame of display:table content do we expect it to get the EffectSet
associated with the style frame or not? Generally it depends on if we are
looking for transform animations or not.

Rather than inspecting each call site and making it choose the appropriate frame
to use, this patch introduces a new method to EffectSet to get the appropriate
EffectSet based on the properties the caller is interested in.

This patch also uses this function in FindAnimationsForCompositor which in turns
fixes the glitching observed on Tumblr that arose since a number of places in
our display list code were passing the style frame to
EffectCompositor::HasAnimationsForCompositor.

Over the remainder of this patch series we will convert more callers of
EffectSet::GetEffectSet(nsIFrame*) to this new method before renaming
EffectSet::GetEffectSet to GetEffectSetForStyleFrame to make clear how the
method is intended to work.

Differential Revision: https://phabricator.services.mozilla.com/D23282

--HG--
extra : moz-landing-system : lando
2019-03-18 04:10:30 +00:00
Brian Birtles
8e3d3cbf03 Bug 1518816 - Clarify when and why KeyframeEffect::HasEffectiveAnimationOfPropertySet might return false even when there are effective animations in a property set; r=boris
It took me a long time to understand why
KeyframeEffect::HasEffectiveAnimationOfPropertySet behaved so differently to
KeyframeEffect::HasAnimationOfPropertySet. This patch attempts to clarify that
while making KeyframeEffect::HasEffectiveAnimationOnPropertySet a little more
generally useful. This will allow us to tidy up the various animation checks in
nsLayoutUtils later in this patch series.

Ultimately, however, we should make this check part of the regular compositor
animation vetting machinery in bug 1534884. That should remove a number of
inconsistencies such that we don't need the extended comments added in this
patch.

Differential Revision: https://phabricator.services.mozilla.com/D23281

--HG--
extra : moz-landing-system : lando
2019-03-18 04:10:10 +00:00
Brian Birtles
fb706f4828 Bug 1518816 - Replace nsLayoutUtils::HasCurrentTransition with something that takes an element/pseudo pair; r=hiro
The trouble with utility functions that take an nsIFrame is it's not clear what
the caller's intention is. For example, with
nsLayoutUtils::HasCurrentTransition, is the caller asking for transitions on
that frame? Or animations on _both_ that frame and its corresponding
style/primary frame?

Probably the caller hasn't even thought about it and there are likely to be bugs
when display:table content is encountered.

Where practical it's much better to take an element/pseudo pair since it's clear
that the caller is concerned with all animations (or transitions in this case)
on the element regardless of how it is represented in the frame tree.

This patch updates nsLayoutUtils::HasCurrentTransition to take an element/pseudo
pair and moves it to mozilla::AnimationUtils at the same time.

Differential Revision: https://phabricator.services.mozilla.com/D23280

--HG--
extra : moz-landing-system : lando
2019-03-18 04:09:55 +00:00
Brian Birtles
738f8c74d1 Bug 1518816 - Look up the will-change style on the _style_ frame for will-change: transform; r=mattwoodrow
I was unable to create a failing reftest for this since this method is not
used when determining whether or not to create a stacking context.
However, I verified that for content with animated transforms and
will-change:transform on display:table content this change does cause us to
return true from the will-change check in this method when previously it would
not.

Differential Revision: https://phabricator.services.mozilla.com/D23279

--HG--
extra : moz-landing-system : lando
2019-03-18 04:09:35 +00:00
Brian Birtles
3205c6d7ec Bug 1518816 - Make sure all transform-related properties are inherited from a table's inner frame to its wrapper frame; r=mattwoodrow
We test the transform-style of a frame in places like
KeyframeEffect::CanAnimateTransformOnCompositor but this will likely not work as
expected for display:table content since the transform-style will not be
inherited to the primary frame (and later in this patch series we will ensure
that we are dealing with the primary frame in
KeyframeEffect::CanAnimateTransformOnCompositor).

The individual transform properties are new but they should also be inherited so
that all the appropriate tests for "is this frame transformed?" produce the
correct result when these properties are applied.

Differential Revision: https://phabricator.services.mozilla.com/D23278

--HG--
extra : moz-landing-system : lando
2019-03-18 04:09:21 +00:00
tanhengyeow
ef0117142e Bug 1422014 - Resend option in netmonitor. r=Honza
Add resend option in the context menu of netmonitor.

Differential Revision: https://phabricator.services.mozilla.com/D20091

--HG--
extra : moz-landing-system : lando
2019-03-18 11:55:24 +00:00
Matthew Noorenberghe
6ad98db472 Backed out changeset db4a1fa6c07c (bug 1533206) for bad interactions between XUL flex and display:flex.
--HG--
extra : histedit_source : 3adee7bd962d6eb570b2a283ada2a5c5c7e043ba
2019-03-17 21:01:13 -07:00
André Bargull
20cdce99f8 Bug 1532262: OBJECT_FLAG_NON_PACKED only implies packed elements, not a packed array. r=jandem
Summary: Add MIsPackedArray to ensure the array's length matches its initialised length.

Differential Revision: https://phabricator.services.mozilla.com/D23673

--HG--
rename : js/src/jit-test/tests/ion/spreadcall-not-optimized-dynamic-2.js => js/src/jit-test/tests/ion/spreadcall-not-optimized-dynamic-2a.js
rename : js/src/jit-test/tests/ion/spreadcall-not-optimized-static-2.js => js/src/jit-test/tests/ion/spreadcall-not-optimized-static-2a.js
extra : rebase_source : 647264f9011e7180614d41f7663de956e9479944
extra : amend_source : 79724a87c6aedd1457be6b9f0667eb5d189b3ba6
2019-03-17 23:56:01 +01:00
Noemi Erli
e20d6c8a1c Merge inbound to mozilla-central. a=merge 2019-03-17 23:38:05 +02:00
Bobby Holley
c492c0fe0f Bug 1535745 - Eliminate gfx.webrender.program-binary. r=sotaro
Differential Revision: https://phabricator.services.mozilla.com/D23731

--HG--
extra : moz-landing-system : lando
2019-03-16 00:31:38 +00:00
Edwin Gao
fed5f980bc Bug 1536211 - disable tests in netwerk/test/unit/ that requires http/2 server r=jmaher
Disable the following tests, with 1536211 serving as the tracking bug:
- test_header_Server_Timing.js (1530871)
- test_trr.js (1532395)
- test_esni_dns_fetch.js (1530752)

Differential Revision: https://phabricator.services.mozilla.com/D23922

--HG--
extra : moz-landing-system : lando
2019-03-19 01:12:28 +00:00
Edwin Gao
233a502fa2 Bug 1536217 - disable tests in toolkit/crashreporter/test/unit and toolkit/crashreporter/test/unit_ipc r=jmaher
Disable tests as they fail constantly on xpcshell-8 on windows10-aarch64.

Bug 1536221 is filed for investigating why the crashreporter tests still fail.

Differential Revision: https://phabricator.services.mozilla.com/D23940

--HG--
extra : moz-landing-system : lando
2019-03-19 11:15:18 +00:00
Edwin Gao
545c87da8f Bug 1532801 - disable updater related tests as it is not ready r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D23942

--HG--
extra : moz-landing-system : lando
2019-03-19 11:14:28 +00:00
Edwin Gao
b0ed46de2e Bug 1536250 - disable test_dmd.js r=jmaher
Disable this test which intermittently fails in xpcshell.

Differential Revision: https://phabricator.services.mozilla.com/D23956

--HG--
extra : moz-landing-system : lando
2019-03-19 01:12:08 +00:00
Edwin Gao
5b2eb3b3ef Bug 1536347 - disable toolkit/content/tests/widgets/test_bug898940.html r=jmaher
This test fails fairly consistently.

Differential Revision: https://phabricator.services.mozilla.com/D23989

--HG--
extra : moz-landing-system : lando
2019-03-19 11:12:23 +00:00
Edwin Gao
766c3795b7 Bug 1536350 - disable dom/plugins/test/mochitest/test_windowless_ime.html r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D23990

--HG--
extra : moz-landing-system : lando
2019-03-19 11:11:05 +00:00
Nicolas B. Pierron
bf4b5b97d0 Bug 1529559 - ARM64: PatchJump change the branching schema if the target is out of range. r=sstangl
Differential Revision: https://phabricator.services.mozilla.com/D23361

--HG--
extra : moz-landing-system : lando
2019-03-19 18:23:52 +00:00
Geoff Brown
89daa23071 Bug 1535417 - Set dynamic mozinfo fields in Android test-verify; r=bc
In the mochitest harness, is_fennec is populated by examining harness options, and
is_emulator and android_version are populated by examining the device via mozdevice.
The per-test code doesn't have those options and the emulator may not be available
yet, so I've opted for populated those fields from mozharness configuration. In
practice, we only run Android TV on Android 4.3, where is_fennec=True, is_emulator=True,
and android_version=18. I'd like to run TV on Android 7.0/geckoview eventually,
where is_fennec=False, is_emulator=True, and android_version=24.
Since I was here, I also removed 'stylo' from the per-test mozinfo, since that field
is obsolete now.

Differential Revision: https://phabricator.services.mozilla.com/D23595

--HG--
extra : moz-landing-system : lando
2019-03-19 18:11:44 +00:00
Gijs Kruitbosch
98463769e5 Bug 1536514 - actually close quote of 'PanelUI-fxa' for fxa menu keypress handler, r=vbudhram
Differential Revision: https://phabricator.services.mozilla.com/D24067

--HG--
extra : moz-landing-system : lando
2019-03-19 18:06:35 +00:00
Dana Keeler
4ac9f8c38c Bug 1429796 - cert_storage: create rkv environment and store only once to avoid races r=mgoodwin,jcj
This patch also base64-decodes the API inputs before storing in the DB in
anticipation of being able to pass binary data directly (bug 1535752).

Differential Revision: https://phabricator.services.mozilla.com/D23430

--HG--
extra : moz-landing-system : lando
2019-03-18 20:08:30 +00:00
Mark Goodwin
59e0c373c3 Bug 1429796 Cleanup storage in CertBlocklist to allow easy addition of new types of pair (e.g. whitelist entries) r=keeler
Differential Revision: https://phabricator.services.mozilla.com/D17668

--HG--
extra : moz-landing-system : lando
2019-03-19 17:48:04 +00:00
Chris Manchester
02576069b4 Bug 1536259 - Add missing ANDROID define for clang runtime builds. r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D23957

--HG--
extra : moz-landing-system : lando
2019-03-19 17:47:21 +00:00
Daniel Holbert
e76186a6e9 Bug 1532471 part 2: Enable CSS containment for early beta and earlier. r=emilio
Depends on D23362

Differential Revision: https://phabricator.services.mozilla.com/D23363

--HG--
extra : moz-landing-system : lando
2019-03-19 17:35:45 +00:00
Brian Hackett
3e8ff9df82 Bug 1535459 - Create BrowsingContext in middleman processes.
--HG--
extra : rebase_source : f994643a4f55552e8257656ed3c744a507e724f4
2019-03-15 07:25:49 -10:00
Ciure Andrei
4763b8d576 Merge inbound to mozilla-central. a=merge
--HG--
rename : testing/web-platform/tests/css/css-images/support/100x100-blue-green.html => testing/web-platform/tests/css/css-images/reference/100x100-blue-green.html
rename : testing/web-platform/tests/css/css-namespaces/reftest/ref-lime-1-block.xml => testing/web-platform/tests/css/css-namespaces/reference/ref-lime-1-block.xml
rename : testing/web-platform/tests/css/css-namespaces/reftest/ref-lime-1-generic.xml => testing/web-platform/tests/css/css-namespaces/reference/ref-lime-1-generic.xml
rename : testing/web-platform/tests/css/css-namespaces/reftest/ref-lime-1.xml => testing/web-platform/tests/css/css-namespaces/reference/ref-lime-1.xml
rename : testing/web-platform/tests/css/css-namespaces/reftest/ref-lime-2-generic.xml => testing/web-platform/tests/css/css-namespaces/reference/ref-lime-2-generic.xml
rename : testing/web-platform/tests/css/css-namespaces/reftest/ref-lime-2.xml => testing/web-platform/tests/css/css-namespaces/reference/ref-lime-2.xml
rename : testing/web-platform/tests/css/css-namespaces/reftest/ref-lime-3.xml => testing/web-platform/tests/css/css-namespaces/reference/ref-lime-3.xml
rename : testing/web-platform/tests/css/css-namespaces/reftest/ref-lime-5.xml => testing/web-platform/tests/css/css-namespaces/reference/ref-lime-5.xml
rename : testing/web-platform/tests/css/css-namespaces/reftest/ref-lime-6.xml => testing/web-platform/tests/css/css-namespaces/reference/ref-lime-6.xml
rename : testing/web-platform/tests/css/css-transforms/reftest/transform-3d-rotateY-stair-above-ref-001.xht => testing/web-platform/tests/css/css-transforms/reference/transform-3d-rotateY-stair-above-ref-001.xht
rename : testing/web-platform/tests/css/css-transforms/reftest/transform-applies-to-001-ref.xht => testing/web-platform/tests/css/css-transforms/reference/transform-applies-to-001-ref.xht
rename : testing/web-platform/tests/css/css-transforms/reftest/transform-applies-to-002-ref.xht => testing/web-platform/tests/css/css-transforms/reference/transform-applies-to-002-ref.xht
rename : testing/web-platform/tests/css/css-transforms/reftest/transform-origin-01-ref.html => testing/web-platform/tests/css/css-transforms/reference/transform-origin-01-ref.html
rename : testing/web-platform/tests/css/css-transforms/transform-box/support/greensquare200x200.html => testing/web-platform/tests/css/css-transforms/transform-box/reference/greensquare200x200.html
rename : testing/web-platform/tests/css/css-writing-modes/reftest/writing-mode-vertical-lr-002-ref.xht => testing/web-platform/tests/css/css-writing-modes/reference/writing-mode-vertical-lr-002-ref.xht
rename : testing/web-platform/tests/css/css-writing-modes/reftest/writing-mode-vertical-rl-001-ref.xht => testing/web-platform/tests/css/css-writing-modes/reference/writing-mode-vertical-rl-001-ref.xht
rename : testing/web-platform/tests/css/css-writing-modes/reftest/writing-mode-vertical-rl-002-ref.xht => testing/web-platform/tests/css/css-writing-modes/reference/writing-mode-vertical-rl-002-ref.xht
rename : testing/web-platform/tests/orientation-event/devicemotionevent-init.html => testing/web-platform/tests/orientation-event/devicemotionevent-init.https.html
rename : testing/web-platform/tests/orientation-event/deviceorientationabsoluteevent.html => testing/web-platform/tests/orientation-event/deviceorientationabsoluteevent.https.html
rename : testing/web-platform/tests/orientation-event/deviceorientationevent-init.html => testing/web-platform/tests/orientation-event/deviceorientationevent-init.https.html
rename : testing/web-platform/tests/orientation-event/ondeviceorientationabsolute.html => testing/web-platform/tests/orientation-event/ondeviceorientationabsolute.https.html
rename : testing/web-platform/tests/svg/embedded/support/green-rect-100x100.svg => testing/web-platform/tests/svg/embedded/reference/green-rect-100x100.svg
rename : testing/web-platform/tests/svg/shapes/reftests/support/empty.svg => testing/web-platform/tests/svg/shapes/reftests/reference/empty.svg
2019-03-17 11:44:39 +02:00
Andrea Marchesini
5bb6c49ba8 Bug 1535799 - nsIHttpChannel.isTrackingResource should be a method, r=Ehsan
Differential Revision: https://phabricator.services.mozilla.com/D23765

--HG--
extra : moz-landing-system : lando
2019-03-17 06:55:50 +00:00
Sebastian Hengst
f915dc09ca Bug 1532580 - [wpt-sync] Update test expectations for /signed-exchange/reporting/ on Linux x64 asan to exclude it from timeouts. a=test-only
--HG--
extra : rebase_source : 274565f9d4e161337167f44bf90868c7712ee1c8
2019-03-16 23:28:02 +01:00
J.C. Jones
8b64b97bc6 Bug 1523175 - land NSS NSS_3_43_RTM UPGRADE_NSS_RELEASE, r=me
--HG--
extra : rebase_source : d609bbce8603071c011dfe7133866b734ff3c380
2019-03-16 17:50:02 +00:00
Sebastian Hengst
9a9ec0e387 Bug 1532580 - [wpt-sync] Update test expectations for /signed-exchange/reporting/ on Linux x64 pgo and asan. a=test-only CLOSED TREE
--HG--
extra : amend_source : 7df6704d90431e8950f1779460ac9df1ad89a161
2019-03-16 20:23:42 +01:00
longsonr
fd7d94f776 Bug 1532156 - correct marker-start for closed paths so it is the average of the start and end angles i.e. the same as marker-end r=dholbert 2019-03-16 17:00:23 +00:00
James Graham
d7fb84d2e4 Bug 1532580 - Update jsshell metadata, a=testonly ON A CLOSED TREE 2019-03-16 14:37:19 +00:00
Boris Zbarsky
e348ad0b6c Improve the documentation around the MOZ_CAN_RUN_SCRIPT analysis. No bug. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D23762

--HG--
extra : moz-landing-system : lando
2019-03-16 12:52:33 +00:00
Timothy Nikkel
9210539d17 Bug 1535862. Don't use a property after changing it in nsDOMWindowUtils::SetDisplayPortForElement. r=botond
Differential Revision: https://phabricator.services.mozilla.com/D23801

--HG--
extra : moz-landing-system : lando
2019-03-16 22:14:35 +00:00
Coroiu Cristina
9df7619fc3 Merge mozilla-central to autoland a=merge 2019-03-16 23:56:14 +02:00
Gurzau Raul
0414b39799 Bug 1533394 - Disable browser_serviceWorker.js on Linux, Mac and Windows 7. r=aryx
Differential Revision: https://phabricator.services.mozilla.com/D23793

--HG--
extra : moz-landing-system : lando
2019-03-16 16:40:25 +00:00
danielleleb
07bdaa54f0 Bug 1501955 - Runs securityOnLoad on certificate error pages and adds test. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D21840

--HG--
extra : moz-landing-system : lando
2019-03-16 19:53:02 +00:00
Andreea Pavel
4f60356595 Backed out changeset b12dda048dd5 (bug 1535666) patch does not work on beta DONTBUILD 2019-03-16 18:51:42 +02:00
Emilio Cobos Álvarez
bfed43b178 Bug 1535790 - Initialize members in nsLookAndFeel, and bail out when there's no screen settings. r=stransky
A patch of mine starts calling nsLookAndFeel from xpcshell tests, which makes
gtk crash eventually.

Differential Revision: https://phabricator.services.mozilla.com/D23759

--HG--
extra : moz-landing-system : lando
2019-03-16 15:17:49 +00:00
James Graham
d467910740 Bug 1532580 - Fix wpt reftest window dimensions, r=gsnedders
The wpt reftest window was mixing up width and height for initial
opening, meaining that it would be the wrong shape for non-square
configurations. This caused us to go down a path where we weren't
passing DRAWWINDOW_USE_WIDGET_LAYERS which turns out to be broken and
result in frequent blank screenshots.

Fix the window dimensions and make the broken path an error instead.

Differential Revision: https://phabricator.services.mozilla.com/D23323
2019-03-16 12:13:33 +00:00
moz-wptsync-bot
330342ee43 Bug 1532580 - [wpt-sync] Update web-platform-tests to 0f1c6e9b1f63e523eb241e8c0eba1cdc764fd180, a=testonly
wpt-head: 0f1c6e9b1f63e523eb241e8c0eba1cdc764fd180
wpt-type: landing
2019-03-16 12:13:33 +00:00
pyup-bot
d5483d0c95 Bug 1531372 [wpt PR 15543] - Update mozrunner to 7.4.0, a=testonly
Automatic update from web-platform-tests
Update mozrunner from 7.3.0 to 7.4.0
--

wpt-commits: 0f1c6e9b1f63e523eb241e8c0eba1cdc764fd180
wpt-pr: 15543
2019-03-16 12:13:32 +00:00
jugglinmike
02884183db Bug 1531365 [wpt PR 15488] - [wptrunner] Reset internal state during "rerun", a=testonly
Automatic update from web-platform-tests
[wptrunner] Reset internal state during "rerun" (#15488)

The "reftest" implementation uses an internal cache for screenshots as
an optimization for running similar tests. That optimization is
inappropriate for the CLI's "rerun" feature since in that context,
repeatedly running the same tests is an explicit goal.

Introduce a generic "reset" message that is emitted by the
TestRunnerManager during "rerun", and extend the RefTestExecutor to
handle this message by emptying its internal cache.
--

wpt-commits: f650eb264890a42067f0703fa1e7350c4d8f31d2
wpt-pr: 15488
2019-03-16 12:13:32 +00:00
moz-wptsync-bot
7735dd9f8e Bug 1527584 [wpt PR 15352] - Update wpt metadata, a=testonly
wpt-pr: 15352
wpt-type: metadata
2019-03-16 12:13:32 +00:00
Anne van Kesteren
3adef14e71 Bug 1527584 [wpt PR 15352] - HTML: window.open("", "", "noreferrer"), a=testonly
Automatic update from web-platform-tests
HTML: window.open("", "", "noreferrer")

For https://github.com/whatwg/html/pull/4331.
--

wpt-commits: 22abb9c5c4a78f5deecc49417f5e57ba27f404cb
wpt-pr: 15352
2019-03-16 12:13:32 +00:00
Mike Pennisi
60c7291626 Bug 1531229 [wpt PR 15556] - [wptrunner] Do not use undefined method, a=testonly
Automatic update from web-platform-tests
[wptrunner] Do not use undefined method

The Selenium wire protocol does not define a "set window rect" method
[1]. Implement the desired behavior by composing the "set window
position" and "set window size" methods.

[1] https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol

--

wpt-commits: 823542ced8f584e121f6196702e1a7e5958530ed
wpt-pr: 15556
2019-03-16 12:13:31 +00:00
moz-wptsync-bot
b6e4911326 Bug 1531256 [wpt PR 15516] - Update wpt metadata, a=testonly
wpt-pr: 15516
wpt-type: metadata
2019-03-16 12:13:31 +00:00
Kent Tamura
adf037a0f4 Bug 1531256 [wpt PR 15516] - custom-elements: Update CustomElementRegistry.html for 'disabledFeatures'., a=testonly
Automatic update from web-platform-tests
custom-elements: Update CustomElementRegistry.html for 'disabledFeatures'.

This change is for https://github.com/whatwg/html/pull/4324, and
a follow-up of https://github.com/web-platform-tests/wpt/pull/15123

Bug: crbug.com/905922
Change-Id: I3eceb5d21ab555c23ed877ded17d359fe004e2aa
Reviewed-on: https://chromium-review.googlesource.com/c/1482361
Auto-Submit: Kent Tamura <tkent@chromium.org>
Reviewed-by: Hayato Ito <hayato@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#635380}

--

wpt-commits: 1aa5413b0c0a03d3c93e07d18bf8cc78e19ca611
wpt-pr: 15516
2019-03-16 12:13:31 +00:00
moz-wptsync-bot
c78ec33ac5 Bug 1531357 [wpt PR 15509] - Update wpt metadata, a=testonly
wpt-pr: 15509
wpt-type: metadata
2019-03-16 12:13:30 +00:00
Koji Ishii
4fdc98b782 Bug 1531357 [wpt PR 15509] - [LayoutNG] Fix 3 cases of break opportunities after nowrap, a=testonly
Automatic update from web-platform-tests
[LayoutNG] Fix 3 cases of break opportunities after nowrap

This patch fixes lines to break in the following conditions:
1. When wrappable elements appear inside of nowrap elements.
2. When wrappable spaces after nowrap appear inside of nowrap
   elements.
3. When non-space break opportunities appear after nowrap.

fast/text/whitespace/018.html improves but still doesn't pass.
It doesn't pass in Edge/Gecko, and at least some of what it
expects look questionable. Further investigation is deferred
to future CLs.

Bug: 920177
Change-Id: Ieba4d446b818120f423b87a7f4a44b3c63a9d995
Reviewed-on: https://chromium-review.googlesource.com/c/1477629
Commit-Queue: Koji Ishii <kojii@chromium.org>
Reviewed-by: Xiaocheng Hu <xiaochengh@chromium.org>
Reviewed-by: Emil A Eklund <eae@chromium.org>
Cr-Commit-Position: refs/heads/master@{#635180}

--

wpt-commits: 67e1c4c4f8a43d17bcf89b6f5a197d21765f4b46
wpt-pr: 15509
2019-03-16 12:13:30 +00:00
Christian Biesinger
3381f43f43 Bug 1531069 [wpt PR 15552] - [css-flexbox] Shrink-to-fit sizing needs to take margins into account, a=testonly
Automatic update from web-platform-tests
[css-flexbox] Shrink-to-fit sizing needs to take margins into account

Originally added in https://crrev.com/c/1327746

Also fixes a typo in one of the tests from that patch.

R=mstensho@chromium.org

Bug: 934936
Change-Id: Ib079171549853a21d5bcdd05dabb461c4a1e492c
Reviewed-on: https://chromium-review.googlesource.com/c/1483946
Auto-Submit: Christian Biesinger <cbiesinger@chromium.org>
Commit-Queue: Christian Biesinger <cbiesinger@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#635176}

--

wpt-commits: 8d457c05eb33ab4b6a7549696fe1b94b5e4b7054
wpt-pr: 15552
2019-03-16 12:13:30 +00:00