Commit Graph

8451 Commits

Author SHA1 Message Date
Byron Campen [:bwc]
383bd24277 Bug 1531439 - Part 0: Re-enable a test-case. r=jib
Depends on D21557

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

--HG--
extra : moz-landing-system : lando
2019-03-06 15:00:27 +00:00
Glenn Watson
e920cc3f6a Bug 1533236 - Add a fast path to WR for common gradient types. r=kvark
The existing linear gradient shader is quite slow, especially
on very large gradients on integrated GPUs.

The vast majority of gradients in real content are very simple
(typically < 4 stops, no angle, no repeat). For these, we can
run a fast path to persist a small gradient in the texture cache
and draw the gradient via the image shader.

This is _much_ faster than the catch-all gradient shader, and also
results in better batching while drawing the main scene.

In future, we can expand the fast path to handle more cases, such
as angled gradients. For now, it takes a conservative approach,
but still seems to hit the fast path on most real content.

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

--HG--
extra : moz-landing-system : lando
2019-03-07 21:20:40 +00:00
arthur.iakab
93997623bd Merge mozilla-central to autoland a=merge on a CLOSED TREE 2019-03-08 00:14:12 +02:00
arthur.iakab
85ad02d41a Merge inbound to mozilla-central a=merge 2019-03-07 23:58:42 +02:00
Emilio Cobos Álvarez
dab46eec84 Bug 1533456 - Add a test that would've prevented this regression. r=kvark
Differential Revision: https://phabricator.services.mozilla.com/D22547

--HG--
extra : moz-landing-system : lando
2019-03-07 17:48:29 +00:00
Byron Campen [:bwc]
b713ecf7db Bug 1531143 - Part 0: Re-enable a test-case. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D21949

--HG--
extra : moz-landing-system : lando
2019-03-06 16:48:39 +00:00
Byron Campen [:bwc]
a6d9988b7e Bug 1531472 - Part 0: Re-enable this wpt. r=jib
Depends on D21557

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

--HG--
extra : moz-landing-system : lando
2019-03-05 21:58:17 +00:00
Emilio Cobos Álvarez
0b5807bc62 Bug 1215878 - Implement CSS revert keyword. r=heycam,birtles
The only fishy bit is the animation stuff. In particular, there are two places
where we just mint the revert behavior:

 * When serializing web-animations keyframes (the custom properties stuff in
   declaration_block.rs). That codepath is already not sound and I wanted to
   get rid of it in bug 1501530, but what do I know.

 * When getting an animation value from a property declaration. At that point
   we no longer have the CSS rules that apply to the element to compute the
   right revert value handy. It'd also use the wrong style anyway, I think,
   given the way StyleBuilder::for_animation works.

   We _could_ probably get them out of somewhere, but it seems like a whole lot
   of code reinventing the wheel which is probably not useful, and that Blink
   and WebKit just cannot implement either since they don't have a rule tree,
   so it just doesn't seem worth the churn.

The custom properties code looks a bit different in order to minimize hash
lookups in the common case. FWIW, `revert` for custom properties doesn't seem
very useful either, but oh well.

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

--HG--
extra : moz-landing-system : lando
2019-03-07 11:59:36 +00:00
Sebastian Hengst
ef5fce4bae Bug 1531792 - Enable feature policy and reporting in font-display feature tests r=jgraham
Feature policy is currently only enabled in Nightly. This lets it pass on beta and release.

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

--HG--
extra : moz-landing-system : lando
2019-03-07 10:08:12 +00:00
Coroiu Cristina
24aacfe9a4 Merge inbound to mozilla-central a=merge 2019-03-07 06:34:11 +02:00
Daniel Holbert
1467eb13b8 Bug 1530896: Drop css parser support for 'contain:style'. r=emilio
We're not sure we're going to ship support for this value, and it's been marked
as 'at-risk' in the spec, so let's stop pretending we support it in the parser.

Spec issue:
https://github.com/w3c/csswg-drafts/issues/3280

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

--HG--
extra : moz-landing-system : lando
2019-03-06 20:44:37 +00:00
Edwin Gao
84ec035b90 Bug 1525435 - insert expected outcomes for encrypted-media tests in wpt for windows10-aarch64 r=jmaher,gbrown
Changes:
Added expected outcomes to the following files.

```
- drm-check-encryption-scheme.https.html.ini
- drm-check-status-for-hdcp.https.html.ini
- drm-mp4-playback-temporary-playduration-keystatus.html.ini
- drm-mp4-playback-temporary-playduration.html.ini
```

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

--HG--
extra : moz-landing-system : lando
2019-03-06 19:48:30 +00:00
Byron Campen [:bwc]
d568195e70 Bug 1529403: Put bug links in webrtc wpt meta files. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D21557

--HG--
extra : moz-landing-system : lando
2019-03-06 16:15:10 +00:00
Yaron Tausky
47e3c782c9 Bug 1532303: Fix evaluation of Service-Worker-Allowed header r=perry,asuth
The spec mandates that only the paths of the URIs resulting from evaluation
of the Service-Worker-Allowed header and the registration's scope be compared,
yet Gecko also includes the origin in the comparison. This commit makes Gecko
follow the spec.

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

--HG--
extra : moz-landing-system : lando
2019-03-06 02:11:54 +00:00
Daniel Holbert
5d85b23a0c Bug 1383451: Skip web-platform-test list-style-021.xht since its reference occasionally renders with 1 fuzzy pixel. (no review, test annotation only)
Unfortunately, we can't do fuzzy annotations in WPT yet. When we can, we should
adjust this annotation to "1px allowed to differ by <=8 in any color channel".

--HG--
extra : amend_source : c47d4d64056b795f6ad09124a7a862c7249d20f2
2019-03-05 11:33:25 -08:00
Daniel Holbert
f87df579d4 Bug 1531025 part 2: Skip an unnecessary border-radius calculation if the radii are 0 (to avoid division by 0). r=boris
This patch avoids a potential division by 0 (one that's unlikely to be
triggered by real content), for correctness and robustness.

This patch isn't really changing the logic, because the newly-guarded code is
already guarded by a "length < sum" check, and "length" is expected to be
nonnegative [1], which means "sum" would already have been nonzero in cases
where the existing strict less-than comparison returned true.

[1] One special case where we can have negative `length` values here:
if this is an outline with an `outline-offset` that is sufficiently negative
to entirely cancel out the outlined element's border-box size, then that can
produce a negative `length` (i.e. the outline box will have a negative size,
conceptually). In that scenario, we were previously dividing by 0 here and
working with bogus huge/infinite negative values as a result, but we should
not do that.

Depends on D21578

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

--HG--
extra : moz-landing-system : lando
2019-03-04 19:24:01 +00:00
Emilio Cobos Álvarez
25098daaaa Bug 1532122 - Make word-spacing, letter-spacing, and line-height use Rust lengths. r=boris
This also adopts the resolution from [1] while at it, making letter-spacing
compute to a length, serializing 0 to normal rather than keeping normal in the
computed value, which matches every other engine.

This removes the SMIL tests for percentages from letter-spacing since
letter-spacing does in fact not support percentages, so they were passing just
by chance.

[1]: https://github.com/w3c/csswg-drafts/issues/1484

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

--HG--
extra : moz-landing-system : lando
2019-03-04 18:19:40 +00:00
Jon Coppeard
8f0bbc6c2f Bug 1517546 - Enable dyanmic module import by default r=smaug 2019-03-06 17:20:24 +00:00
Emilio Cobos Álvarez
409beb5bb9 Bug 1218257 - Use a different property other than word-spacing for a test. r=me
word-spacing is still using the old Gecko computed style storage, which means
that it has a little bit of precision loss that I just fixed for stroke-width.
2019-03-03 03:31:55 +01:00
Emilio Cobos Álvarez
f02f6a3545 Bug 1218257 - Use rust lengths for the SVG lengths. r=boris
As it turns out we need this to avoid losing precision both during painting and
during serialization.

