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

32302 Коммитов

Автор SHA1 Сообщение Дата
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
Edwin Gao 48bb1c21f8 Bug 1531499 - additional workaround for Windows 32bit incorrectly reporting failure for reftest r=jmaher,ahal
Changes:
- modified the criteria for using 1 as the successful return code by using a combination of factors; is it Windows, is it 32bit, and is it Reftest.

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

--HG--
extra : moz-landing-system : lando
2019-03-01 13:58:52 +00:00
alexandru.ionescu 361d5151c4 Bug 1529210 Add new Raptor tests in tp6m-5 r=davehunt
Differential Revision: https://phabricator.services.mozilla.com/D20815

--HG--
extra : moz-landing-system : lando
2019-03-01 14:46:36 +00:00
Marcos Cáceres fb14c1d8fb Bug 1531605 - css animation events must fire even if an element is disabled. r=smaug
Same as transitions.

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

--HG--
extra : moz-landing-system : lando
2019-03-01 09:00:17 +00:00
Lee Salzman 7f0bdd5469 Bug 1531417 - fix marionette test. r=me CLOSED TREE 2019-03-01 16:40:58 -05:00
Sebastian Hengst d8f882a055 Backed out changeset 40ddf7d53eaa (bug 1517528) for flake8 failures 2019-03-01 11:42:02 +01:00
Nicholas Cowles 3de44bae14 Bug 1517528 - Capstone: convert about:privatebrowsing using gandalf's conversion script, r=Gijs,jaws,zbraniecki,flod
Differential Revision: https://phabricator.services.mozilla.com/D19250

--HG--
extra : moz-landing-system : lando
2019-03-01 09:41:07 +00:00
Emilio Cobos Álvarez 3d044b1111 Bug 1296042 - Make word-break: break-word behave like word-break: normal; overflow-wrap: anywhere. r=jfkthame
Differential Revision: https://phabricator.services.mozilla.com/D21398

--HG--
extra : moz-landing-system : lando
2019-03-01 02:33:07 +00:00
Andrew Erickson 8b5599fc98 Bug 1530546: update mac hostutils r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D21575

--HG--
extra : moz-landing-system : lando
2019-02-28 21:55:13 +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
Rob Wood 3042085516 Bug 1531079 - Stop capturing Firefox JS errors and warnings in the Raptor logs; r=stephendonner
Differential Revision: https://phabricator.services.mozilla.com/D21399

--HG--
extra : moz-landing-system : lando
2019-02-27 19:38:46 +00:00
Marcos Cáceres 7efbbb9563 Bug 1530239 - css transition events must fire even if an element is disabled. r=smaug
CSS Transitions were not firing when elements were disabled.

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

--HG--
extra : moz-landing-system : lando
2019-02-28 13:54:59 +00:00
Florin Strugariu 7a132cc405 Bug 1523877 Add Instagram and bing to tp6-m r=davehunt
Differential Revision: https://phabricator.services.mozilla.com/D18072

--HG--
extra : moz-landing-system : lando
2019-02-28 08:46:33 +00:00
championshuttler f669650b04 Bug 1451860 - Rename the tps Talos test to tabswitch. r=mconley,davehunt
Differential Revision: https://phabricator.services.mozilla.com/D20096

--HG--
rename : testing/talos/talos/tests/tabswitch/tps.manifest => testing/talos/talos/tests/tabswitch/tabswitch.manifest
extra : moz-landing-system : lando
2019-02-28 08:43:22 +00:00
Boris Zbarsky d05d4927fc Bug 1520831 followup. Mark some more tests as passing. r=bzbarsky 2019-02-27 23:06:27 -05:00
shindli b27cb46fce Merge mozilla-central to inbound. a=merge CLOSED TREE 2019-03-06 06:58:43 +02:00
shindli 21c6171ef3 Merge mozilla-central to inbound. a=merge CLOSED TREE 2019-03-05 23:48:26 +02: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
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
Jonathan Kingston f6680698bd Bug 1525319 - Removing context from OnDataAvailable r=valentin
Differential Revision: https://phabricator.services.mozilla.com/D20881

--HG--
extra : moz-landing-system : lando
2019-02-27 23:42:27 +00:00
Jonathan Kingston dd4c731d8c Bug 1525319 - Changing js to remove context from onStartRequest and onStopRequest r=valentin
Differential Revision: https://phabricator.services.mozilla.com/D20771

