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

751817 Коммитов

Автор SHA1 Сообщение Дата
Emilio Cobos Álvarez d3f4f81c53 Bug 1702765 - Plumb ColorScheme through nsXPLookAndFeel. r=mstange
After this patch, there are two remaining pieces to fix bug 1700294:

 * macOS nsLookAndFeel needs to return the right colors for light / dark
   appearance.

 * We need to return ColorScheme::Dark for the right documents in
   ColorSchemeForDocument.

Both of those should be straight-forward.

Differential Revision: https://phabricator.services.mozilla.com/D110680
2021-04-02 22:17:55 +00:00
Brendan Dahl 7319f11f91 Bug 1702796 - Update pdf.js to version 2.8.320 r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D110697
2021-04-02 20:54:28 +00:00
Punam Dahiya e58cb54afd Bug 1700729 - Implement multistage proton onboarding screens r=emcminn,Mardak
Differential Revision: https://phabricator.services.mozilla.com/D110360
2021-04-02 20:36:05 +00:00
Michelle Goossens eec77eb8e6 Bug 1701162 - Move "Send Link to Device" context menu option below "Copy Link" r=emalysz
Differential Revision: https://phabricator.services.mozilla.com/D110694
2021-04-02 20:11:08 +00:00
Butkovits Atila 13501a91e1 Backed out changeset 746e470d41f1 (bug 1700729) for causing failures at browser_parsable_css.js. CLOSED TREE 2021-04-02 22:58:13 +03:00
Jan de Mooij cf02b3e198 Bug 1701899 - Update object flags in a few places where properties are added. r=jonco
When freezing objects, we use a fast path where we didn't set the
HasNonWritableOrAccessorPropExclProto flag.

With the planned shape changes, we will hopefully be able to change this so that
we use a shared code path so that this kind of issue can't happen.

Differential Revision: https://phabricator.services.mozilla.com/D110246
2021-04-02 19:10:20 +00:00
Punam Dahiya ce5edda499 Bug 1700729 - Implement multistage proton onboarding screens r=emcminn,Mardak
Differential Revision: https://phabricator.services.mozilla.com/D110360
2021-04-02 18:51:31 +00:00
Kajal Sah 56e930a571 Bug 1702575 - Fixes eslint failures in browser/extensions/screenshots/selector/util.js. r=emalysz
Differential Revision: https://phabricator.services.mozilla.com/D110690
2021-04-02 18:10:26 +00:00
Kajal Sah 5134661ff9 Bug 1702576 - Fixes eslint failures in browser/extensions/screenshots/sitehelper.js. r=emalysz
Differential Revision: https://phabricator.services.mozilla.com/D110689
2021-04-02 18:06:50 +00:00
Kajal Sah d36cf98aa8 Bug 1702578 - Fixes eslint failures in browser/extensions/screenshots/test/browser/browser_screenshots_injection.js. r=emalysz
Differential Revision: https://phabricator.services.mozilla.com/D110688
2021-04-02 18:04:20 +00:00
Kajal Sah f2496c39b7 Bug 1702573 - Fixes eslint failures in browser/extensions/screenshots/selector/ui.js. r=emalysz
Differential Revision: https://phabricator.services.mozilla.com/D110693
2021-04-02 17:54:18 +00:00
Emilio Cobos Álvarez 58ffc3930e Bug 1702756 - Allow color prefs to read more colors. r=mstange
This is just a minor thing, but it simplifies the code and should be
strictly better.

Differential Revision: https://phabricator.services.mozilla.com/D110679
2021-04-02 17:43:08 +00:00
Emilio Cobos Álvarez c1523a2eb7 Bug 1702755 - Allow a couple more fuzzy pixels in non-webrender.
MANUAL PUSH: Orange on a CLOSED TREE
2021-04-02 20:20:28 +02:00
Emilio Cobos Álvarez a7fe655066 Bug 1702216 - Fix optimization to account for outline offset.
(this wasn't caught by the reftests in layout/reftests/outline but was
caught by some WPT).