This patch also changes to serialize `context-value` if it's the computed value.

I could keep the previous behavior, but it makes no sense to serialize the
initial value. We're the only ones to support this value anyway, and I couldn't
find a definition or spec for this.

Also update tests and expectations for:

 * New unexpected passes.
 * Always serializing the unit in getComputedStyle.
 * Calc and interpolation support.

Chrome also always serializes the unit in getComputedStyle, so I'm pretty sure
this is compatible with them. Chrome is inconsistent and keeps numbers in
specified style, but that's inconsistent with itself and with other quirky
lengths, so I updated the tests instead.

Differential Revision: https://phabricator.services.mozilla.com/D21819
2019-03-03 00:16:24 +01:00
Joel Maher
81c9d98e2f Bug 1456855 - adjust manifests for web-platform tests that now fail with the new linux64 freetype library. r=jgraham
Depends on D21560

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

--HG--
extra : moz-landing-system : lando
2019-02-28 17:47:08 +00:00
Joel Maher
ec886c0359 Bug 1456855 - adjust manifests for tests that pass on linux64 with new FreeType. r=gbrown
Depends on D21360

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

--HG--
extra : moz-landing-system : lando
2019-02-28 18:07:52 +00:00
Botond Ballo
83a64ce389 Bug 1519621 - Make sure ScrollToRestoredPosition() restores both the layout and visual scroll positions. r=tnikkel
Differential Revision: https://phabricator.services.mozilla.com/D18367

--HG--
extra : moz-landing-system : lando
2019-03-01 20:18:35 +00:00
Andrea Marchesini
2d645efe2b Bug 1531026 - Add testing/web-platform/meta/serial/__dir__.ini to enable FeaturePolicy for serial tests, r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D21547

--HG--
extra : moz-landing-system : lando
2019-02-28 16:14:28 +00:00
Boris Zbarsky
d05d4927fc Bug 1520831 followup. Mark some more tests as passing. r=bzbarsky 2019-02-27 23:06:27 -05:00
Boris Zbarsky
8c2602c9e5 Bug 1520831. Fix handling of Symbol-named properties on objects with named setters. r=qdot
Per spec these should just go directly to the expando object; we were ignoring them instead.

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

--HG--
extra : moz-landing-system : lando
2019-02-19 19:08:32 +00:00
Boris Zbarsky
9c5da5f234 Bug 1489308 part 9. Remove now-unused wyciwyg bits. r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D17327

--HG--
rename : dom/html/test/browser_refresh_wyciwyg_url.js => dom/html/test/browser_refresh_after_document_write.js
rename : dom/html/test/file_refresh_wyciwyg_url.html => dom/html/test/file_refresh_after_document_write.html
extra : moz-landing-system : lando
2019-02-28 01:09:48 +00:00
Boris Zbarsky
2e5c884144 Bug 1489308 part 5. Align the work we do on document.open with the spec. r=mccr8,smaug
The main behavior changes are:

1) We no longer create a new Window when doing document.open().  We use the
same Window but remove all the event listeners on it and on the existing DOM
tree before removing the document's existing kids.

2) We no longer create a new session history entry.  The existing one always
gets replaced instead.

3) We now support document.open on documents that are not in a Window.

The reasons for the various test changes are as follows:

The change to browser_modifiedclick_inherit_principal.js is because we no
longer set the docshell to a wyciwyg URL when document.open() happens and the
test was depending on that to terminate.

browser_wyciwyg_urlbarCopying.js is being removed because it's trying to test
wyciwyg URIs, which no longer exist.

The changes in docshell/test/navigation are because document.open() no longer
affects session history.  One of the tests was testing the interactions there
and is being removed; another is being repurposed to just test that
document.open() does not affect history.length.

The change to test_x-frame-options.html is because document.open() now removes
event listeners on the window, which it didn't use to do (and in the specific
case in this test reused the existing inner too, so the listener was still
around in practice).  The new behavior matches other browsers.

The removal of test_bug172261.html is because document.open() no longer affects
session history, so you can't go back across it or forward to the "opened"
state, so the situation that test is trying to test no longer exists.

The changes to test_bug255820.html are because reloading a document after
document.open() will now just load the URL of the document that was the entry
document for the open() call, not reload the written content.  So there's not
much point testing reload behavior, and in this test it was just reloading the
toplevel test file inside the frames.

The change to test_bug346659.html is because now we no longer create a new
Window on document.open().

The change to test_bug1232829.html is because document.open() (implicit in this
test) no longer adds history entries, so the back() was just leaving the test
page instead of going back across the document.open().  The test is a
crashtest in practice, so might still be testing something useful about how
document.open() interacts with animations.

The change to test_bug715739.html is because the URL of the document after
document.open() is now the URL of the entry document, not a wyciwyg URL, so
reload() has different behavior than it used to.

The change to test_bug329869.html is because now when we go back we're
reloading the original document we had, not doing a wyciwyg load, and the
security info now doesn't include the untrusted script.

The changes to the wpt expectations are removing a bunch of expected failures
now that we pass those tests and disabling some tests that are fundamentally
racy and hence fail randomly.  The latter all have github issues filed for the
test problem.

The change to testing/web-platform/tests/common/object-association.js is fixing
tests that were not matching the spec (and were failing in other browsers).

The change to parser-uses-registry-of-owner-document.html is fixing tests that
were not matching the spec (and were failing in other browsers).

The change to document-write.tentative.html is because the test was buggy: it
was using the same iframe element for all its tests and racing loads from some
tests against API calls from other tests, etc.  It's a wonder it ever managed
to pass, independent of these patches (and in fact it doesn't pass according to
wpt.fyi data, even in Firefox).

The changes in html/browsers/history/the-history-interface are because
document.open() no longer adds history entries.  The test was failing in all
other browsers for the same reason.

The changes in html/browsers/history/the-location-interface are because
reloading a document.open()-created thing now loads the URL of the page that
was the entry document for the open() call.  The test was failing in all other
browsers.

The change to reload_document_open_write.html is because we now reload the url
of the document that entered the script that called open() when we reload, not
the written content.  Other browsers were failing this test too; Gecko with
the old document.open implementation was the only one that passed.

The change to http-refresh.py is to fix a test bug: it was not returning a
Content-Type header, so we were putting up helper app dialogs, etc.

The change to test_ext_contentscript.js is because we no create a new global
for document.open() calls.  Kris Maglione OKed this part.

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

--HG--
extra : moz-landing-system : lando
2019-02-27 23:24:48 +00:00
Ciure Andrei
b7e9c5588b Backed out changeset 2c0ca241bd4b (bug 1519621) for frame-reconstruction-scroll-clamping.html high frequency failures CLOSED TREE 2019-02-28 01:52:04 +02:00
Botond Ballo
34d9171482 Bug 1519621 - Make sure ScrollToRestoredPosition() restores both the layout and visual scroll positions. r=tnikkel
Differential Revision: https://phabricator.services.mozilla.com/D18367

--HG--
extra : moz-landing-system : lando
2019-02-27 20:19:33 +00:00
Byron Campen [:bwc]
309281a9e8 Bug 1528323 - Part 2: Mark some wpt as passing, and fix some others. Also fix a mochitest. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D19985