--HG--
extra : moz-landing-system : lando
2019-02-27 23:41:54 +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
Gabriele Svelto 0443979a06 Bug 675539 - Make tab discard functionality work on tab objects directly r=mconley
This removes the need to go through the browser-to-tab mapping when discarding
a tab and simplifies the relevant code. Besides being renamed discardBrowser()
was also split so that one can check if a tab can be discarded prior to trying
it.

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

--HG--
extra : moz-landing-system : lando
2019-02-26 05:35:09 +00: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
Ciure Andrei 109f80ff56 Backed out changeset 46def7f1496f (bug 1530546) for perma failing test_progress_events_for_gzip_data.html CLOSED TREE 2019-02-27 21:10:25 +02:00
Eric Rahm 557518ac40 Bug 1530869 - Add support for setting per-suite alert thresholds. r=igoldan
This adds support for specifying per-suite perfherder alert thresholds and
updates the base content JS measurement to specify a 0.25% threshold.

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

--HG--
extra : moz-landing-system : lando
2019-02-27 14:24:48 +00:00
Andrew Erickson 08ddc1cd25 Bug 1530546: updating hostutils for linux, round 2 r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D21318

--HG--
extra : moz-landing-system : lando
2019-02-27 16:10:27 +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
James Willcox 61ca9441b1 Bug 1525959 - Skip some mochitests tests under GeckoView r=geckoview-reviewers,esawin
There are few things that are either Fennec-specific or don't work
currently under GeckoView w/ e10s under TestRunnerActivity. Disable
these so we can get some testing going in automation.

This also replaces 'isFennec' with the more correct 'is_fennec'.

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

--HG--
extra : moz-landing-system : lando
2019-02-27 15:01:43 +00: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
Nicolas Chevobbe 69369fb53b Bug 1463128 - Expose setInputValue and getInputValue at hud level; r=Honza.
Now that the JsTerm is a React component, we shouldn't
let external consumers have to get the instance in order
to perform some actions on the console input.
We start with the most used actions, setInputValue and getInputValue,
and might extend that in the future.

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

--HG--
extra : moz-landing-system : lando
2019-02-27 10:09:35 +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
Andrew Erickson 9864393fc6 Bug 1530846: fix issue when installing hostutils r=gbrown
Per https://pythonhosted.org/six/index.html, urlopen resides in urllib.request.

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

--HG--
extra : moz-landing-system : lando
2019-02-26 22:38:35 +00:00
Csoregi Natalia 86fd564657 Merge mozilla-central to mozilla-inbound. CLOSED TREE 2019-02-26 23:53:15 +02:00
Alexis Beingessner 42eb2a2c50 Bug 1529976 - only parse spec capabilities that are objects. r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D21237

--HG--
extra : moz-landing-system : lando
2019-02-26 18:12:05 +00:00
Daniel Holbert 330206c35c Bug 1520018: Add web-platform-test for table element's UA-stylesheet-provided CSS rules. r=heycam
Differential Revision: https://phabricator.services.mozilla.com/D20892

--HG--
extra : moz-landing-system : lando
2019-02-26 19:29:58 +00:00
Mike Hommey c7022eb656 Bug 1530587 - Don't optimize jars without preloading/reordering data. r=chmanchester
Optimizing jars without preloading/reordering data only moves the
jar central directory to the beginning of the file, which, without
preloading information, is not very useful. Let's just stop doing it if
there's not going to be preloading/reordering information at all.

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

--HG--
extra : moz-landing-system : lando
2019-02-27 01:26:46 +00:00
Narcis Beleuzu 085345ac87 Bug 1524495 - Temporarily disable raptor-unity-webgl-geckoview due to frequent failures. r=jmaher
Reviewers: jmaher, rwood

Reviewed By: jmaher

Subscribers: reviewbot, jmaher

Bug #: 1524495

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

--HG--
extra : rebase_source : 0dfc90e334d0d51b135614d5b48d7d4eb24866dd
extra : histedit_source : 42e6fdea6fd0a8fe5eaac00f3acf8d72d082e58f
2019-02-26 17:20:58 +02:00
Narcis Beleuzu c2918302b0 Backed out changeset e5fc352e6d65 (bug 1524495) for Raptor performance tests failures. 2019-02-26 17:19:43 +02:00
Asfiya ce78b3d73a Bug 1166355 - HTML formatter generates correct link for the gecko revision to hg.mozilla.org r=jgraham
The HTML formatter now references the correct link and does not produce a 404 error

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