MANUAL PUSH: Orange CLOSED TREE
2021-04-02 19:54:59 +02:00
Kajal Sah 1a85ea7596 Bug 1701461 - Corrects screenshot filename. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D110364
2021-04-02 17:12:10 +00:00
Emilio Cobos Álvarez a37b56a98d Bug 1702756 - Refactor nsXPLookAndFeel's caching setup to be more consistent. r=mstange
We also cache everywhere whether getting the int/float/color failed, for
example, and do the pref lookup on demand. Seems a bit nicer. We could insert
the pref values on the cache directly on Refresh(), that's another alternative,
but I don't think it matters much either way.

Differential Revision: https://phabricator.services.mozilla.com/D110675
2021-04-02 16:34:35 +00:00
Emilio Cobos Álvarez 9e4fe964d6 Bug 1702756 - Move some hardcoded colors out of native code. r=mstange
No reason that code needs to be there. The findbar modal highlight stuff is not
being worked on and it was unclear to me why it needed a fission check, so I
removed that special case. The findbar code can customize the colors with
Selection.setColors anyways, which is a better fix.

Depends on D110673

Differential Revision: https://phabricator.services.mozilla.com/D110674
2021-04-02 16:34:34 +00:00
Emilio Cobos Álvarez 883276f35f Bug 1702756 - Lift a standins-related check to the caller. r=mstange
Depends on D110672

Differential Revision: https://phabricator.services.mozilla.com/D110673
2021-04-02 16:34:34 +00:00
Emilio Cobos Álvarez 9f2d1c4010 Bug 1702756 - Remove an obsolete comment. r=mstange
This weirdness I fixed in bug 1699088.

Depends on D110671

Differential Revision: https://phabricator.services.mozilla.com/D110672
2021-04-02 16:34:33 +00:00
Emilio Cobos Álvarez cda8ebd2e2 Bug 1702756 - Move RemoteLookAndFeel::sCachedLookAndFeelData out of the header. r=mstange
No reason it needs to be there. This was just drive-by.

Depends on D110670

Differential Revision: https://phabricator.services.mozilla.com/D110671
2021-04-02 16:34:33 +00:00
Emilio Cobos Álvarez 1b5a185787 Bug 1702756 - Remove unused IntID::TouchEnabled. r=mstange
Differential Revision: https://phabricator.services.mozilla.com/D110670
2021-04-02 16:34:32 +00:00
Dorel Luca f24e678083 Backed out changeset 6c9de2b9cb43 (bug 1701764) for Raptor failures. CLOSED TREE 2021-04-02 19:52:11 +03:00
Lee Salzman 7a9472eedf Bug 1702693 - Fix comment in RenderCompositorOGLSWGL. r=gfx-reviewers,mstange DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D110654
2021-04-02 15:41:36 +00:00
Lee Salzman e3b0cc43a7 Bug 1701975 - Check for negative sample bounds. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D110482
2021-04-02 15:40:37 +00:00
Paul Adenot 69fdec8ff4 Bug 1702732 - Fix `resource-selection-currentSrc.html`'s usage of Blob ctor. r=bryce
Differential Revision: https://phabricator.services.mozilla.com/D110660
2021-04-02 15:28:47 +00:00
Emma Malysz fb284a526f Bug 1702461, set fxa submenu header correctly when opening the panel r=mconley,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D110633
2021-04-02 15:27:01 +00:00
Falguni Islam 97a49d7faa Bug 1702533: fix done into ensure browser/extensions/screenshots/background/analytics.js passes eslint check r=emalysz
Differential Revision: https://phabricator.services.mozilla.com/D110666
2021-04-02 15:22:58 +00:00
Joel Maher 5367e139d6 Bug 1702202 - more wpt manifest cleanup of old configs. r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D110662
2021-04-02 14:58:50 +00:00
Stephen A Pohl b35b953353 Bug 1702755: Correct corner radii of progress bar, range and meter form controls in non-native theme. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D110668
2021-04-02 14:39:17 +00:00
stransky dc24c155c2 Bug 1702606 [Wayland] Don't call mWaylandDisplay::WaitForSyncEnd() from Compositor/Render thread, r=rmader
Differential Revision: https://phabricator.services.mozilla.com/D110590
2021-04-02 14:26:20 +00:00
Emilio Cobos Álvarez ad97f9755b Bug 1702676 - Fix PreferenceSheet colors, which I forgot to push phab.
MANUAL PUSH: Orange CLOSED TREE
2021-04-02 17:23:12 +02:00
Emilio Cobos Álvarez 0b9fa22976 Bug 1701942 - Use bitwise equality for font variation value comparisons. r=jfkthame
Just like we do for font sizes / size-adjust in gfxFontStyle.