--HG--
extra : moz-landing-system : lando
2019-02-27 16:06:04 +00:00
Daniel Varga
027f2c1a08 Backed out 4 changesets (bug 1528323) for linting opt on a CLOSED TREE DONTBUILD
Backed out changeset e5644fcedb19 (bug 1528323)
Backed out changeset 4ec8d35bbefc (bug 1528323)
Backed out changeset be1db93b9ba7 (bug 1528323)
Backed out changeset e1b06db7e2c6 (bug 1528323)

--HG--
extra : rebase_source : a997722cc28751c500f64ae543fbd584e9cf8375
extra : amend_source : 7c754580c98644689220f7ac5b0c5d41ec77d51e
2019-02-27 17:51:53 +02:00
Byron Campen [:bwc]
66307d2978 Bug 1528323 - Part 2: Mark some wpt as passing, and fix some others. Also fix a mochitest. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D19985

--HG--
extra : moz-landing-system : lando
2019-02-25 14:53:03 +00:00
Dorel Luca
cde6aa9ebe Backed out 2 changesets (bug 1335740) for devtools failures. CLOSED TREE
Backed out changeset 1bddabb7bafb (bug 1335740)
Backed out changeset e31483efc331 (bug 1335740)

--HG--
rename : testing/web-platform/meta/mediacapture-streams/MediaDevices-getSupportedConstraints.https.html.ini => testing/web-platform/meta/mediacapture-streams/MediaDevices-getSupportedConstraints.html.ini
rename : testing/web-platform/tests/mediacapture-streams/MediaDevices-getSupportedConstraints.https.html => testing/web-platform/tests/mediacapture-streams/MediaDevices-getSupportedConstraints.html
extra : rebase_source : e6fc9bc5fc3eac450e65d6ff38b672b01a4cbe5d
2019-02-27 12:00:27 +02:00
Csoregi Natalia
d713b1a85a Merge mozilla-central to autoland. CLOSED TREE 2019-02-27 06:35:29 +02:00
Csoregi Natalia
2a6f3dde00 Merge inbound to mozilla-central. a=merge 2019-02-27 06:31:28 +02:00
Jan-Ivar Bruaroey
5739f01e2d Bug 1335740 - Update wpt & mochitests to work w/[SecureContext] navigator.mediaDevices. r=pehrsons
Differential Revision: https://phabricator.services.mozilla.com/D20425

--HG--
rename : testing/web-platform/meta/mediacapture-streams/MediaDevices-getSupportedConstraints.html.ini => testing/web-platform/meta/mediacapture-streams/MediaDevices-getSupportedConstraints.https.html.ini
rename : testing/web-platform/tests/mediacapture-streams/MediaDevices-getSupportedConstraints.html => testing/web-platform/tests/mediacapture-streams/MediaDevices-getSupportedConstraints.https.html
extra : moz-landing-system : lando
2019-02-27 03:51:14 +00:00
Jan-Ivar Bruaroey
1901f71c69 Bug 1335740 - getUserMedia() NotAllowedError in http (pref'd on), & [SecureContext] navigator.mediaDevices (pref'd off) r=bzbarsky,pehrsons
Differential Revision: https://phabricator.services.mozilla.com/D19549

--HG--
extra : moz-landing-system : lando
2019-02-27 03:51:07 +00:00
Emilio Cobos Álvarez
90554be433 Bug 1530826 - Fix computed value clamping. r=heycam
Differential Revision: https://phabricator.services.mozilla.com/D21268

--HG--
extra : moz-landing-system : lando
2019-02-26 23:34:25 +00:00
Csoregi Natalia
86fd564657 Merge mozilla-central to mozilla-inbound. CLOSED TREE 2019-02-26 23:53:15 +02:00
Emilio Cobos Álvarez
b7bb398730 Bug 1516454 - Use rust lengths for border corners. r=boris
The test in https://github.com/web-platform-tests/wpt/pull/15423 hasn't been
synced over yet, but it passes with this patch of course.

Differential Revision: https://phabricator.services.mozilla.com/D20960
2019-02-26 06:01:34 -08:00
shindli
529e235210 Merge mozilla-central to inbound. a=merge CLOSED TREE 2019-02-26 19:01:20 +02:00
James Graham
da30b51b1c Bug 1528824 - Fix metadata for query encoding, a=testonly
This reverts commit e9347000cc0a9f2932545c2d663216d0e067df12.
2019-02-26 15:28:57 +00:00
James Graham
54b6bec769 Bug 1528824 - Remove bogus metadata for navigation timing, a=testonly 2019-02-26 15:12:59 +00:00
moz-wptsync-bot
0fd7d323b8 Bug 1528824 - Fix spidermonkey bustage, a=testonly CLOSED TREE 2019-02-26 13:17:32 +00:00
moz-wptsync-bot
b350324259 Bug 1528824 - [wpt-sync] Update web-platform-tests to f8a1bfbe5454352d3f5b58845829968ff212519b, a=testonly
wpt-head: f8a1bfbe5454352d3f5b58845829968ff212519b
wpt-type: landing
2019-02-26 12:05:32 +00:00
moz-wptsync-bot
45f65666ee Bug 1526700 [wpt PR 15267] - Update wpt metadata, a=testonly
wpt-pr: 15267
wpt-type: metadata
2019-02-26 12:05:31 +00:00
moz-wptsync-bot
bc6a8d707f Bug 1526732 [wpt PR 14911] - Update wpt metadata, a=testonly
wpt-pr: 14911
wpt-type: metadata
2019-02-26 12:05:27 +00:00
moz-wptsync-bot
8bb7365bfb Bug 1527149 [wpt PR 15328] - Update wpt metadata, a=testonly
wpt-pr: 15328
wpt-type: metadata
2019-02-26 12:05:25 +00:00
moz-wptsync-bot
dc09df97c4 Bug 1526730 [wpt PR 15280] - Update wpt metadata, a=testonly
wpt-pr: 15280
wpt-type: metadata
2019-02-26 12:05:23 +00:00
moz-wptsync-bot
a6fc3797b1 Bug 1526644 [wpt PR 14946] - Update wpt metadata, a=testonly
wpt-pr: 14946
wpt-type: metadata
2019-02-26 12:05:22 +00:00
moz-wptsync-bot
e986c10eb4 Bug 1526728 [wpt PR 15279] - Update wpt metadata, a=testonly
wpt-pr: 15279
wpt-type: metadata
2019-02-26 12:05:21 +00:00
moz-wptsync-bot
7d39066018 Bug 1527046 [wpt PR 15306] - Update wpt metadata, a=testonly
wpt-pr: 15306
wpt-type: metadata
2019-02-26 12:05:21 +00:00
moz-wptsync-bot
333cf61756 Bug 1527044 [wpt PR 15133] - Update wpt metadata, a=testonly
wpt-pr: 15133
wpt-type: metadata
2019-02-26 12:05:20 +00:00
moz-wptsync-bot
4c38bc624f Bug 1527042 [wpt PR 15251] - Update wpt metadata, a=testonly
wpt-pr: 15251
wpt-type: metadata
2019-02-26 12:05:19 +00:00
moz-wptsync-bot
380ce04f73 Bug 1526852 [wpt PR 15300] - Update wpt metadata, a=testonly
wpt-pr: 15300
wpt-type: metadata
2019-02-26 12:05:19 +00:00
moz-wptsync-bot
366112c86c Bug 1526627 [wpt PR 15256] - Update wpt metadata, a=testonly
wpt-pr: 15256
wpt-type: metadata
2019-02-26 12:05:15 +00:00
moz-wptsync-bot
a6d07b4194 Bug 1526625 [wpt PR 15091] - Update wpt metadata, a=testonly
wpt-pr: 15091
wpt-type: metadata
2019-02-26 12:05:15 +00:00
moz-wptsync-bot
5e5380ea7a Bug 1516736 [wpt PR 14686] - Update wpt metadata, a=testonly
wpt-pr: 14686
wpt-type: metadata
2019-02-26 12:05:14 +00:00
moz-wptsync-bot
db5df4abdf Bug 1526617 [wpt PR 15247] - Update wpt metadata, a=testonly
wpt-pr: 15247
wpt-type: metadata
2019-02-26 12:05:12 +00:00
moz-wptsync-bot
6020a843c2 Bug 1526616 [wpt PR 15245] - Update wpt metadata, a=testonly
wpt-pr: 15245
wpt-type: metadata
2019-02-26 12:05:11 +00:00
moz-wptsync-bot
aac60c21af Bug 1526612 [wpt PR 15165] - Update wpt metadata, a=testonly
wpt-pr: 15165
wpt-type: metadata
2019-02-26 12:05:10 +00:00
moz-wptsync-bot
887acb902d Bug 1526608 [wpt PR 15253] - Update wpt metadata, a=testonly
wpt-pr: 15253
wpt-type: metadata
2019-02-26 12:05:09 +00:00
moz-wptsync-bot
89de5c740b Bug 1526603 [wpt PR 15234] - Update wpt metadata, a=testonly
wpt-pr: 15234
wpt-type: metadata
2019-02-26 12:05:08 +00:00
moz-wptsync-bot
6947b80050 Bug 1526270 [wpt PR 15239] - Update wpt metadata, a=testonly
wpt-pr: 15239
wpt-type: metadata
2019-02-26 12:05:07 +00:00
moz-wptsync-bot
1a3394ed4b Bug 1526599 [wpt PR 15215] - Update wpt metadata, a=testonly
wpt-pr: 15215
wpt-type: metadata
2019-02-26 12:05:07 +00:00
moz-wptsync-bot
34fae4ea14 Bug 1526596 [wpt PR 15097] - Update wpt metadata, a=testonly
wpt-pr: 15097
wpt-type: metadata
2019-02-26 12:05:05 +00:00
moz-wptsync-bot
f6c977daa1 Bug 1526595 [wpt PR 15260] - Update wpt metadata, a=testonly
wpt-pr: 15260
wpt-type: metadata
2019-02-26 12:05:05 +00:00
moz-wptsync-bot
0a7bc1e058 Bug 1526594 [wpt PR 15119] - Update wpt metadata, a=testonly
wpt-pr: 15119
wpt-type: metadata
2019-02-26 12:05:04 +00:00
moz-wptsync-bot
1f161a9b2f Bug 1526592 [wpt PR 15241] - Update wpt metadata, a=testonly
wpt-pr: 15241
wpt-type: metadata
2019-02-26 12:05:03 +00:00
Brindusan Cristian
bf90d1a413 Backed out changeset ea34ac7461b0 (bug 1528824) as requested by jgraham. 2019-02-26 13:42:12 +02:00
moz-wptsync-bot
d8c39f4995 Bug 1528824 - [wpt-sync] Update web-platform-tests to f8a1bfbe5454352d3f5b58845829968ff212519b, a=testonly
wpt-head: f8a1bfbe5454352d3f5b58845829968ff212519b
wpt-type: landing
2019-02-26 11:37:16 +00:00
Andrea Marchesini
e5f9055504 Bug 1508996 - Change Response's statusText's default, r=valentin
Differential Revision: https://phabricator.services.mozilla.com/D21026