--HG--
extra : moz-landing-system : lando
2019-02-26 14:00:56 +00: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
Bob Clary dab1997eb6 Bug 1530710 - sync --log-raw, --log-raw-level, --log-errorsummary configs for android crashtest, jsreftest, cppunittest, geckoview-junit, r=gbrown. 2019-02-26 13:34:59 -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
Narcis Beleuzu 977db21160 Backed out changeset 615d38401d49 (bug 1166355) for flake8 failure. CLOSED TREE 2019-02-26 14:42:18 +02:00
Asfiya 5d3428aca9 Bug 1166355 - HTML formatter generates correct link for the gecko revision to hg.mozilla.org r=jgraham
The HTML formatter now references the correct link and does not produce a 404 error

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

--HG--
extra : moz-landing-system : lando
2019-02-26 11:35:23 +00:00
Narcis Beleuzu b63f29553f Bug 1524495 - Temporarily disable raptor-unity-webgl-geckoview due to frequent failures r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D20939

--HG--
extra : moz-landing-system : lando
2019-02-26 12:00:41 +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
Sam Sneddon ccc65d856c Bug 1527461 [wpt PR 15353] - Add .mailmap to map people to their current names, a=testonly
Automatic update from web-platform-tests
Add .mailmap to map people to their current names

Note that this isn't used by `git log` by default (as of 2.20.1): that
depends on log.mailmap being set to true.

--
Add Tess to .mailmap

--

wpt-commits: 39f54a3dd48b560289e0f455308acf7d32fad043, f8a1bfbe5454352d3f5b58845829968ff212519b
wpt-pr: 15353
2019-02-26 12:05:32 +00:00
Anne van Kesteren 10f2bc8a90 Bug 1527455 [wpt PR 15357] - HTML: noreferer was never a property of hyperlinks, a=testonly
Automatic update from web-platform-tests
HTML: noreferer was never a property of hyperlinks

This should have tested the rel attribute value, but as it hasn't been doing that and it would be quite a bit of work, let's remove this instead.

--

