Граф коммитов

712294 Коммитов

Автор SHA1 Сообщение Дата
Paul Adenot ddca94efc1 Bug 1644362 - mach vendor rust. r=cubeb-reviewers,achronop
Differential Revision: https://phabricator.services.mozilla.com/D78871
2020-06-09 13:17:38 +00:00
Paul Adenot 5b77a7b023 Bug 1644362 - Update cubeb-coreaudio-rs to 4cdbceadae8. r=cubeb-reviewers,achronop
Differential Revision: https://phabricator.services.mozilla.com/D78897
2020-06-09 13:17:37 +00:00
Harry Twyford 675de5e9ad Bug 1643490 - Add event telemetry probe to measure the number of words in the input on engagement. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D78396
2020-06-09 13:25:06 +00:00
Simon Fraser 1422db5e20 Bug 1643625 Clear up references to MAR_OLD_FORMAT in packaging tools r=nthomas
I think we don't need these checks any more.

Differential Revision: https://phabricator.services.mozilla.com/D78480
2020-06-09 11:53:26 +00:00
Kunchanapalli Shriram 75c48c9453 Bug 1518313 - Removes --geckoProfile from talos-test mach command and replaces it with --gecko-profile; r=AlexandruIonescu,perftest-reviewers
Also removes import argparse as per https://bugzilla.mozilla.org/show_bug.cgi?id=1518313#c15
Addresses defect found in code analysis as per https://code-review.moz.tools/#/diff/242580
Changes parameters value as per https://phabricator.services.mozilla.com/D66380#2132590

Differential Revision: https://phabricator.services.mozilla.com/D66380
2020-06-09 13:22:15 +00:00
Chris H-C 33cedd445e Bug 1644204 - Add state reporting to EnvironmentAddonBuilder shutdown blocker r=Gijs,janerik
Differential Revision: https://phabricator.services.mozilla.com/D78772
2020-06-09 09:07:09 +00:00
Andrea Marchesini ce0bdd5ce6 Bug 1502403 - FileReader should dispatch loadstart asynchronously, r=smaug,ssengupta
Differential Revision: https://phabricator.services.mozilla.com/D78852
2020-06-09 12:52:31 +00:00
Jon Coppeard ebd33b0e2f Bug 1639246 - Ship weak refs r=sfink,smaug
This renames the pref to remove 'experimental' and turns it on by default.

For integration with the CC, any DOM objects that are the target of a WeakRef or registered with a FinalizationRegistry have their wrappers preserved. WeakRef.deref() checks whether any wrapper is still preserved and returns undefined if not, to avoid giving out references to wrappers whose DOM object has been cycle collected.

Tests exercising browser integration are under js/xpconnect/tests/mochitest/.

Differential Revision: https://phabricator.services.mozilla.com/D77656
2020-06-09 11:20:45 +00:00
Mark Banner 51aa3e88af Bug 1644211 - Remove old search service related chrome.manifest/searchTest.jar test files which are no longer used. r=daleharvey
Differential Revision: https://phabricator.services.mozilla.com/D78716
2020-06-09 11:58:38 +00:00
Mark Banner 7fb5c47340 Bug 1643004 - Consolidate opensearch icon tests into one. r=daleharvey
Differential Revision: https://phabricator.services.mozilla.com/D78715
2020-06-09 11:58:21 +00:00
Mark Banner 2e3146fbf2 Bug 1643004 - Move searchform test into other tests for OpenSearch/WebExtension engines. r=daleharvey
Differential Revision: https://phabricator.services.mozilla.com/D78714
2020-06-09 11:57:41 +00:00
Mark Banner 4ca58150de Bug 1643004 - Make dedicated tests for OpenSearch engines. r=daleharvey
These are based on the some of the engines we have in the tree already, but grouped into one main test checking the parameters are processed correctly.

This provides a base set of tests, that covers some previous bugs, and ensures the parameters get set on the engines correctly. There are other tests to ensure the integration of engines with the UI etc, hence it is not needed to do full integration tests with OpenSearch engines.