--HG--
extra : moz-landing-system : lando
2019-02-26 03:56:08 +00:00
Cosmin Sabou
a499294d09 Backed out 4 changesets (bug 1516454, bug 1530247) for multiple failures on Linux x64 asan. CLOSED TREE
Backed out changeset 180c7672c57c (bug 1516454)
Backed out changeset a460a4d0a66c (bug 1516454)
Backed out changeset c6ab8d3dd19a (bug 1530247)
Backed out changeset 43862dc87e0b (bug 1516454)
2019-02-26 00:49:27 +02:00
Emilio Cobos Álvarez
b411b3894d Bug 1516454 - Use rust lengths for border corners. r=boris
The test in https://github.com/web-platform-tests/wpt/pull/15423 hasn't been
synced over yet, but it passes with this patch of course.

Differential Revision: https://phabricator.services.mozilla.com/D20960
2019-02-25 12:42:31 -08:00
Nika Layzell
305c3ca912 Bug 1522579 - Part 3: Remove consumers of nsIContentChild, r=mccr8
Like Part 2, however for `nsIContentChild`.

Depends on D20550

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

--HG--
extra : moz-landing-system : lando
2019-02-25 20:04:49 +00:00
arthur.iakab
4479bd6e6b Backed out changeset b591e1e39f80 (bug 1508996) for requent devtools failures on browser_net_service-worker-status.js CLOSED TREE 2019-02-25 20:58:10 +02:00
Andrea Marchesini
6159755e0c Bug 1529056 - Improve createImageBitmap and origin-clean tests, r=aosmond
Differential Revision: https://phabricator.services.mozilla.com/D20380

--HG--
extra : moz-landing-system : lando
2019-02-25 17:56:40 +00:00
Andrea Marchesini
dd597fbd0e Bug 1508996 - Change Response's statusText's default, r=valentin
Differential Revision: https://phabricator.services.mozilla.com/D21026

--HG--
extra : moz-landing-system : lando
2019-02-25 16:54:11 +00:00
Andreea Pavel
cd1b27ad4d Backed out 6 changesets (bug 1522579) for build bustages on a CLOSED TREE
Backed out changeset 3c8320baa230 (bug 1522579)
Backed out changeset 0a288a3d85cd (bug 1522579)
Backed out changeset ecfd27e7d150 (bug 1522579)
Backed out changeset eda40fca0758 (bug 1522579)
Backed out changeset 5c7aafa32a0a (bug 1522579)
Backed out changeset a3c5a2c16411 (bug 1522579)
2019-02-25 18:19:38 +02:00
Nika Layzell
da5b73b6a0 Bug 1522579 - Part 3: Remove consumers of nsIContentChild, r=mccr8
Like Part 2, however for `nsIContentChild`.

Depends on D20550

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

--HG--
extra : moz-landing-system : lando
2019-02-25 15:51:19 +00:00
Andrea Marchesini
caf55f355b Bug 1488957 - Get rid of dom.clearSiteData.enabled pref, r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D20999

--HG--
extra : moz-landing-system : lando
2019-02-25 12:43:30 +00:00
Eden Chuang
429916cc5a Bug 1518869 - Update the expected result of web-platform test /service-workers/service-worker/fetch-csp.https.html r=asuth
Update the expected result of web-platform test /service-workers/service-worker/fetch-csp.https.html to FAIL

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

--HG--
extra : moz-landing-system : lando
2019-02-26 09:05:10 +00:00
Narcis Beleuzu
08981eeb41 Bug 1526212 - Fix syntax for windows. r=wpt-fix 2019-02-24 06:11:52 +02:00
Narcis Beleuzu
46ea64a3cc Bug 1526212 - Disable /resource-timing/test_resource_timing.https.html on linux, mac and windows. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D20019

--HG--
extra : moz-landing-system : lando
2019-02-24 03:09:57 +00:00
Razvan Maries
d7a2f49ed8 Merge mozilla-inbound to mozilla-central a=merge 2019-02-23 06:15:14 +02:00
Kartikaya Gupta
122b09781a Bug 1526468 - Disable intermittently-failing newly added test on Linux-qr. r=me 2019-02-22 12:14:08 -05:00
Coroiu Cristina
4a72e9cc9a Merge inbound to mozilla-central a=merge 2019-02-22 18:30:44 +02:00
Mats Palmgren
0f4868138a Bug 1526567 - [css-grid] Make the block-axis percentage basis be indefinite for measuring reflows. r=dholbert 2019-02-22 13:58:24 +01:00
Brian Birtles
540858a5b1 Bug 1528883 - Rename CSSPseudoElement.parentElement to CSSPseudoElement.element; r=bzbarsky
As per CSSWG resolution:

  https://github.com/w3c/csswg-drafts/issues/2816#issuecomment-454869173