wpt-commits: 25c665a93231027be5941838cecb3208e360d4b1
wpt-pr: 15357
2019-02-26 12:05:32 +00:00
pyup.io bot 75b6f70a55 Bug 1527448 [wpt PR 15351] - Update mozprofile to 2.2.0, a=testonly
Automatic update from web-platform-tests
Update mozprofile from 2.1.0 to 2.2.0 (#15351)

--

wpt-commits: e98588d58730760258eee065fc9b6d5fc6e5512f
wpt-pr: 15351
2019-02-26 12:05:31 +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
Johanna 4df1e077a0 Bug 1526700 [wpt PR 15267] - Add screen orientation test: fire event before promise is resolved, a=testonly
Automatic update from web-platform-tests
Add screen orientation test: fire event before promise is resolved (#15267)

--

wpt-commits: 8ed64687560332642c7b34ebd16011ae5b01d99a
wpt-pr: 15267
2019-02-26 12:05:31 +00:00
autofoolip 97656ef12b Bug 1527444 [wpt PR 15347] - Update interfaces/webxr.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/webxr.idl (#15347)

Source: https://github.com/tidoust/reffy-reports/blob/621901f/whatwg/idl/webxr.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/492012964
--

wpt-commits: d1cdca08110505262f644005a0e8a89885d67b47
wpt-pr: 15347
2019-02-26 12:05:30 +00:00
Kent Tamura 456e3e6451 Bug 1527283 [wpt PR 15340] - XMLSerializer: Fix prefixed attribute serialization, a=testonly
Automatic update from web-platform-tests
XMLSerializer: Fix prefixed attribute serialization

... in a case where its owner element has xmlns:prefix of which prefix
is same as the attribute and namespace is not same as the attribute.

e.g.
  el.setAttributeNS("uri1", "p:n", "v");
  el.setAttributeNS(XMLNS_URI, "xmlns:p", "uri2");

ShouldAddNamespaceAttribute() checked only existence of xmlns:prefix in
the element, but we should check existence of (prefix, namespace URI)
pair in the scope according to the specification.

So, this CL adds 'recording the namespace information' step [1] defined
by the specification, and ShouldAddNamespaceAttribute() checks all
available prefixes in the scope.

[1] https://w3c.github.io/DOM-Parsing/#recording-the-namespace

Bug: 929035
Change-Id: I575e8f652ae45f7583202443cc72d5afe5faf59d
Reviewed-on: https://chromium-review.googlesource.com/c/1460643
Reviewed-by: Yoshifumi Inoue <yosin@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#631058}

--

wpt-commits: 265330b7d26194cb60157a18ac399127d21f6b99
wpt-pr: 15340
2019-02-26 12:05:29 +00:00
Tab Atkins Jr 27a492ca22 Bug 1527281 [wpt PR 15337] - decimal points in numbers, a=testonly
Automatic update from web-platform-tests
decimal points in numbers

Tests that decimal points are allowed *before* digits (like `.1`) and *between* digits (like `0.1`), but not *after* digits (like `1.`).

Tests <https://github.com/w3c/csswg-drafts/issues/3599>
--
fix whitespace for lint
--
Name all tests uniquely
--
Merge pull request #15337 from web-platform-tests/tabatkins-patch-2

decimal points in numbers
--

wpt-commits: 5fdd036dbd18fa6d2e7cf235bd9acc625a6df22e, f17e215eaa37316f1489a7b62ab103d2a58a0d89, 31e1a1bb5fadb08749e4b8070ad0f19ec5ea1088, e2eb25aaa6dd3c512b172588f3400f9c25a410c3
wpt-pr: 15337
2019-02-26 12:05:29 +00:00
Tab Atkins Jr 543bdae964 Bug 1527278 [wpt PR 15339] - url whitespace consumption, a=testonly
Automatic update from web-platform-tests
url whitespace consumption

Ensure that whitespace before or after the string in a url() results in a correct parse.

Tests https://github.com/w3c/csswg-drafts/issues/3600
--
Merge pull request #15339 from web-platform-tests/tabatkins-patch-3

url whitespace consumption
--

wpt-commits: e0b3c4cf2f69e816c6b83432968dc7fc83d700f6, 0de6fa5638c7e314a0391fae7f6bf496309fb65d
wpt-pr: 15339
2019-02-26 12:05:28 +00:00
Xianzhu Wang 298f3302f8 Bug 1527276 [wpt PR 15307] - [PE] Avoid crash about unaliased status when skipping fragment clips, a=testonly
Automatic update from web-platform-tests
[PE] Avoid crash about unaliased status when skipping fragment clips

Bug: 929979
Change-Id: I2bd0c2c8088fc1af328db5f7162c5c1c7092c23e
Reviewed-on: https://chromium-review.googlesource.com/c/1461098
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Reviewed-by: vmpstr <vmpstr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#630980}

--

wpt-commits: bed00940cea6d0db670dd185c397812345c320e0
wpt-pr: 15307
2019-02-26 12:05:28 +00:00
Eric Willigers a8ccd4ad42 Bug 1527273 [wpt PR 15312] - [css-box] Inheritance, initial values, a=testonly
Automatic update from web-platform-tests
[css-box] Inheritance, initial values (#15312)

Test that CSS Box Model properties do not inherit.
https://drafts.csswg.org/css-box-3/#property-index
--

wpt-commits: 35bd69423b10a361a969139ba0271896dced9691
wpt-pr: 15312
2019-02-26 12:05:28 +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
Lan Wei 6ca95d2902 Bug 1526732 [wpt PR 14911] - Set click count correctly to dispatch "dblclick" event, a=testonly
Automatic update from web-platform-tests
Set click count correctly to dispatch "dblclick" event

In order to dispatch the "dblclick" event to DOM by sending synthetic
mouse events, we have to check the most recent two mouse press events.
If their dispatched times and locations are close enough, we will set
the mouse event's click count to 2, which will generate the "dblclick"
event.

Bug: 606367
Change-Id: I049d6463c6bf1393c9e8b496662359eeeef7682b
Reviewed-on: https://chromium-review.googlesource.com/c/1413362
Commit-Queue: Lan Wei <lanwei@chromium.org>
Reviewed-by: Navid Zolghadr <nzolghadr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#630933}

--

wpt-commits: 1ddffbeeb6faed345ce7f999544ed1d29c7a203f
wpt-pr: 14911
2019-02-26 12:05:27 +00:00
Josh Matthews c3714d4ca4 Bug 1527157 [wpt PR 15268] - Add test for contentDocument behaviour during parsing, a=testonly
Automatic update from web-platform-tests
Verify that contentDocument is updated during nested browsing context document parsing.

--

wpt-commits: ae6d56308684b97f30a01b455ce3eb205cba79aa
wpt-pr: 15268
2019-02-26 12:05:26 +00:00
Kevin Ellis 505e411bd8 Bug 1526718 [wpt PR 15205] - Fix canonical form of rotate property., a=testonly
Automatic update from web-platform-tests
Fix canonical form of rotate property.

Expected behavior is outlined in the spec here:
https://drafts.csswg.org/css-transforms-2/#individual-transform-serialization.

Summary:
  * 2d serializes to just an angle.
  * Axis must be specified for 3-D rotations.  If the axis is parallel to the x, y or z axis, the appropriate axis name must be used.

Bug: 905274
Change-Id: I5d16f3301baf9720099e4b5b42a1b87077b97998
Reviewed-on: https://chromium-review.googlesource.com/c/1447844
Commit-Queue: Kevin Ellis <kevers@chromium.org>
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/master@{#630796}

--

wpt-commits: a01ac89be3f48fa64bd96d36ac1a65ac9074eb4f
wpt-pr: 15205
2019-02-26 12:05:26 +00:00
pyup-bot f6c1011f0d Bug 1527156 [wpt PR 15331] - Update mozrunner to 7.3.0, a=testonly
Automatic update from web-platform-tests
Update mozrunner from 7.2.0 to 7.3.0
--

wpt-commits: e06d72647e3c51c43a954c4e8171b49149e9e567
wpt-pr: 15331
2019-02-26 12:05:26 +00:00
James Graham ff6d198d1c Bug 1527153 [wpt PR 15330] - Make stability checks provide an explicit message for duplicate test names, a=testonly
Automatic update from web-platform-tests
Make stability checks provide an explicit message for duplicate test names

--

wpt-commits: 23008e948bff4c245148cfcda2ebaa72149a2bb1
wpt-pr: 15330
2019-02-26 12:05:26 +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
Anne van Kesteren 7e48eeeb21 Bug 1527149 [wpt PR 15328] - HTML: noopener keyword is tokenized, a=testonly
Automatic update from web-platform-tests
HTML: noopener keyword is tokenized

See https://github.com/whatwg/html/pull/4079.

--

wpt-commits: 6d9e199e99ce76bafb4d31a58641e5a2591c9587
wpt-pr: 15328
2019-02-26 12:05:25 +00:00
pyup-bot dbef468650 Bug 1526827 [wpt PR 15294] - Update mozprocess to 1.0.0, a=testonly
Automatic update from web-platform-tests
Update mozprocess from 0.26 to 1.0.0
--
Update mozprocess from 0.26 to 1.0.0
--
Update mozprocess from 0.26 to 1.0.0
--
Update mozprocess from 0.26 to 1.0.0
--
Update mozprocess from 0.26 to 1.0.0
--
Update mozprocess from 0.26 to 1.0.0
--
Update mozprocess from 0.26 to 1.0.0
--
Update mozprocess from 0.26 to 1.0.0
--
Update mozprocess from 0.26 to 1.0.0
--

wpt-commits: 9a874520787308eecb14d85399cb5184efaf99ec, 999c546d4958eb649a71f0339563218a22f6d281, e032140d4ba4954c0704356f4848cc8f1d2dd590, ad09e7414f098c7833a65d336f01e76ba8c1dc15, a54f2b6ed9445d74fded895c45b561b1e7fd9314, 47bb668028ce2b7f6e564b47aee7ed12ce720532, f55469ea2fe1ed49f6b3f2d9701b793fc051bb67, 78c2264a4d9b28e89070670d6a73df470ae45aaf, 725876f98dc3fe1dd86c131b73724ac0e0a41147
wpt-pr: 15294
2019-02-26 12:05:25 +00:00
Javier Fernandez c6aca3f2ad Bug 1526746 [wpt PR 15284] - [css-grid] Overflow should be computed with the actual logical bottom, a=testonly
Automatic update from web-platform-tests
[css-grid] Overflow should be computed with the actual logical bottom

In order to compute the 'auto' height of the grid container, we set
temporarily a value based on the tracks' size. We can see this value as
a kind of 'intrinsic height'. Then, we call to the UpdateLogicalHeight
function to finally compute the grid container's actual logical height.

In order to compute the overflow area in the grid container we should
use the result of the ClientLogicalBottom function. However, we were
retrieving this value just after setting the tracks-based temporary
height, and before computing the actual logical height.

The consequence of this wrong logic is that empty grid areas may
affect the result of the ClientLogicalBottom and, as it's described
in the bug, conclude that there is a content overflow in the grid
container, even if such container has no grid items at all.

Since the grid itself is not a box, it can't contribute to the grid
container's content size; instead, its grid items should.

This change ensures that we always use the actual grid container's
logical bottom to properly compute the overflow area.

Bug: 928885
Change-Id: I05f86fbce06a83c0dbc0d5389bf0416763f8588a
Reviewed-on: https://chromium-review.googlesource.com/c/1459620
Commit-Queue: Javier Fernandez <jfernandez@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#630735}

--

wpt-commits: aa6f52fc7b99559377c760a550e842438efa91a1
wpt-pr: 15284
2019-02-26 12:05:24 +00:00
pyup.io bot db41d90f16 Bug 1527143 [wpt PR 15317] - Update mozversion to 2.1.0, a=testonly
Automatic update from web-platform-tests
Update mozversion from 1.5 to 2.1.0 (#15317)

--

wpt-commits: edbcef5df62a561d82a3303cb2044e2352bf4020
wpt-pr: 15317
2019-02-26 12:05:24 +00:00
Anne van Kesteren 9d4ad239a0 Bug 1527139 [wpt PR 15188] - HTML: target=_blank implies noopener; opener support, a=testonly
Automatic update from web-platform-tests
HTML: target=_blank implies noopener; opener support (#15188)

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

wpt-commits: e81ca209b45fbe73c1bb7a20e1c7af51ef46258b
wpt-pr: 15188


--HG--
rename : testing/web-platform/tests/html/semantics/links/links-created-by-a-and-area-elements/support/target_blank_iplicit_noopener.html => testing/web-platform/tests/html/semantics/links/links-created-by-a-and-area-elements/support/target_blank_implicit_noopener.html
2019-02-26 12:05:24 +00:00
Sam Sneddon 28b422a742 Bug 1526893 [wpt PR 15323] - Remove my deadname from everywhere except tools/third_party, a=testonly
Automatic update from web-platform-tests
Remove Sam's deadname from everywhere except tools/third_party (#15323)

--

wpt-commits: 91b5bfb7a26098545b0d317ec2547dbe52d8ddd7
wpt-pr: 15323
2019-02-26 12:05:23 +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
Jordan Taylor 28359b0c9b Bug 1526730 [wpt PR 15280] - [Animation Worklet] Upstream web tests (related to setting values) to WPT, a=testonly
Automatic update from web-platform-tests
[Animation Worklet] Upstream web tests (related to setting values) to WPT

web_tests/animations/animationworklet/worklet-animation-set-keyframes.html -> web_tests/external/wpt/animation-worklet/worklet-animation-set-keyframes.https.html

web_tests/animations/animationworklet/worklet-animation-set-keyframes-expected.html -> web_tests/external/wpt/animation-worklet/worklet-animation-set-keyframes-ref.html

web_tests/animations/animationworklet/worklet-animation-set-timing.html -> web_tests/external/wpt/animation-worklet/worklet-animation-set-timing.https.html

web_tests/animations/animationworklet/worklet-animation-set-timing-expected.html -> web_tests/external/wpt/animation-worklet/worklet-animation-set-timing-ref.html

Bug: 915352
Change-Id: I95f69fcfaea64b8d779e136facb87b6f5c16c27c
Reviewed-on: https://chromium-review.googlesource.com/c/1459069
Reviewed-by: Yi Gu <yigu@chromium.org>
Commit-Queue: Jordan Taylor <jortaylo@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#630554}

--

wpt-commits: 8320b02221923df3b7813b13333fb4fe8890a0fe
wpt-pr: 15280
2019-02-26 12:05:23 +00:00
Kunihiko Sakamoto 27d81ff0b9 Bug 1526643 [wpt PR 15129] - Fix remaining preload tests flaking on wpt.fyi, a=testonly
Automatic update from web-platform-tests
Fix remaining preload tests flaking on wpt.fyi

This is a follow-up to https://github.com/web-platform-tests/wpt/pull/15075.

https://crrev.com/c/1436777 successfully fixed the wpt.fyi flakiness
for link-header-preload-srcset.tentative.html and
link-header-preload-nonce.html. This patch fixes that for the remaining
preload tests.

- Use step_timeout instead of dummy.js?pipe=trickle, because
  dummy.js?pipe=trickle may be loaded from cache with no delay.
- Replace verifyNumberOfDownloads() with
  - verifyNumberOfResourceTimingEntries() if possible
  - A new helper function verifyLoadedAndNoDoubleDownload() that
    doesn't fail if the resource was already cached before running
    the test.

Bug: 922343
Change-Id: Ia9b7c4bd49dd76463df4607349fe4f935e5410d0
Reviewed-on: https://chromium-review.googlesource.com/c/1442020
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#629029}

--

wpt-commits: eb5aa0038ee7a938beabbe4c732a685af2581dbc
wpt-pr: 15129
2019-02-26 12:05:22 +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
Olga Gerchikov 330615aade Bug 1526644 [wpt PR 14946] - Initial support for WorkletAnimation.playbackRate, a=testonly
Automatic update from web-platform-tests
Initial support for WorkletAnimation.playbackRate

Changes for scroll-linked worklet animations will come in a separate pull request.

Bug: 852475
Change-Id: Ie6dd14242797cbc14a7e1e377f23c3dda174fe15
Reviewed-on: https://chromium-review.googlesource.com/c/1423537
Reviewed-by: Stephen McGruer <smcgruer@chromium.org>
Reviewed-by: Majid Valipour <majidvp@chromium.org>
Commit-Queue: Olga Gerchikov <gerchiko@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#628800}

--

wpt-commits: 9d1de21ddfa4338cfac14a887622b98207efe247
wpt-pr: 14946
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
Majid Valipour 2d8023aa3d Bug 1526728 [wpt PR 15279] - [animation-worklet] Basic pause implementation (reland), a=testonly
Automatic update from web-platform-tests
[animation-worklet] Basic pause implementation (reland)

Pausing worklet animation now holds the time. This works as expected for main
thread animations. Implementing this for composited worklet animations will be
done in a follow up patch.

Major changes:
 - Add and expose pause() method pausing the animation.
 - Introduce hold_time that is used when animation is paused.
 - Rework how current time is computed, it is now closer to
   regular animations i.e., we either compute it based on "start time and
   timeline.currentTime" or use "hold time".
 - Instead of setting start time we now set the current time
   which then works backward to compute either the start time or the hold time
   based on the animation state.
 - When transitioning animation play state, we now always set
   the current time. Previously this was adhoc and inconsistent.
 - Introduce has_started_ to differentiate when playing an
   animation for the first time vs playing it from pause.
 - Update playback_rate related calculation to use new logic.

Relanding: Original CL was reverted here [1]. Took the following steps to
address this:

  - Address flakiness in unit test by using more accurate error
    value matching other tests.
  - Fix flakiness in layout test (worklet-animation-pause.https.html)
    by using startTime and waiting for time to actually advance working around
    pre-existing animation clock issue [2]. Also got rid of an invalid state
    transition from pause->idle.

[1] https://chromium-review.googlesource.com/c/chromium/src/+/1434815
[2] http://crbug.com/785940

TEST:

  - wpt/animation-worklet/worklet-animation-pause.https.html: js test for basic
    current time calculations
  - wpt/animation-worklet/worklet-animation-pause-immediately.https.html:
    reftest for basic pause
  - wpt/animation-worklet/worklet-animation-pause-result.https.html: reftest for
    pause/resume.
  - WorkletAnimationTest.PausePlay: unit test for basic state
    transition and time calc

Bug: 821910,
Change-Id: I11fd2960443081be81055904d6d56a2abc3282f5
Reviewed-on: https://chromium-review.googlesource.com/c/1456640
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@{#630548}

--

wpt-commits: 345300fad3945a5f1441fb2b2001109ca48f36e8
wpt-pr: 15279
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
Danyao Wang ee56193915 Bug 1527046 [wpt PR 15306] - [Payment Request] Add Web Platform Tests for hasEnrolledInstrument()., a=testonly
Automatic update from web-platform-tests
[Payment Request] Add Web Platform Tests for hasEnrolledInstrument().

The failing expectations are required because hasEnrolledInstrument()
is not yet turned on by default in Blink. These tests pass when running
Chrome with --enable-features=PaymentRequestHasEnrolledInstrument.

Bug: 915907
Change-Id: I2189bfedad813e7942c7ddbd44aac78d1b895a30
Reviewed-on: https://chromium-review.googlesource.com/c/1461313
Commit-Queue: Danyao Wang <danyao@chromium.org>
Reviewed-by: Rouslan Solomakhin <rouslan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#630578}

--

wpt-commits: a7498ddcfeeca02e7b62ab9e9b359fcaa5764c62
wpt-pr: 15306
2019-02-26 12:05:20 +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
Henrik Boström 31ed4baf2c Bug 1527044 [wpt PR 15133] - Deflake RTCPeerConnection-track-stats.https.html., a=testonly
Automatic update from web-platform-tests
Deflake RTCPeerConnection-track-stats.https.html.

This CL does the following:
1. Add a test that verifies we have a succeeded candidate pair in
   getStats() as soon as iceConnectionState is "connected". This is
   currently flaky (https://crbug.com/926170) and marked as such.
2. Add workaround to RTCPeerConnection-track-stats.https.html so that
   it does not flake due to 1), and mark it not flaky.
3. Move shared helper functions to RTCPeerConnection-helper.js.
4. Add test coverage for making sure we can become connected in the
   recvonly use case. This requires changing the prefix to
   ".https.html" of "RTCPeerConnection-iceConnectionState".

// Already reviewed by jonasolsson@chromium.org
TBR=guidou@chromium.org

Bug: 922955, 926170
Change-Id: I828e46273a84447c817595a466a5e143bde30eca
Reviewed-on: https://chromium-review.googlesource.com/c/1442201
Reviewed-by: Henrik Boström <hbos@chromium.org>
Commit-Queue: Henrik Boström <hbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#627421}

--

wpt-commits: 7179024d5dfb231073c7319948499d7e30f671cb
wpt-pr: 15133
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
Jon Coppeard 9add866d8b Bug 1527042 [wpt PR 15251] - Update dynamic import tests now HTML event handler functions do not have [[ScriptOrModule]] set, a=testonly
Automatic update from web-platform-tests
Update dynamic import tests for HTML event handler changes

Fixes https://github.com/web-platform-tests/wpt/issues/15183. Follows https://github.com/whatwg/html/pull/4302.

This updates paths/expected nonce behavior now some methods of loading are not based off the current script.
--

wpt-commits: 8ecb503bc748ded75e7f5c224b95344a2966eeb9
wpt-pr: 15251
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
Nicolas Pena 89bcbeac72 Bug 1526852 [wpt PR 15300] - Remove OriginalTimingAllowOrigin from ResourceTimingInfo, a=testonly
Automatic update from web-platform-tests
Remove OriginalTimingAllowOrigin from ResourceTimingInfo

The OriginalTimingAllowOrigin attribute was added in
https://codereview.chromium.org/271083002 to ensure TAO headers are
preserved on cached resources (304 responses). This CL removes it
because it seems that it is no longer needed. It also moves the
corresponding test to WPT.

Bug: 929453
Change-Id: I41e0c84b04a94acc27c22e375f55398d9fc411e5
Reviewed-on: https://chromium-review.googlesource.com/c/1459333
Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
Reviewed-by: Yoav Weiss <yoavweiss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#630441}

--

wpt-commits: f84a067164651cc9069c36d6098d6a6b03d63816
wpt-pr: 15300
2019-02-26 12:05:18 +00:00
Eric Willigers 554479d85c Bug 1526767 [wpt PR 15287] - [css-overscroll-behavior] Computed values, a=testonly
Automatic update from web-platform-tests
[css-overscroll-behavior] Computed values (#15287)

The computed values of the overscroll-behavior-x and overscroll-behavior-y
properties are the keywords as specified.
https://drafts.csswg.org/css-overscroll-behavior/#property-index

--

wpt-commits: 374bcf2e5aa678ce021ea8e8d0872114b9fd1acf
wpt-pr: 15287
2019-02-26 12:05:18 +00:00