Differential Revision: https://phabricator.services.mozilla.com/D110519
2021-04-02 12:37:23 +00:00
Emilio Cobos Álvarez f3949f021c Bug 1701942 - Normalize font size when font inflation is involved. r=jfkthame
Bug 1646224 made font sizes floats, which caused conversion to nscoord
not happen. Style fonts should never have NaN, but in this case a
massive SVG transform matrix ends up causing a NaN font inflation
factor.

This in turn caused the scaled size to be NaN, and to get stuck on the
font variations array here:

  https://searchfox.org/mozilla-central/rev/4fa18c26fa907f38d56b599571b9846af1506f3c/gfx/src/nsFont.cpp#283

That NaN in turn caused the font variations to have a NaN, and font
styles comparing unequal, which prevents the font from getting removed
from the cache, causing the issue.

This should prevent it, but I have a more in-depth patch incoming.

Differential Revision: https://phabricator.services.mozilla.com/D110518
2021-04-02 12:37:23 +00:00
Emilio Cobos Álvarez 390c6943fe Bug 1702676 - Change public LookAndFeel API to accept a color scheme. r=mstange
This shouldn't change behavior, but is the biggest cross-platform part
of the change so I'd like to get it landed sooner rather than later.

The two calls like:

  GetColor(ColorID::TextSelectBackground, color);
  if (color == 0x000000) {
    mColorTextSelectForeground = NS_RGB(0xff, 0xff, 0xff);
  } else {
    mColorTextSelectForeground = NS_DONT_CHANGE_COLOR;
  }

that I'm removing are just broken. They were calling the version of
GetColor the function that took a default value when the color wasn't
available, not the version of the color with the outparam.

To prevent such mistakes, add two signatures, GetColor(), returning a
Maybe<nscolor> and Color(), returning a color with a fallback.

Differential Revision: https://phabricator.services.mozilla.com/D110651
2021-04-02 12:22:14 +00:00
Emilio Cobos Álvarez e7d8e6bfae Bug 1702216 - Paint auto-style outline with webrender if possible. r=mstange
I noticed we weren't doing this when looking at bug 1701910.