And corresponding spec change:

  2dbf1e44a6

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

--HG--
extra : moz-landing-system : lando
2019-02-22 03:12:19 +00:00
Byron Campen [:bwc]
c0f6271420 Bug 1231414 - Part 2: Mark some wpt as expected to succeed. r=jib
Depends on D19841

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

--HG--
extra : moz-landing-system : lando
2019-02-21 14:51:41 +00:00
Karl Tomlinson
45ab39f95a Bug 1519562 throw in AudioWorkletNode constructor if name is not registered r=padenot
Depends on D20274

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

--HG--
extra : moz-landing-system : lando
2019-02-19 12:57:57 +00:00
Andreea Pavel
03f50be320 Bug 1528773 - Disabled navigation-redirect.https.html?client on linux and win r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D20457

--HG--
extra : moz-landing-system : lando
2019-02-20 12:59:38 +00:00
Masayuki Nakano
b86a9d85df Bug 1436906 - Make Selection::NotifySelectionListeners() not scroll when it moves focus r=smaug
When Selection changed into an editing host,
Selection::NotifySelectionListeners() moves focus to the editing host.
In this case, we've scrolled to the focused element because it's our consistent
and traditional behavior.  However, Chrome does not behave so.  Therefore,
we should not scroll in this case for compatibility with Chrome.

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

--HG--
extra : moz-landing-system : lando
2019-02-21 03:09:32 +00:00
Henrik Skupin
944e06dfff Bug 1495513 - [wdspec] Add tests for file protocol. r=ato
Differential Revision: https://phabricator.services.mozilla.com/D20488

--HG--
extra : moz-landing-system : lando
2019-02-20 18:40:04 +00:00
Coroiu Cristina
41959946c9 Merge mozilla-central to autoland a=merge on a CLOSED TREE 2019-02-22 18:39:27 +02:00
Byron Campen [:bwc]
e588cab7bc Bug 1402912 - Part 2: Mark a wpt as expected to succeed. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D19962

--HG--
extra : moz-landing-system : lando
2019-02-16 15:24:48 +00:00
Joel Maher
8ecb783f5d Bug 1418778 - disable tests on windows 10 for intermittent failures in webdriver new_session tests. r=whimboo
disable tests on windows 10 for intermittent failures in webdriver new_session tests.

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

--HG--
extra : moz-landing-system : lando
2019-02-20 14:13:07 +00:00
Karl Tomlinson
a5ba519324 Bug 1528876 enable AudioWorklet in Nightly Web Audio wpt r=padenot
With https://bugzilla.mozilla.org/show_bug.cgi?id=1474463, "release_or_beta"
annotations are not required on the subtest expected results that exist on
some branches but not others due to test timeouts, errors, etc.

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

--HG--
extra : moz-landing-system : lando
2019-02-19 13:03:57 +00:00
Bogdan Tara
aedbe0b772 Merge inbound to mozilla-central. a=merge 2019-02-19 19:34:25 +02:00
Alastor Wu
90b4fbdde3 Bug 1528420 - part2 : enable testing/web-platform/tests/webvtt/api/VTTCue/constructor.html. r=jya
Differential Revision: https://phabricator.services.mozilla.com/D20039

--HG--
extra : moz-landing-system : lando
2019-02-19 10:50:06 +00:00
Masayuki Nakano
e9c01bb3dc Bug 998941 - Update web platform tests for InputEvent.data and InputEvent.dataTransfer r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D19299

--HG--
extra : moz-landing-system : lando
2019-02-19 06:34:21 +00:00
Masayuki Nakano
6eadee9e6c Bug 998941 - part 2-1: Implement InputEvent.dataTransfer declared by Input Events r=smaug
InputEvent.dataTransfer is declared by Input Events Level 1 and Level 2 (i.e.,
not UI Events).  It's necessary for "beforeinput" event on contenteditable
elements because of with some InputEvent.inputType values on contenteditable,
InputEvent.dataTransfer is used instead of InputEvent.data.

According to the Chrome's behavior, if InputEvent.dataTransfer is created by
web apps, the DataTransfer object is mutable.  Otherwise, i.e., the event
represents user input, the DataTransfer object is read only.  We should follow
this behavior.

This is enabled by default.

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

--HG--
extra : moz-landing-system : lando
2019-02-19 06:32:11 +00:00
Masayuki Nakano
0f145fc8e5 Bug 998941 - part 1-1: Implement InputEvent.data of UI Events r=smaug
InputEvent.data notifies web apps of inserting/inserted text with "beforeinput"
and "input" events.  So, this is important especially for "beforeinput" event
listeners.  That's the reason why we need to support this before implementing
"beforeinput" event.

This patch adds it into InputEvent and make it enabled by default.

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

--HG--
extra : moz-landing-system : lando
2019-02-19 06:27:41 +00:00
Hiroyuki Ikezoe
64a777f7b5 Bug 1528834 - Implement scroll-snap-align parser and serializer. r=emilio
https://drafts.csswg.org/css-scroll-snap-1/#scroll-snap-align

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

--HG--
extra : moz-landing-system : lando
2019-02-18 23:10:08 +00:00
Lars T Hansen
5f15798c2e Bug 1507491 - WPTs for new WebAssembly.Table.prototype.grow. r=ms2ger
Test cases for evolving JSAPI for the wasm reference types proposal:
the grow() method on a table can now take a second argument.  It can
be null or an exported wasm function and it is used to initialize the
new table slots.

These tests are set apart from the regular test to make it clear that
they are tentative.  Once the reftypes proposal ships we should merge
them into table/grow.any.js.

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

--HG--
extra : rebase_source : 22c722b567ed8bf6cb159232efbc6a2c04d22e1f
extra : amend_source : 3d6de1ce9d5ee43dc0a108cace11bcf6dcefb9c5
2019-02-18 17:44:34 +01:00
Cosmin Sabou
af297c3823 Bug 1522439 - Disable /service-workers/service-worker/navigation-redirect.https.html?client on win debug and linux. r=jmaher
Reviewers: jmaher

Reviewed By: jmaher

Bug #: 1522439

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

--HG--
extra : rebase_source : 32c42b8130068ff23ec363947c4257229f4f2bbe
2019-02-18 11:00:41 +02:00
Jonathan Kew
67db6ca162 Bug 1358019 - Reimplement word-break:break-all to better match the CSS Text spec. r=masayuki
Differential Revision: https://phabricator.services.mozilla.com/D19480

--HG--
extra : moz-landing-system : lando
2019-02-18 10:14:24 +00:00
Cosmin Sabou
9c478a1718 Backed out changeset fce0d0927739 (bug 1522439) for wpt failures on service-workers/service-worker/navigation-redirect.https.html. CLOSED TREE 2019-02-18 10:56:33 +02:00
Dorel Luca
3ad5fcb79f Bug 1522439 - Disable /service-workers/service-worker/navigation-redirect.https.html?client on win debug and linux. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D20030

--HG--
extra : moz-landing-system : lando
2019-02-16 15:57:39 +00:00
Hiroyuki Ikezoe
e40c79572d Bug 1528640 - Fix expected results that the same component values can be omitted. r=emilio
From '6.7.2 Serializing CSS Values'[1];

 If component values can be omitted or replaced with a shorter representation
 without changing the meaning of the value, omit/replace them.