Differential Revision: https://phabricator.services.mozilla.com/D78530
2020-06-09 11:57:16 +00:00
Valentin Gosu 841562eab6 Bug 1640724 - head_trr.js: Emit DoH response when we got all the bytes instead of "end" event r=dragana,necko-reviewers
This patch is a workaround for an issue that causes an intermittent failure
in test_trr_case_sensitivity.js.
I was able to reproduce the bug locally with some logging, but not with
nsHttp:5 or under rr, which made it difficult to diagnose the root cause.
What I was able to determine using logging and timestamps in the nodejs code
is that we would not get the "end" event for a request, to which we were
reacting to send back the DoH response. The request has a timer, and
eventually that timer would fire and cancel the request. At that point
we would see the "end" event in nodejs but it's too late to actually process
the response.

It's not clear if this was a bug in Firefox's HTTP2 implementation
(maybe the end isn't signaled properly) or in nodejs.

This fix makes it so we send back the response when the number of bytes
specified in contentLength reaches the server.
We should investigate in a follow-up bug if there's another Necko bug
involved here.

Differential Revision: https://phabricator.services.mozilla.com/D78676
2020-06-09 13:17:28 +00:00
ssengupta 1673ecbe85 Bug 1636050 - PCacheStreamControl protocol is now refcounted r=dom-workers-and-storage-reviewers,sg
Differential Revision: https://phabricator.services.mozilla.com/D78857
2020-06-09 12:58:44 +00:00
Kershaw Chang 1137b41ea1 Bug 1640105 - Don't launch socket process during shutdown r=dragana
Depends on D77303

Differential Revision: https://phabricator.services.mozilla.com/D77304
2020-06-09 12:20:35 +00:00
Kershaw Chang dad33c111e Bug 1640105 - Initialize necessary services eariler r=dragana
Initialize http handler, DNS service, and IOService earlier to avoid crash.

Differential Revision: https://phabricator.services.mozilla.com/D77303
2020-06-09 12:19:30 +00:00
Emilio Cobos Álvarez 690f9999cd Bug 1644389 - Simplify nsGenericHTMLElement::GetFormControlFrame. r=smaug
This is just cleanup and should have no behavior changes. In the future,
I may optimize GetPrimaryFrame to not flush frames in the whole document
if the style of the node and ancestors haven't changed.

I think one bit of this function shouldn't be needed, but I have left it
as is for now.

Differential Revision: https://phabricator.services.mozilla.com/D78886
2020-06-09 12:03:57 +00:00
Sebastian Hengst fe71156153 Bug 1642865 - [wpt-sync] More wpt expectation updates. CLOSED TREE 2020-06-09 15:17:29 +02:00
luma 2a182eb39d Bug 1572377 - Updating the protection panel only when the panel is opened or already opened. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D68534
2020-06-09 12:04:10 +00:00
Dmitry Bezhetskov 6f51057451 Bug 1639153 - change call_indirect signature check to happen after frame is pushed r=lth,wingo
Move call_indirect's signature check after pushing the frame. We are going to start to implement trampolines as inline code in call_indirect and so, we will push frame and only then tail call to one of the function entries.

Differential Revision: https://phabricator.services.mozilla.com/D75924
2020-06-09 11:40:49 +00:00
Dimi Lee 107d881a84 Bug 1644266 - Check whether inner window has extant document before using r=timhuang
Differential Revision: https://phabricator.services.mozilla.com/D78872
2020-06-09 10:51:11 +00:00
Sebastian Hengst 976d105193 Bug 1642865 - [wpt-sync] Update wpt test expectations for failures after wptsync. CLOSED TREE 2020-06-09 13:46:54 +02:00
Julian Descottes a24d35c9ab Bug 1583738 - Attach webextension targets from WebExtensionDescriptorFront::getTarget r=ochameau
Depends on D78008

Differential Revision: https://phabricator.services.mozilla.com/D78009
2020-06-09 09:46:35 +00:00
Julian Descottes ed439868c2 Bug 1583738 - Move webextension target caching to the descriptor front r=ochameau,daisuke
Depends on D78007

Differential Revision: https://phabricator.services.mozilla.com/D78008
2020-06-09 09:37:49 +00:00
Julian Descottes 8c0c6dcb20 Bug 1583738 - Expose proper getters for public WebExtensionDescriptor properties r=daisuke
Depends on D78006

Differential Revision: https://phabricator.services.mozilla.com/D78007
2020-06-09 09:37:37 +00:00
Julian Descottes cd847ae126 Bug 1583738 - Rename targetForm property to _form in WebExtensionDescriptorFront r=daisuke
Depends on D78005

Differential Revision: https://phabricator.services.mozilla.com/D78006
2020-06-09 09:16:23 +00:00
Julian Descottes 72952290d1 Bug 1583738 - Web extension descriptor should throw when calling getTarget for a non-webextension target r=daisuke
Depends on D78002

Differential Revision: https://phabricator.services.mozilla.com/D78005
2020-06-09 09:15:55 +00:00
Julian Descottes 64c147e23d Bug 1583738 - Remove unused isDescriptor trait from webextension descriptor r=daisuke
Differential Revision: https://phabricator.services.mozilla.com/D78002
2020-06-09 09:15:33 +00:00
Masayuki Nakano 8954e9663b Bug 1636855 - Enable `editor.truncate_user_pastes` even in Nightly channel r=emilio
Mozilla consider that we should protect even Nightly testers from the behavior
change of bug 1320229.

And I forgot to modify the new mochitest for bug 1635224 which is a regression
of bug1320229.

Differential Revision: https://phabricator.services.mozilla.com/D78841
2020-06-09 08:47:31 +00:00
Razvan Maries 0ce303cbe3 Backed out changeset b6b48c37ab0c (bug 1644362) for SM Bustages. CLOSED TREE 2020-06-09 13:49:45 +03:00
James Graham 08e26d2671 Bug 1644017 - Don't convert screenshots to lists in internal reftest code, r=Ms2ger
Differential Revision: https://phabricator.services.mozilla.com/D78669
2020-06-09 10:26:04 +00:00
moz-wptsync-bot 59871add32 Bug 1642865 - [wpt-sync] Update web-platform-tests to 15536297d85ebc2e9e0235fa69a6e7d4bec93231, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: 15536297d85ebc2e9e0235fa69a6e7d4bec93231
wpt-type: landing

Differential Revision: https://phabricator.services.mozilla.com/D78797
2020-06-09 10:26:02 +00:00
Yi Gu 040677388a Bug 1642744 [wpt PR 23920] - [ScrollTimeline] Update compositor timeline from blink timeline, a=testonly
Automatic update from web-platform-tests
[ScrollTimeline] Update compositor timeline from blink timeline

Previously CompositorTimeline was updated on Animation level which
introduced a reverse dependency. This patch moves the update logic up
to AnimationTimeline level to fix this issue.

Bug: 921031
Change-Id: Iaaa92686003c741cad424eb9867a0993193c05c5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225853
Reviewed-by: Majid Valipour <majidvp@chromium.org>
Commit-Queue: Yi Gu <yigu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#774351}

--

wpt-commits: 15536297d85ebc2e9e0235fa69a6e7d4bec93231
wpt-pr: 23920

Differential Revision: https://phabricator.services.mozilla.com/D78796
2020-06-09 10:25:59 +00:00
moz-wptsync-bot ce6eb0f781 Bug 1642627 [wpt PR 23911] - Update wpt metadata, a=testonly
wpt-pr: 23911
wpt-type: metadata

Differential Revision: https://phabricator.services.mozilla.com/D78795
2020-06-09 10:25:57 +00:00
Philip Jägenstedt d497d41a33 Bug 1642627 [wpt PR 23911] - [webdriver] normalize and fix links to the WebDriver spec, a=testonly
Automatic update from web-platform-tests
[webdriver] normalize and fix links to the WebDriver spec (#23911)

Spotted while looking for incoming links to the spec:
https://github.com/w3c/webdriver/issues/1462#issuecomment-637441468

(#dfn-set-window-rect changed to #set-window-rect for consistency, not
to enable the ID to be changed.)
--

wpt-commits: 5d0dcf0142d07916584db9c76c2fdec02833e959
wpt-pr: 23911

Differential Revision: https://phabricator.services.mozilla.com/D78794
2020-06-09 10:25:55 +00:00
Xianzhu Wang ef93bbabdc Bug 1642484 [wpt PR 23900] - Remove MainThreadScrollingReasons::kHasClipRelatedProperty, a=testonly
Automatic update from web-platform-tests
Remove MainThreadScrollingReasons::kHasClipRelatedProperty

We no longer need to skip composited scrolling for css clip and
clip-path since (perhaps) BlinkGenPropertyTrees.

In compositor, when we hit test on a layer with special clip/mask,
we'll still fallback to main thread hit testing/scrolling because only
the main thread knows which area is hit testable. This is achieved by
 cc::LayerTreeHostImpl::IsInitialScrollHitTestReliable() returning false.

Bug: 1074395
Change-Id: I91260b063879812ca82928fe783de25c4b6732a3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225229
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Reviewed-by: Philip Rogers <pdr@chromium.org>
Reviewed-by: Robert Flack <flackr@chromium.org>
Reviewed-by: David Bokan <bokan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#774232}

--

wpt-commits: 4c2484a55b58a72b74c0b6c55ab0238cf11efb4a
wpt-pr: 23900

Differential Revision: https://phabricator.services.mozilla.com/D78793
2020-06-09 10:25:53 +00:00
autofoolip fc8d046e3d Bug 1642732 [wpt PR 23917] - Update interfaces/fetch.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/fetch.idl (#23917)

Source: https://github.com/tidoust/reffy-reports/blob/e5e4f6a/ed/idl/fetch.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/693970304
--

wpt-commits: 41f4fd6d3d89525170809a029c2c00e3d926e666
wpt-pr: 23917

Differential Revision: https://phabricator.services.mozilla.com/D78792
2020-06-09 10:25:51 +00:00
Domenic Denicola 3ab8b2e2dd Bug 1638177 [wpt PR 23624] - Origin isolation: test that insecure HTTP is not supported, a=testonly
Automatic update from web-platform-tests
Origin isolation: test that insecure HTTP is not supported

Bug: 1042415
Change-Id: I2acd2fea79a12e1f60eb9a0114abcf61630e269a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2202512
Commit-Queue: Domenic Denicola <domenic@chromium.org>
Reviewed-by: James MacLean <wjmaclean@chromium.org>
Cr-Commit-Position: refs/heads/master@{#774243}

--

wpt-commits: e7e5f03642e0d32eac9965ee993efa589fb3997d
wpt-pr: 23624

Differential Revision: https://phabricator.services.mozilla.com/D78791
2020-06-09 10:25:43 +00:00
moz-wptsync-bot b99a05ea64 Bug 1637781 [wpt PR 23581] - Update wpt metadata, a=testonly
wpt-pr: 23581
wpt-type: metadata

Differential Revision: https://phabricator.services.mozilla.com/D78790
2020-06-09 10:25:41 +00:00
Domenic Denicola f4035e7e2a Bug 1637781 [wpt PR 23581] - Origin isolation: add non-isolated subdomain WPTs, a=testonly
Automatic update from web-platform-tests
Origin isolation: add non-isolated subdomain WPTs

Bug: 1067389, 1042415
Change-Id: I5edc60736200bf8335ff1ff9422d53d8fea52569
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2199909
Reviewed-by: James MacLean <wjmaclean@chromium.org>
Commit-Queue: Domenic Denicola <domenic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#774210}

--

wpt-commits: 9ce780e6a023d92cca6b7cb2e3da621fe8e34acc
wpt-pr: 23581

Differential Revision: https://phabricator.services.mozilla.com/D78789
2020-06-09 10:25:39 +00:00
James Graham c5b064d378 Bug 1616867 [wpt PR 21901] - Add support for print reftests, a=testonly
Automatic update from web-platform-tests
Fix support for StaticHandler without format_args

--
Support multiple PNGs per reftest comparison

This paves the way for print reftests in which each page will be a
seperate image. At present none of the output formats actually support
multiple images, so we always have to pick a single image to actually
output.

--
Add print-reftest support to the manifest

This adds a new test type to the manifest called print-reftest. Print
reftests are distinguished from normal reftests by filenames
containing -print as the type flag, or by being in directories called
'print'.

--
Vendor pdf.js

This only takes the compiled files necessary for our use case (in
particular build/pdf.js and build/pdf.worker.js from the PDFjs
distribution

--
Add basic print reftest support to marionette executor

Adds support for print reftests, as set out in RFC 41 [1]. This is
based on the WebDriver Print endpoint, using pdf.js to render the
pages of the generated PDF back to PNGs for comparison. The pdf.js
process itself runs in the browser, so there's quite a lot of
back-and-forth traffic involved; this approach is not fast. But we're
unlikely to get too many print reftests, so it's a useful baseline.

 https://github.com/web-platform-tests/rfcs/pull/41

--
Add print reftest infrastructure test

--
Support print reftests in Chrome

This uses the underlying CDP command directly since PDF generation
isn't yet supported in Chrome. It also requires the browser to run in
headless mode since PDF generation is only supported in this mode.

--
Move wdspec detection higher in the order of precedence

This is primarilly so that print.py doesn't show up as a print reftest, but
also because wdspec tests are pretty easy to identify unambigously since they're
in a single subtree and are all python files.

--
Rename one WebDriverProtocol class as WdspecProtocol

This naming clash caused a confusing bug; really this class is only for wdspec tests.

--
Fix typo in docstring

Co-authored-by: Stephen McGruer <smcgruer@chromium.org>

--

wpt-commits: 14318a51c8bbb4f93da025d873d0cadcc352f19e, 7f8fed23452026c68eed6d2987eaef13b9a7f561, 13ec04fe7ba89fc2e532c710acb0afbcb4db3715, 96f15e060633d1c2470353acf1e23c31d85897d9, ed440d946653bfbd53eef6cd76314f548bdabeda, 51815349ffae146d3a822a1d9d72046a492709db, c8447fe1835f792d109a019523aca7cdfc6dd72d, b0e3c1ce95151503be5037c2888563f19cc5875e, 7ef00b794ca222b6e59b27997e0bc67c0398a7d6, e06c2c218f9a95d1a18cd175fddd6fe3d3a04d02
wpt-pr: 21901

Differential Revision: https://phabricator.services.mozilla.com/D78788
2020-06-09 10:25:37 +00:00
Majid Valipour 81203633f3 Bug 1642327 [wpt PR 23889] - [scroll-timeline] Correctly handle unresolvable cases, a=testonly
Automatic update from web-platform-tests
[scroll-timeline] Correctly handle unresolvable cases

For these cases we cannot calculate a meaningful scroll offset:

1. When target is not a descendant of timeline's source.
2. When target has no layout box.

The current draft spec [1] asks for these situations to result into
unresolved scroll offset which keeps timeline inactive.

[1] https://github.com/w3c/csswg-drafts/pull/5124

TEST: wpt/scroll-animations/element-based-offset-unresolved.html
BUG: 1023375

Change-Id: Iec616444dda8dcdd6649e250aa993b439c00885e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222884
Reviewed-by: Majid Valipour <majidvp@chromium.org>
Reviewed-by: Yi Gu <yigu@chromium.org>
Commit-Queue: Majid Valipour <majidvp@chromium.org>
Cr-Commit-Position: refs/heads/master@{#774144}

--

wpt-commits: 52575c9d7c3139cab33780e114b5cf9237a47157
wpt-pr: 23889

Differential Revision: https://phabricator.services.mozilla.com/D78787
2020-06-09 10:25:35 +00:00
Anders Hartvoll Ruud 584ef719cf Bug 1642560 [wpt PR 23906] - Set color-scheme-senstive initial color via cascade, a=testonly
Automatic update from web-platform-tests
Set color-scheme-senstive initial color via cascade

We currently adjust the computed value of 'color' on the document
element to simulate 'canvastext' behavior. However, there's an
incorrect assumption that it's safe to adjust whenever there are no
'color' declarations in the cascade.

During a transition, the base ComputedStyle is the destination style
for the transitioning element, and on the final frame of the
transition, the StyleEngine simply emits a copy of the base style,
without adding any declaration to the cascade. This causes color-
transitions on the document element to "snap back" to black (or white,
depending on color-scheme) when the transition ends.

This CL fixes this by adding an explicit value (CSSInitialColorValue)
which represents this behavior to the cascade. The value is added only
when computing the base style, which prevents incorrect adjustments on
top of the final transition frame.

Bug: 1087188
Change-Id: Ie0d95aaab5b93f1749e461fad0baf41a184f7cb6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224222
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Reviewed-by: Kevin Ellis <kevers@chromium.org>
Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/master@{#774178}

--

wpt-commits: c20b45a0352c65db0ef7f141edfd68d01f1516e2
wpt-pr: 23906

Differential Revision: https://phabricator.services.mozilla.com/D78786
2020-06-09 10:25:32 +00:00
moz-wptsync-bot 0c5f95bdcc Bug 1642632 [wpt PR 23912] - Update wpt metadata, a=testonly
wpt-pr: 23912
wpt-type: metadata

Differential Revision: https://phabricator.services.mozilla.com/D78785
2020-06-09 10:25:30 +00:00
Frédéric Wang fbd5074d12 Bug 1642632 [wpt PR 23912] - Add MathML tests for presentational hints, a=testonly
Automatic update from web-platform-tests
Add MathML tests for presentational hints (#23912)

* Add MathML tests for presentational hints

presentational hints are author-level zero-specifity
style attribute is author-level + infinite specificity

So style wins over mapped attributes.

https://www.w3.org/TR/css-cascade-3/#cascading
https://html.spec.whatwg.org/multipage/rendering.html#presentational-hints

--

wpt-commits: 57bee5d4f85fb3fbc04aa0d5ddb2aca7c8803f05
wpt-pr: 23912

Differential Revision: https://phabricator.services.mozilla.com/D78784
2020-06-09 10:25:23 +00:00
moz-wptsync-bot 118dfb334a Bug 1640916 [wpt PR 23772] - Update wpt metadata, a=testonly
wpt-pr: 23772
wpt-type: metadata

Differential Revision: https://phabricator.services.mozilla.com/D78783
2020-06-09 10:25:21 +00:00
Javier Fernandez 13890f4edc Bug 1640916 [wpt PR 23772] - [css-grid] Consider 'auto' height items for grid area estimation, a=testonly
Automatic update from web-platform-tests
[css-grid] Consider 'auto' height items for grid area estimation

We perform a pre-layout, based on a estimation of the grid area, of the
grid items in two different situations: orthogonal and baseline aligned
items.

In the case of baseline aligned items, we were doing this pre-layout
only in the case of items with relative inline and block sizes. However,
items with 'auto' block-size also depend on this estimated grid area
size to properly compute the baseline offset.

It was discarded in the past due to performance concerns, since the
'auto' height is a very common case. However, this codepath is only
executed for baseline aligned items. Since we already applied several
optimization to the baseline alignment logic, I think we can try this
approach to solve the bug and evaluate potential perf regressions when
they appear.

Bug: 1086132
Change-Id: I73c39e6c3ad6cd74aa50fe33106e25cd63b7625f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2215054
Reviewed-by: Manuel Rego <rego@igalia.com>
Reviewed-by: Oriol Brufau <obrufau@igalia.com>
Commit-Queue: Javier Fernandez <jfernandez@igalia.com>
Cr-Commit-Position: refs/heads/master@{#774139}

--

wpt-commits: b4205f9f8b440e56da7fb2bd6cc26643296b02e1
wpt-pr: 23772

Differential Revision: https://phabricator.services.mozilla.com/D78782
2020-06-09 10:25:19 +00:00
moz-wptsync-bot 9cdee8aa3a Bug 1642664 [wpt PR 23916] - Update wpt metadata, a=testonly
wpt-pr: 23916
wpt-type: metadata

Differential Revision: https://phabricator.services.mozilla.com/D78781
2020-06-09 10:25:16 +00:00
Frédéric Wang 082cd50c3f Bug 1642664 [wpt PR 23916] - MathML: check that spacing is not added unless mrow layout is used., a=testonly
Automatic update from web-platform-tests
MathML: check that spacing is not added unless mrow layout is used. (#23916)

This is different from MathML3 which uses "inferred mrow", although
the MathML3 spec is not clear how spacing would be handled anyway and
whether <inferredmrow><mo></inferredmrow> is embellihed.
--

wpt-commits: 6fba8fd9df16c5152392595e6e4f255628b99c74
wpt-pr: 23916

Differential Revision: https://phabricator.services.mozilla.com/D78780
2020-06-09 10:25:14 +00:00
moz-wptsync-bot fadf10a7ca Bug 1642656 [wpt PR 23915] - Update wpt metadata, a=testonly
wpt-pr: 23915
wpt-type: metadata

Differential Revision: https://phabricator.services.mozilla.com/D78779
2020-06-09 10:25:12 +00:00