We remove support for auto style outlines in trees, which is unused
(checked that thunderbird and FF trees don't use outline: auto) and for
some mathml debugging code, which seems ok.

Differential Revision: https://phabricator.services.mozilla.com/D110399
2021-04-02 12:21:25 +00:00
Emilio Cobos Álvarez e1a031b744 Bug 1701928 - Selection scrolling should not ignore scroll-{margin,padding}. r=hiro,masayuki
Differential Revision: https://phabricator.services.mozilla.com/D110440
2021-04-02 12:14:19 +00:00
Joel Maher ce9b0b7cb0 Bug 1702673 - migrate web-platform-tests from 10.14 -> 10.15. r=releng-reviewers,aki
Differential Revision: https://phabricator.services.mozilla.com/D110645
2021-04-02 11:22:07 +00:00
Jan de Mooij c0b54e7385 Bug 1701897 - Make check for redundant property changes more precise. r=jonco
The object flags are only relevant for the last property's shape. Comparing them
to the flags stored in the property's shape could result in doing unnecessary work
in certain (actually redundant) cases.

Differential Revision: https://phabricator.services.mozilla.com/D110222
2021-04-02 11:01:02 +00:00
Daisuke Akatsuka 316a92df5e Bug 1693503: Do search if the format inputed is user@host but might be intented as keyword. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D106748
2021-04-02 10:05:37 +00:00
Dorel Luca 1a4e2df429 Backed out 73 changesets (bug 1701013, bug 1702002, bug 1702409, bug 1700460, bug 1702343, bug 1702064, bug 1702127, bug 1695201, bug 1701094, bug 1701518, bug 1701925, bug 1701082, bug 1700731, bug 1702554, bug 1700806, bug 1702636, bug 1702356, bug 1701367, bug 1702213, bug 1702016, bug 1702072, bug 1701552, bug 1701163, bug 1701617, bug 1700590, bug 1702395, bug 1701957, bug 1701869, bug 1701665, bug 1701797, bug 1701815, bug 1702311, bug 1699554, bug 1685746, bug 1701854, bug 1701743, bug 1700962, bug 1701149, bug 1702063, bug 1701835, bug 1700680, bug 1702346, bug 1699663, bug 1701088, bug 1701554, bug 1701340, bug 1700555, bug 1701965) for Spidermonkey failure in websockets/Close-reason-unpaired-surrogates.any.js. CLOSED TREE
Backed out changeset acc9163f5027 (bug 1702636)
Backed out changeset 2271e34e1dff (bug 1702554)
Backed out changeset 4b88c693744e (bug 1702395)
Backed out changeset 728b070609ec (bug 1702409)
Backed out changeset dd28d6a791c6 (bug 1702213)
Backed out changeset 2a16cf17f787 (bug 1702213)
Backed out changeset 6d0c80dd84e5 (bug 1701554)
Backed out changeset fbb8e88c4a46 (bug 1700962)
Backed out changeset fb06450eb741 (bug 1702356)
Backed out changeset 3b33a57712e7 (bug 1702356)
Backed out changeset 94279bac2e03 (bug 1702343)
Backed out changeset 4008943a0a01 (bug 1702343)
Backed out changeset dac4f40bd535 (bug 1702311)
Backed out changeset b299b847a674 (bug 1702311)
Backed out changeset 821832cc65e0 (bug 1702346)
Backed out changeset fa9bb3ef8e7c (bug 1702346)
Backed out changeset aa3fd3cc371d (bug 1701340)
Backed out changeset 64c23da7df4b (bug 1701340)
Backed out changeset 3627322128fc (bug 1702064)
Backed out changeset f7320176ac91 (bug 1702063)
Backed out changeset 719d9520bf41 (bug 1699554)
Backed out changeset 4520b73d7d66 (bug 1699554)
Backed out changeset 71a51387fa26 (bug 1700680)
Backed out changeset e7df88f5486d (bug 1702127)
Backed out changeset 72caaaf6a8a0 (bug 1702072)
Backed out changeset fdb9037f0c7d (bug 1702072)
Backed out changeset 74ee07430592 (bug 1702002)
Backed out changeset a5699e2096c0 (bug 1701835)
Backed out changeset a8b2ce16792b (bug 1701835)
Backed out changeset 867fdb0213f5 (bug 1701965)
Backed out changeset ace3704fb911 (bug 1701965)
Backed out changeset 792a4d2142e9 (bug 1701854)
Backed out changeset ef6361547e79 (bug 1700590)
Backed out changeset 3b017985ee85 (bug 1700590)
Backed out changeset 6da00bacefc3 (bug 1702016)
Backed out changeset a9461df0c80b (bug 1701094)
Backed out changeset e043daa21152 (bug 1701094)
Backed out changeset 8f7836e5ddb2 (bug 1701743)
Backed out changeset 1903ad1b43f4 (bug 1701743)
Backed out changeset dfb109ed7c96 (bug 1685746)
Backed out changeset 06e38d5545df (bug 1701869)
Backed out changeset bdfa16181776 (bug 1701617)
Backed out changeset 0e9b7ab9e766 (bug 1701617)
Backed out changeset 75d4a4de35c4 (bug 1701925)
Backed out changeset 20b68f567596 (bug 1701957)
Backed out changeset 0eb626d27dcd (bug 1701957)
Backed out changeset b4d74eb7e3ba (bug 1701797)
Backed out changeset f008a995ba9a (bug 1701797)
Backed out changeset 270e75be505a (bug 1699663)
Backed out changeset 9a355f80bbf1 (bug 1701163)
Backed out changeset a5bbcf4f8773 (bug 1701163)
Backed out changeset 68642dccc9ec (bug 1701552)
Backed out changeset 2c5af71e3bd8 (bug 1701013)
Backed out changeset bd006b2fccce (bug 1701013)
Backed out changeset ad078240fa71 (bug 1700555)
Backed out changeset 349ef4f21764 (bug 1701088)
Backed out changeset ad06dad76fa1 (bug 1701088)
Backed out changeset ebee617e87be (bug 1701149)
Backed out changeset 81c2b3dfb8e0 (bug 1701815)
Backed out changeset ef4f569dd6ca (bug 1701815)
Backed out changeset 49a10b99331e (bug 1700806)
Backed out changeset 422919e8fcf7 (bug 1700731)
Backed out changeset 57145ddfd157 (bug 1700731)
Backed out changeset 8eb1bd9b50c4 (bug 1701665)
Backed out changeset 661c9c9fb65a (bug 1701367)
Backed out changeset 807515c043b1 (bug 1701367)
Backed out changeset f8c48b475050 (bug 1700460)
Backed out changeset f6ef152b0769 (bug 1700460)
Backed out changeset f3092d098513 (bug 1695201)
Backed out changeset b8aec4a94f79 (bug 1695201)
Backed out changeset f71bea8bb5e5 (bug 1701082)
Backed out changeset a3f3c9dd9d21 (bug 1701518)
Backed out changeset ef3f57f06597 (bug 1701518)
2021-04-02 14:33:35 +03:00
Tom Schuster 0402c13e27 Bug 1702636 - Fix cancelPromise in ReadableStreamTee being resolved twice (again). r=arai . CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D110657
2021-04-02 10:13:09 +00:00
moz-wptsync-bot 8cbeff399c Bug 1702554 - [wpt-sync] Update web-platform-tests to 60e624a42c21e3f6f10cb59e210aa0825c9e7016, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: 60e624a42c21e3f6f10cb59e210aa0825c9e7016
wpt-type: landing
2021-04-01 16:51:19 +00:00
autofoolip ddd3aca2c1 Bug 1702395 [wpt PR 28329] - Update Safari Technology Preview to 123, a=testonly
Automatic update from web-platform-tests
Update Safari Technology Preview to 123 (#28329)

Version as reported by safaridriver --version:
Included with Safari Technology Preview (Release 123, 15612.1.7.10)

Source: https://developer.apple.com/safari/download/
Build: https://dev.azure.com/foolip/safari-technology-preview-updater/_build/results?buildId=2916&view=logs
--

wpt-commits: 2418204257358d64cb61a53ed878af3c25bbaf65
wpt-pr: 28329
2021-04-01 16:48:11 +00:00
Noel Gordon 93e757a3fa Bug 1702409 [wpt PR 28331] - Revert "Relax constraints on scroll snapping for snap-type both.", a=testonly
Automatic update from web-platform-tests
Revert "Relax constraints on scroll snapping for snap-type both."

This reverts commit 9f51ed46d53717149e7496dbd7baf0eb372c046a.

Reason for revert:

Findit (https://goo.gl/kROfz5) identified CL at revision 868394 as the
culprit for failures in the build cycles as shown on:
https://analysis.chromium.org/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtLzlmNTFlZDQ2ZDUzNzE3MTQ5ZTc0OTZkYmQ3YmFmMGViMzcyYzA0NmEM

Original change's description:
> Relax constraints on scroll snapping for snap-type both.
>
> Our scroll snapping logic confined the snap position to be within
> the visible snapport if snapping in both the x and y direction; however,
> snaps are allowed to be outside the "snapport's search corridor" as long
> as they are not too far outside (left to the user agent to determine
> what constitutes "too far").  The relaxed rules are not applied if
> snapping in one direction only, or if scroll-snap-stop is set to
> 'always'.
>
> In addressing the issue, two other tests required tweaking since they
> had no allowance for a 2D snap outside the visible snapport either
> implicitly (nested-scrollIntoView-snaps.html) or explicitly
> (scroll_snap_data_unittest.cc).
>
> Bug: 626703
> Change-Id: I3646ccc271d88e06f3e6655009e32ff2a9e08931
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2785142
> Reviewed-by: Robert Flack <flackr@chromium.org>
> Commit-Queue: Kevin Ellis <kevers@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#868394}

Bug: 626703
Change-Id: I760ad79c204f0f3dc7d73a5fd721b1bf91a2d827
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2798148
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Owners-Override: Noel Gordon <noel@chromium.org>
Auto-Submit: Noel Gordon <noel@chromium.org>
Commit-Queue: Noel Gordon <noel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#868436}

--

wpt-commits: e935bcf851a8ddfb1eca97adba3acbb8ec7533f2
wpt-pr: 28331
2021-04-01 16:48:07 +00:00
moz-wptsync-bot 0292888a44 Bug 1702213 [wpt PR 28315] - Update wpt metadata, a=testonly
wpt-pr: 28315
wpt-type: metadata
2021-04-01 07:16:40 +00:00
Antoine Quint fdea0ee1a5 Bug 1702213 [wpt PR 28315] - `font-stretch` should use keywords for computed style when possible, a=testonly
Automatic update from web-platform-tests
font-stretch should use keywords for computed style when possible (#28315)

--

wpt-commits: ce48db7b9b8a858a4bc17c3b793b1dfd0e02008c
wpt-pr: 28315
2021-04-01 16:48:00 +00:00
Seokho Song f374d547ac Bug 1701554 [wpt PR 28273] - Implement invert and negate exp.node creation and type check in CSSScale, a=testonly
Automatic update from web-platform-tests
Implement invert and negate exp.node creation and type check in CSSScale

For the current implementation, the CSS Typed OM could occur null
pointer access when building CSSMathExpressionNode.

Because in the middle of ToCalcExpressionNode() recursion, nullptr is
accessed instead of propagation.

Also, The CSSScale's constructor didn't check the type properly for
the expression. This possibly might be needed another typed om.

Therefore, implement TODOs for building CSSMathExpressionNode tree
and add condition in IsValidScaleCoord() to check resolved type is
the number for CSSMathExpressionNode tree.

Bug: 1188610
Change-Id: If6bf70b791b72c7ed67465f898130e098f68e853
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2788308
Commit-Queue: Seokho Song <0xdevssh@gmail.com>
Reviewed-by: Mason Freed <masonf@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#868415}

--

wpt-commits: 90166f709d096e77e7cf1279cc3b13a5ddf0cd87
wpt-pr: 28273
2021-04-01 16:47:56 +00:00
Kevin Ellis 5966db6605 Bug 1700962 [wpt PR 28240] - Relax constraints on scroll snapping for snap-type both., a=testonly
Automatic update from web-platform-tests
Relax constraints on scroll snapping for snap-type both.

Our scroll snapping logic confined the snap position to be within
the visible snapport if snapping in both the x and y direction; however,
snaps are allowed to be outside the "snapport's search corridor" as long
as they are not too far outside (left to the user agent to determine
what constitutes "too far").  The relaxed rules are not applied if
snapping in one direction only, or if scroll-snap-stop is set to
'always'.

In addressing the issue, two other tests required tweaking since they
had no allowance for a 2D snap outside the visible snapport either
implicitly (nested-scrollIntoView-snaps.html) or explicitly
(scroll_snap_data_unittest.cc).

Bug: 626703
Change-Id: I3646ccc271d88e06f3e6655009e32ff2a9e08931
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2785142
Reviewed-by: Robert Flack <flackr@chromium.org>
Commit-Queue: Kevin Ellis <kevers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#868394}

--

wpt-commits: b2265405e53c82dadf2fa56128108d9971fb7b43
wpt-pr: 28240
2021-04-01 16:47:51 +00:00
moz-wptsync-bot 3caf050a2c Bug 1702356 [wpt PR 28326] - Update wpt metadata, a=testonly
wpt-pr: 28326
wpt-type: metadata
2021-04-01 01:54:08 +00:00
Philip Rogers 4a9097fe03 Bug 1702356 [wpt PR 28326] - Fix typo in css/css-transforms/transform-origin-01-ref.html, a=testonly
Automatic update from web-platform-tests
Fix typo in css/css-transforms/transform-origin-01-ref.html

This test had a typo in the reference file which resulted in it failing.

Bug: 1175179
Change-Id: Ieb529cfc91021c18df9d76775dac8bb86429919b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2797725
Auto-Submit: Philip Rogers <pdr@chromium.org>
Reviewed-by: Olga Gerchikov <gerchiko@microsoft.com>
Commit-Queue: Philip Rogers <pdr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#868327}

--

wpt-commits: 6cc4f9451df3730633c4718d964309510da4c9c3
wpt-pr: 28326
2021-04-01 16:47:44 +00:00