[1] https://drafts.csswg.org/cssom/#serializing-css-values

Depends on D20103

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

--HG--
extra : moz-landing-system : lando
2019-02-18 02:33:12 +00:00
Hiroyuki Ikezoe
0a5721ad9c Bug 1528640 - Implement scroll-padding parser and serializer. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D20103

--HG--
extra : moz-landing-system : lando
2019-02-18 02:46:09 +00:00
Hiroyuki Ikezoe
842f78da12 Bug 1528639 - Implement scroll-margin parser and serializer. r=emilio
The reason why we use  RelaxedAtomBoolis that
ScrollSnapUtils::GetSnapPointForDestination() is called both from the main and
the compositor threads, and the function will have a branch depending on the
pref value.

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

--HG--
extra : moz-landing-system : lando
2019-02-18 02:25:54 +00:00
Coroiu Cristina
e6520f0a4d Merge inbound to mozilla-central a=merge 2019-02-16 11:36:46 +02:00
Cosmin Sabou
1194781109 Bug 1526212 - Disable /resource-timing/test_resource_timing.https.html on linux, mac and windows. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D20019

--HG--
extra : moz-landing-system : lando
2019-02-15 22:23:41 +00:00
Cosmin Sabou
12f7bded8e Bug 1526332 - Enable dom.security.featurePolicy on beta and release. r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D19672

--HG--
extra : moz-landing-system : lando
2019-02-13 16:47:13 +00:00
Emilio Cobos Álvarez
95454d416b Bug 1527438 - Use Rust types for Position. r=jwatt
This one should be much easier to review / much more pleasant to see :-)

Differential Revision: https://phabricator.services.mozilla.com/D19563
2019-02-15 04:05:32 +01:00
Daniel Varga
30780abeeb Merge mozilla-inbound to mozilla-central. a=merge 2019-02-15 03:41:17 +02:00
James Graham
5a16553f7c Bug 1527307 - More metadata updates, a=testonly CLOSED TREE 2019-02-14 22:50:29 +00:00
Henrik Skupin
72f690a447 Bug 1398095 - [wdspec] Add promise tests for Execute Async Script command. r=ato
Depends on D19755

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

--HG--
extra : moz-landing-system : lando
2019-02-14 13:39:55 +00:00
Henrik Skupin
39806892a5 Bug 1398095 - [marionette] Use promises internally for Execute (Async) Script. r=ato
Depends on D19753

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

--HG--
extra : moz-landing-system : lando
2019-02-14 13:39:19 +00:00
Byron Campen [:bwc]
2ca464bba8 Bug 1524642 - Part 1: Re-enable/fix some webrtc wpt. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D19548

--HG--
extra : moz-landing-system : lando
2019-02-13 19:30:06 +00:00
Hiroyuki Ikezoe
ff820309e3 Bug 1525075 - Use the ICB size for Element.{clientWidth, clientHeight} instead of expanded the layout viewport size. r=botond
This is what Chrome does.

documentElement-clientWidth-on-minimum-scale-size.tentative.html was the test
case for this but unfortunately it was disabled in bug 1515043. And it seems
that the test case failed on Android in the first place.

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

--HG--
extra : moz-landing-system : lando
2019-02-13 23:47:32 +00:00
Andrew McCreight
07e3ce0af7 Bug 1517601, part 3 - WebSocketEvent subclasses should not hold strong references to the channel. r=mayhemer
This patch moves the channel pointer from the WebSocketEvents into the
classes that wrap them (EventTargetDispatcher and
WrappedWebSocketEvent) to fix leaks.

EventTargetDispatcher uses a weak pointer. This is needed to prevent a
leak if the ChannelEvent dispatch fails, because it would create a
cycle of strong references between the WebSocketEvent, the channel,
the channel event queue, and EventTargetDispatcher. It is safe because
the ChannelEventQueue ensures that the channel remains alive.

WrappedWebSocketEvent uses a strong pointer. This won't create a leak
because the runnable is not owned by the channel. It is needed for
safety because it can't rely on the ChannelEventQueue mechanism for
keeping the channel alive.

The WPT whitelisting moves them into two subdirectories that still
seem to leak sometimes, but the top level websockets/ directory seems
okay now.

Depends on D19586

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

--HG--
extra : moz-landing-system : lando
2019-02-13 16:58:31 +00:00
Noemi Erli
ba57aee6c7 Bug 1526265 - Disable payment-is-showing.https.html on Android !debug for frequent failures. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D19642

--HG--
extra : moz-landing-system : lando
2019-02-13 10:42:53 +00:00
Dorel Luca
2db771a955 Bug 1513292 - Disabled /performance-timeline/case-sensitivity.any.html on linux for frequent failures. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D19490

--HG--
extra : moz-landing-system : lando
2019-02-12 16:39:02 +00:00
Jonathan Kingston
83bd9bdac8 Bug 1494034 - Add support for CSS prefers-color-scheme media feature. r=emilio 2019-02-15 21:40:35 +01:00
Ryan Hunt
a2307e62ae Bug 1528107 - Reland changes to scroll-anchoring tests. r=dholbert
These changes were reviewed, landed, and accidentally backed out in bug 1528107.

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

--HG--
extra : rebase_source : e9b1a4ff9e8881a756e795c519e6a86b4c6a47dd
extra : source : 9251d7ca6f093902261089f4c571db72b63df38d
2019-02-14 18:54:49 -06:00
Valentin Gosu
8e69ff2416 Bug 1520062 - Remove expected WPT leak threshold for /css/css-fonts/font-display/ r=kershaw
Differential Revision: https://phabricator.services.mozilla.com/D16550

--HG--
extra : moz-landing-system : lando
2019-02-20 16:24:27 +00:00
Jan-Ivar Bruaroey
3db8e914a7 Bug 1523958 - Add screen-capture/feature-policy.https.html wpt test. r=baku
Differential Revision: https://phabricator.services.mozilla.com/D18759

--HG--
extra : moz-landing-system : lando
2019-02-11 23:02:53 +00:00
Valentin Gosu
f9b1e042ff Bug 1517025 - Remove EXPECTED-FAIL for URL percent encoding tests r=kershaw
Differential Revision: https://phabricator.services.mozilla.com/D16696

--HG--
extra : moz-landing-system : lando
2019-02-11 21:49:36 +00:00
Andrew McCreight
0b179e0ba0 Bug 1526063 - Remove LSan whitelisting for WebCryptoAPI/generateKey/. r=keeler
Bug 1517574 fixed the leaks in this directory, so the white list can
now be removed.

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

--HG--
extra : moz-landing-system : lando
2019-02-11 20:57:03 +00:00
Kartikaya Gupta
a33f679ae0 Bug 1515432 - Squash a lot of redundant WPT clauses. r=jmaher
This patch was autogenerated by the supercollapser tool.
https://github.com/staktrace/supercollapser/

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

--HG--
extra : moz-landing-system : lando
2019-02-11 20:29:45 +00:00
Kartikaya Gupta
719dd00688 Bug 1515432 - Manually remove remaining windows version 10.0.15063 clauses. r=jmaher
This removes some redundant files entirely, and drops a slew of
conditions made redundant by the test being complete disabled. In the
remaining cases, the clauses filtering on Windows 10.0.15063 are dropped
since we aren't running on that Windows version any more.

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

--HG--
extra : moz-landing-system : lando
2019-02-11 20:29:47 +00:00
Andrew McCreight
5f83bb1aed Bug 1522500 - Add two more generic JS stack frames to the WPT LSan whitelist. r=jgraham
Intermittent leaks with js_arena_realloc and CompileUtf8 have started
showing up to leaks involving a bunch of JS stuff, so add them to the
top-level LSan WPT white list.

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

--HG--
extra : moz-landing-system : lando
2019-02-11 18:42:01 +00:00
Joel Maher
bdd8e3ce31 Bug 1522900 - adjust manifests to allow tests to pass on windows10 1803 release. r=gbrown CLOSED TREE
--HG--
extra : rebase_source : 1350412a9925eea526bda708011086c4e8e19170
extra : amend_source : 548af67b37ba2207f380c509a1b213c323fcd1cb
2019-02-11 10:02:51 +01:00
Emilio Cobos Álvarez
ca19235faa Bug 1523071 - Use the style system's LengthPercentage for shape-margin. r=jwatt
This also makes us pass a few WPTs because we stop losing precision when
serializing the computed value.

Differential Revision: https://phabricator.services.mozilla.com/D17738
2019-02-10 04:11:00 +01:00
Cosmin Sabou
ab10660ca4 Bug 1481099 - Disable /navigation-timing/nav2_test_document_open.html on linux for frequent failures. r=aryx
Differential Revision: https://phabricator.services.mozilla.com/D19172

--HG--
extra : moz-landing-system : lando
2019-02-08 17:01:45 +00:00
Razvan Maries
8add624474 Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2019-02-08 06:26:00 +02:00
Andreea Pavel
2e3f7b4395 Bug 1523562 - update wpt expectations r=emilio 2019-02-08 04:25:14 +02:00
moz-wptsync-bot
a99f50a5a4 Bug 1523562 - [wpt-sync] Update web-platform-tests to 9c5701192b581208a028144cb0fc27e462541a49, a=testonly
wpt-head: 9c5701192b581208a028144cb0fc27e462541a49
wpt-type: landing


--HG--
rename : testing/web-platform/meta/async-local-storage/undefined-value.https.html.ini => testing/web-platform/meta/kv-storage/undefined-value.https.html.ini
2019-02-07 21:51:25 +00:00
moz-wptsync-bot
9e385228e2 Bug 1523562 - Remove bogus metadata file, a=testonly 2019-02-07 21:51:25 +00:00
moz-wptsync-bot
997bf6ce78 Bug 1492316 [wpt PR 13061] - Update wpt metadata, a=testonly
wpt-pr: 13061
wpt-type: metadata
2019-02-07 21:51:22 +00:00
moz-wptsync-bot
638f38317f Bug 1513713 [wpt PR 14482] - Update wpt metadata, a=testonly
wpt-pr: 14482
wpt-type: metadata
2019-02-07 21:51:03 +00:00
moz-wptsync-bot
8bbcc07622 Bug 1516065 [wpt PR 14638] - Update wpt metadata, a=testonly
wpt-pr: 14638
wpt-type: metadata
2019-02-07 21:51:02 +00:00
moz-wptsync-bot
66fb701b72 Bug 1512348 [wpt PR 14384] - Update wpt metadata, a=testonly
wpt-pr: 14384
wpt-type: metadata
2019-02-07 21:51:00 +00:00
moz-wptsync-bot
40531b45b9 Bug 1512347 [wpt PR 14383] - Update wpt metadata, a=testonly
wpt-pr: 14383
wpt-type: metadata
2019-02-07 21:50:59 +00:00
moz-wptsync-bot
2e4633ab08 Bug 1514436 [wpt PR 14531] - Update wpt metadata, a=testonly
wpt-pr: 14531
wpt-type: metadata
2019-02-07 21:50:57 +00:00
moz-wptsync-bot
a085861d9c Bug 1517332 [wpt PR 14694] - Update wpt metadata, a=testonly
wpt-pr: 14694
wpt-type: metadata
2019-02-07 21:50:47 +00:00
moz-wptsync-bot
aee8fb2f01 Bug 1514457 [wpt PR 14538] - Update wpt metadata, a=testonly
wpt-pr: 14538
wpt-type: metadata
2019-02-07 21:50:40 +00:00
moz-wptsync-bot
f7a7bb09f2 Bug 1511072 [wpt PR 14297] - Update wpt metadata, a=testonly
wpt-pr: 14297
wpt-type: metadata
2019-02-07 21:50:37 +00:00
moz-wptsync-bot
e387cfaafa Bug 1518421 [wpt PR 14746] - Update wpt metadata, a=testonly
wpt-pr: 14746
wpt-type: metadata
2019-02-07 21:50:35 +00:00
moz-wptsync-bot
4647840d8d Bug 1502031 [wpt PR 13720] - Update wpt metadata, a=testonly
wpt-pr: 13720
wpt-type: metadata
2019-02-07 21:50:28 +00:00
moz-wptsync-bot
27b70f43a4 Bug 1518724 [wpt PR 14756] - Update wpt metadata, a=testonly
wpt-pr: 14756
wpt-type: metadata
2019-02-07 21:50:25 +00:00
moz-wptsync-bot
3e1a53e09c Bug 1517833 [wpt PR 14720] - Update wpt metadata, a=testonly
wpt-pr: 14720
wpt-type: metadata
2019-02-07 21:50:23 +00:00
moz-wptsync-bot
1677f4bf28 Bug 1518195 [wpt PR 14739] - Update wpt metadata, a=testonly
wpt-pr: 14739
wpt-type: metadata
2019-02-07 21:50:21 +00:00
moz-wptsync-bot
bbcfac1674 Bug 1516590 [wpt PR 14679] - Update wpt metadata, a=testonly
wpt-pr: 14679
wpt-type: metadata
2019-02-07 21:50:14 +00:00
moz-wptsync-bot
a3dbe58f99 Bug 1518222 [wpt PR 14740] - Update wpt metadata, a=testonly
wpt-pr: 14740
wpt-type: metadata
2019-02-07 21:50:11 +00:00
moz-wptsync-bot
9fe3a9aa9c Bug 1517914 [wpt PR 14726] - Update wpt metadata, a=testonly
wpt-pr: 14726
wpt-type: metadata
2019-02-07 21:50:09 +00:00
moz-wptsync-bot
e1f2a5ebf0 Bug 1517886 [wpt PR 14724] - Update wpt metadata, a=testonly
wpt-pr: 14724
wpt-type: metadata
2019-02-07 21:50:07 +00:00
moz-wptsync-bot
58565eae68 Bug 1518754 [wpt PR 14757] - Update wpt metadata, a=testonly
wpt-pr: 14757
wpt-type: metadata
2019-02-07 21:50:06 +00:00
moz-wptsync-bot
d0863d2577 Bug 1518009 [wpt PR 14731] - Update wpt metadata, a=testonly
wpt-pr: 14731
wpt-type: metadata
2019-02-07 21:50:05 +00:00
moz-wptsync-bot
9d45b11739 Bug 1513999 [wpt PR 14505] - Update wpt metadata, a=testonly
wpt-pr: 14505
wpt-type: metadata
2019-02-07 21:50:00 +00:00
moz-wptsync-bot
7ef3dcd715 Bug 1518836 [wpt PR 14762] - Update wpt metadata, a=testonly
wpt-pr: 14762
wpt-type: metadata
2019-02-07 21:50:00 +00:00
moz-wptsync-bot
8c9f8411dc Bug 1518435 [wpt PR 14747] - Update wpt metadata, a=testonly
wpt-pr: 14747
wpt-type: metadata
2019-02-07 21:49:59 +00:00
moz-wptsync-bot
bd39945dc0 Bug 1518414 [wpt PR 14745] - Update wpt metadata, a=testonly
wpt-pr: 14745
wpt-type: metadata
2019-02-07 21:49:58 +00:00
moz-wptsync-bot
8eeba3b863 Bug 1517444 [wpt PR 14699] - Update wpt metadata, a=testonly
wpt-pr: 14699
wpt-type: metadata
2019-02-07 21:49:57 +00:00
moz-wptsync-bot
44391c7ea3 Bug 1468696 [wpt PR 11497] - Update wpt metadata, a=testonly
wpt-pr: 11497
wpt-type: metadata
2019-02-07 21:49:55 +00:00
moz-wptsync-bot
d556556dc2 Bug 1516063 [wpt PR 14637] - Update wpt metadata, a=testonly
wpt-pr: 14637
wpt-type: metadata
2019-02-07 21:49:54 +00:00
moz-wptsync-bot
fca6951d94 Bug 1517920 [wpt PR 14727] - Update wpt metadata, a=testonly
wpt-pr: 14727
wpt-type: metadata
2019-02-07 21:49:52 +00:00
moz-wptsync-bot
3bd1af5d5f Bug 1517776 [wpt PR 14719] - Update wpt metadata, a=testonly
wpt-pr: 14719
wpt-type: metadata
2019-02-07 21:49:51 +00:00
moz-wptsync-bot
4b2d26d6d1 Bug 1517762 [wpt PR 14718] - Update wpt metadata, a=testonly
wpt-pr: 14718
wpt-type: metadata
2019-02-07 21:49:50 +00:00
moz-wptsync-bot
ba6c0dd9e3 Bug 1517370 [wpt PR 14696] - Update wpt metadata, a=testonly
wpt-pr: 14696
wpt-type: metadata
2019-02-07 21:49:48 +00:00
moz-wptsync-bot
b5b447bc18 Bug 1517906 [wpt PR 14725] - Update wpt metadata, a=testonly
wpt-pr: 14725
wpt-type: metadata
2019-02-07 21:49:48 +00:00
moz-wptsync-bot
6ed43b142e Bug 1517876 [wpt PR 14723] - Update wpt metadata, a=testonly
wpt-pr: 14723
wpt-type: metadata
2019-02-07 21:49:47 +00:00
moz-wptsync-bot
f65c6b6cdd Bug 1517629 [wpt PR 14705] - Update wpt metadata, a=testonly
wpt-pr: 14705
wpt-type: metadata
2019-02-07 21:49:46 +00:00
moz-wptsync-bot
f71846bb86 Bug 1517517 [wpt PR 14702] - Update wpt metadata, a=testonly
wpt-pr: 14702
wpt-type: metadata
2019-02-07 21:49:45 +00:00
moz-wptsync-bot
bcbca96bef Bug 1517373 [wpt PR 14697] - Update wpt metadata, a=testonly
wpt-pr: 14697
wpt-type: metadata
2019-02-07 21:49:43 +00:00
moz-wptsync-bot
f72399dcd7 Bug 1517622 [wpt PR 14704] - Update wpt metadata, a=testonly
wpt-pr: 14704
wpt-type: metadata
2019-02-07 21:49:43 +00:00
moz-wptsync-bot
ba6cd7ec44 Bug 1514892 [wpt PR 14571] - Update wpt metadata, a=testonly
wpt-pr: 14571
wpt-type: metadata
2019-02-07 21:49:42 +00:00
moz-wptsync-bot
20702b583b Bug 1517226 [wpt PR 9307] - Update wpt metadata, a=testonly
wpt-pr: 9307
wpt-type: metadata
2019-02-07 21:49:41 +00:00
moz-wptsync-bot
b1b78c9322 Bug 1516095 [wpt PR 14643] - Update wpt metadata, a=testonly
wpt-pr: 14643
wpt-type: metadata
2019-02-07 21:49:41 +00:00
moz-wptsync-bot
70e891c818 Bug 1512553 [wpt PR 14405] - Update wpt metadata, a=testonly
wpt-pr: 14405
wpt-type: metadata
2019-02-07 21:49:40 +00:00
moz-wptsync-bot
ada0f736e0 Bug 1515117 [wpt PR 14589] - Update wpt metadata, a=testonly
wpt-pr: 14589
wpt-type: metadata
2019-02-07 21:49:39 +00:00
moz-wptsync-bot
05c62a0c36 Bug 1516570 [wpt PR 14678] - Update wpt metadata, a=testonly
wpt-pr: 14678
wpt-type: metadata
2019-02-07 21:49:37 +00:00
moz-wptsync-bot
17a2cc9a58 Bug 1513138 [wpt PR 14444] - Update wpt metadata, a=testonly
wpt-pr: 14444
wpt-type: metadata
2019-02-07 21:49:37 +00:00
moz-wptsync-bot
2dc8ceb3d0 Bug 1516621 [wpt PR 14683] - Update wpt metadata, a=testonly
wpt-pr: 14683
wpt-type: metadata
2019-02-07 21:49:35 +00:00
moz-wptsync-bot
f3792ab167 Bug 1516596 [wpt PR 14681] - Update wpt metadata, a=testonly
wpt-pr: 14681
wpt-type: metadata
2019-02-07 21:49:34 +00:00
moz-wptsync-bot
386d3e734f Bug 1514995 [wpt PR 14582] - Update wpt metadata, a=testonly
wpt-pr: 14582
wpt-type: metadata
2019-02-07 21:49:33 +00:00
moz-wptsync-bot
43609819f3 Bug 1516494 [wpt PR 14677] - Update wpt metadata, a=testonly
wpt-pr: 14677
wpt-type: metadata
2019-02-07 21:49:33 +00:00
moz-wptsync-bot
2e1ee3aa30 Bug 1516492 [wpt PR 14676] - Update wpt metadata, a=testonly
wpt-pr: 14676
wpt-type: metadata
2019-02-07 21:49:32 +00:00
moz-wptsync-bot
bf23300677 Bug 1516407 [wpt PR 14668] - Update wpt metadata, a=testonly
wpt-pr: 14668
wpt-type: metadata
2019-02-07 21:49:31 +00:00
moz-wptsync-bot
9a61c0b37d Bug 1498964 [wpt PR 13510] - Update wpt metadata, a=testonly
wpt-pr: 13510
wpt-type: metadata
2019-02-07 21:49:30 +00:00
moz-wptsync-bot
6c77d91b60 Bug 1497754 [wpt PR 13385] - Update wpt metadata, a=testonly
wpt-pr: 13385
wpt-type: metadata
2019-02-07 21:49:29 +00:00
moz-wptsync-bot
ff0e3c85b2 Bug 1498099 [wpt PR 13461] - Update wpt metadata, a=testonly
wpt-pr: 13461
wpt-type: metadata
2019-02-07 21:49:28 +00:00
moz-wptsync-bot
9f6d9bd732 Bug 1515853 [wpt PR 14622] - Update wpt metadata, a=testonly
wpt-pr: 14622
wpt-type: metadata
2019-02-07 21:49:24 +00:00
moz-wptsync-bot
469b48bd86 Bug 1515892 [wpt PR 14626] - Update wpt metadata, a=testonly
wpt-pr: 14626
wpt-type: metadata
2019-02-07 21:49:24 +00:00
moz-wptsync-bot
edba657b38 Bug 1515858 [wpt PR 14623] - Update wpt metadata, a=testonly
wpt-pr: 14623
wpt-type: metadata
2019-02-07 21:49:22 +00:00
moz-wptsync-bot
16ed43e1d5 Bug 1515544 [wpt PR 14610] - Update wpt metadata, a=testonly
wpt-pr: 14610
wpt-type: metadata
2019-02-07 21:49:19 +00:00
moz-wptsync-bot
2a610b9779 Bug 1514670 [wpt PR 14554] - Update wpt metadata, a=testonly
wpt-pr: 14554
wpt-type: metadata
2019-02-07 21:49:18 +00:00