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

6206 Коммитов

Автор SHA1 Сообщение Дата
moz-wptsync-bot d544b118e2 Bug 1467143 - [wpt-sync] Update web-platform-tests to 75c1b7437dfc0d505520de95df4a96cb16c9afcc, a=testonly
wpt-head: 75c1b7437dfc0d505520de95df4a96cb16c9afcc
wpt-type: landing
MozReview-Commit-ID: 43gQgkx7gwV

--HG--
extra : source : 0154f49c8c47d2ea1e20de7d233596081074288a
2018-06-06 17:50:35 +00:00
Miguel Casas-Sanchez 8d3eb0d393 Bug 1467143 [wpt PR 11254] - Update Miguel's handle in mediacapture-record/OWNERS, a=testonly
Automatic update from web-platform-testsMerge pull request #11254 from web-platform-tests/miguelao-to-yellowdoge

Update Miguel's handle in mediacapture-record/OWNERS
--

wpt-commits: 5733cf107e6f092d0f15cc096babcc93ca32b70b
wpt-pr: 11254

--HG--
extra : source : cc6299605cfd1da0f219fda288f2a42837935a95
2018-06-06 16:52:18 +00:00
Dominic Farolino 098030c85f Bug 1467143 [wpt PR 11198] - Add domfarolino to fetch owners, a=testonly
Automatic update from web-platform-testsAdd domfarolino to fetch owners

--

wpt-commits: 205bd08d47f35becf7921a81c90cb3b1f13a478b
wpt-pr: 11198

--HG--
extra : source : f2f9a6d163f3ba84b5980b472f7041da1d418356
2018-06-06 16:15:14 +00:00
Dorel Luca 4d29baefce Backed out 3 changesets (bug 1467143) for permafailing webplatform test on html/semantics/forms/the-label-element/label-attributes.sub.html, bug 1468188. r=backout
Backed out changeset 0154f49c8c47 (bug 1467143)
Backed out changeset cc6299605cfd (bug 1467143)
Backed out changeset f2f9a6d163f3 (bug 1467143)
2018-06-12 15:35:12 +03:00
Gerald Squelart 0d33490ec6 Bug 1464091 - Test ascii-case-insensitivity of media query expressions - r=heycam
MozReview-Commit-ID: 49pmJQXuvGo

--HG--
extra : rebase_source : 458597452e1d21abc20692834d5a619d0c554ba9
2018-06-05 16:18:23 +10:00
Daniel Holbert 3a149f2017 Bug 1450390 followup 2: regenerate wpt manifests after fixing rel="match" tag.
This commit's changes were autogenerated by this command:
  ./mach web-platform-tests --manifest-update
2018-06-10 15:11:23 -07:00
Daniel Holbert 2eecfcbe24 Bug 1450390 followup: Fix incorrect rel="match" tag in reftest flexbox-abspos-child-002.html. (test-only) 2018-06-10 14:17:06 -07:00
Andreea Pavel fddd0eb3b3 Backed out changeset 938588f3dea7 (bug 1465433) for failing workers/modules/dedicated-worker-import-csp.html 2018-06-10 15:25:39 +03:00
moz-wptsync-bot 9cee7eb11b Bug 1467143 - [wpt-sync] Update web-platform-tests to 75c1b7437dfc0d505520de95df4a96cb16c9afcc, a=testonly
wpt-head: 75c1b7437dfc0d505520de95df4a96cb16c9afcc
wpt-type: landing
MozReview-Commit-ID: 43gQgkx7gwV
2018-06-10 09:32:56 +01:00
moz-wptsync-bot 0bbaf25f97 Bug 1465977 [wpt PR 11284] - Update wpt metadata, a=testonly
wpt-pr: 11284
wpt-type: metadata
2018-06-10 09:32:53 +01:00
Manuel Rego Casasnovas 76831cf9ca Bug 1465977 [wpt PR 11284] - [css-contain] Disable size containment for certain elements, a=testonly
Automatic update from web-platform-tests[css-contain] Disable size containment for certain elements

Text from the spec
(https://drafts.csswg.org/css-contain/#containment-size):
  "... if the element is an internal table element, or if the element
  is an internal ruby element, or if the element’s principal box
  is a non-atomic inline-level box, size containment has no effect."

The patch disables "contain: size" for internal table elements,
internal ruby elements and non-atomic inline-level boxes.

BUG=843329
TEST=external/wpt/css/css-contain/contain-size-005.html
TEST=external/wpt/css/css-contain/contain-size-006.html
TEST=external/wpt/css/css-contain/contain-size-007.html
TEST=external/wpt/css/css-contain/contain-size-008.html
TEST=external/wpt/css/css-contain/contain-size-009.html
TEST=external/wpt/css/css-contain/contain-size-010.html
TEST=external/wpt/css/css-contain/contain-size-011.html
TEST=external/wpt/css/css-contain/contain-size-012.html

Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng
Change-Id: Ie3264b5c76eb04ec97064b3da8706d840924597f
Reviewed-on: https://chromium-review.googlesource.com/1080799
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Reviewed-by: Emil A Eklund <eae@chromium.org>
Commit-Queue: Manuel Rego Casasnovas <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#563586}

--

wpt-commits: e2fe8bbd62a081282326d64dc2e80035799bc9fa
wpt-pr: 11284
2018-06-10 09:32:51 +01:00
moz-wptsync-bot 8e55b84f15 Bug 1466014 [wpt PR 11286] - Update wpt metadata, a=testonly
wpt-pr: 11286
wpt-type: metadata
2018-06-10 09:32:48 +01:00
Chris Nardi dd92d138ab Bug 1466014 [wpt PR 11286] - Check if a type is a sequence through idlType.generic, a=testonly
Automatic update from web-platform-testsCheck if a type is a sequence through idlType.generic

idlType.sequence was removed in https://github.com/w3c/webidl2.js/pull/175, as the same check can be achieved through `idlType.generic === "sequence"`. Move to this more updated syntax so that updating webidl2.js will require less work the next time we do it.

--

wpt-commits: b1a1415cdf23bb3dc5c2f2ccb58a7abe87b93961
wpt-pr: 11286
2018-06-10 09:32:46 +01:00
Yoav Weiss dd063563bd Bug 1466048 [wpt PR 11289] - Add Priority Hints OWNERS, a=testonly
Automatic update from web-platform-testsMerge pull request #11289 from web-platform-tests/domfarolino/priority-hints-owners

Add Priority Hints OWNERS
--

wpt-commits: 1506a167a84789048325e67dae9c9a3569e9b67b
wpt-pr: 11289
2018-06-10 09:32:44 +01:00
Anne van Kesteren 7354db48e3 Bug 1466039 [wpt PR 11288] - URL: correct instructions for testing URL's base argument, a=testonly
Automatic update from web-platform-testsURL: correct instructions for testing URL's base argument

Fixes #11287.

--

wpt-commits: bcee33ab33907cc2f21d78562603ecccde9814f9
wpt-pr: 11288
2018-06-10 09:32:41 +01:00
moz-wptsync-bot 064e37cd9d Bug 1465701 [wpt PR 11263] - Update wpt metadata, a=testonly
wpt-pr: 11263
wpt-type: metadata
2018-06-10 09:32:38 +01:00
Dominic Farolino 485e198e98 Bug 1465701 [wpt PR 11263] - Add Priority Hints support to link and img elements, a=testonly
Automatic update from web-platform-testsAdd Priority Hints support to link and img elements

This adds Priority Hints support to link and img elements under a
runtime-enabled flag. The support for link elements do not extend
<link rel=modulepreload>s due to the nature of module script fetching.
Support for this as well as script elements in general will come at a
later time due to the significant changes to the module script loading
infrastructure.

Intent to Implement: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/65lfM2f0eeM

R=kinuko@chromium.org, kouhei@chromium.org, yhirano@chromium.org, yoav@yoav.ws

Bug: 821464
Change-Id: I5ab0a114ee2b2fce9f0df6c4c5e1f7a487980d0a
Reviewed-on: https://chromium-review.googlesource.com/1067245
Commit-Queue: Dominic Farolino <domfarolino@gmail.com>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Yoav Weiss <yoav@yoav.ws>
Reviewed-by: Yutaka Hirano <yhirano@chromium.org>
Cr-Commit-Position: refs/heads/master@{#563550}

--

wpt-commits: 5aa06e74524c68cf1135dd918699f527449b25c2
wpt-pr: 11263
2018-06-10 09:32:37 +01:00
moz-wptsync-bot 328e0196f1 Bug 1465815 [wpt PR 11276] - Update wpt metadata, a=testonly
wpt-pr: 11276
wpt-type: metadata
2018-06-10 09:32:34 +01:00
Simon Pieters 01c657f957 Bug 1465815 [wpt PR 11276] - [web-animations] Fix timeout/0 tests in unsupporting browsers, a=testonly
Automatic update from web-platform-tests[web-animations] Fix timeout/0 tests in unsupporting browsers

Part of #11269.

--

wpt-commits: ee6c9d315b05a2afe40a13cbf26d3126d52c34a0
wpt-pr: 11276
2018-06-10 09:32:32 +01:00
moz-wptsync-bot a05424c391 Bug 1465764 [wpt PR 11271] - Update wpt metadata, a=testonly
wpt-pr: 11271
wpt-type: metadata
2018-06-10 09:32:30 +01:00
Simon Pieters e7d5ca782f Bug 1465764 [wpt PR 11271] - Avoid uncaught exception in iframe if WebNFC is not supported, a=testonly
Automatic update from web-platform-testsAvoid uncaught exception in iframe if WebNFC is not supported (#11271)

Part of #11269.
--

wpt-commits: dcdd59c1c0902c1a3fa79ab4ead6321f26ddc4bd
wpt-pr: 11271
2018-06-10 09:32:28 +01:00
Hiroki Nakagawa 769d97acf1 Bug 1465433 [wpt PR 11248] - Worker: Add CSP tests for ES Modules on dedicated workers, a=testonly
Automatic update from web-platform-testsWorker: Add CSP tests for ES Modules on dedicated workers

Bug: 680046
Change-Id: I066d4b7750bbec00397466daac48e9d0a2ba70c0
Reviewed-on: https://chromium-review.googlesource.com/1078947
Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org>
Reviewed-by: Matt Falkenhagen <falken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#563531}

--

wpt-commits: 5679faa7a5a475724abb5bb0a3d377c4a961cbee
wpt-pr: 11248
2018-06-10 09:32:25 +01:00
moz-wptsync-bot 238d226636 Bug 1465647 [wpt PR 11259] - Update wpt metadata, a=testonly
wpt-pr: 11259
wpt-type: metadata
2018-06-10 09:32:22 +01:00
Ella Ge 0d75c2f627 Bug 1465647 [wpt PR 11259] - remove createTouchList, a=testonly
Automatic update from web-platform-testsremove createTouchList

This Cl removes document.createTouchList and related tests.

Use count is drop to a safer value, ready to remove in M69.
UseCounter:
https://www.chromestatus.com/metrics/feature/timeline/popularity/2368

intent to deprecate and Remove:
https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/GLbUpUUnQzc

PR to touch-events spec:
https://github.com/w3c/touch-events/pull/96

Bug: 518868
Change-Id: Ia4451d0d32bf5bbb6d9c9c543ac77187c5161b42
Reviewed-on: https://chromium-review.googlesource.com/1055799
Reviewed-by: Navid Zolghadr <nzolghadr@chromium.org>
Reviewed-by: Bo <boliu@chromium.org>
Reviewed-by: David Bokan <bokan@chromium.org>
Reviewed-by: Rick Byers <rbyers@chromium.org>
Commit-Queue: Ella Ge <eirage@chromium.org>
Cr-Commit-Position: refs/heads/master@{#563490}

--

wpt-commits: 8e1adf3ff681a013968a3fd6b3115c44587babec
wpt-pr: 11259
2018-06-10 09:32:21 +01:00
moz-wptsync-bot f5629fe0c1 Bug 1454210 [wpt PR 10478] - Update wpt metadata, a=testonly
wpt-pr: 10478
wpt-type: metadata
2018-06-10 09:32:18 +01:00
Chris Nardi afd7a3de34 Bug 1454210 [wpt PR 10478] - Correct serialization of URL in background-332.html, a=testonly
Automatic update from web-platform-testsCorrect serialization of URL in background-332.html (#10478)

* Correct serialization of URL in background-332.html

According to https://drafts.csswg.org/cssom/#serialize-a-url, the serialization of a URL always includes double-quotes, and per https://drafts.csswg.org/css-values/#relative-urls, if a URL appears in a computed style, it is resolved to an absolute URL. Adjust background-332.html to match the spec, and update the test description to clarify the computed style is being tested.

--

wpt-commits: b792706b1001a1e8d93b26e8cea341ecffe8417e
wpt-pr: 10478
2018-06-10 09:32:16 +01:00
Hiroki Nakagawa e68459caac Bug 1465794 [wpt PR 11274] - Worker: Change the default credentials option from 'omit' to 'same-origin', a=testonly
Automatic update from web-platform-testsWorker: Change the default credentials option from 'omit' to 'same-origin'

This is a follow-up for the spec change:
https://github.com/whatwg/html/pull/3656

Note that ES Modules for dedicated workers is still behind the flag and this
change doesn't affect applications in the real world.

Bug: 848247
Change-Id: I25083f3f11f9d13663e16e2f4c137095e9b12b01
Reviewed-on: https://chromium-review.googlesource.com/1080668
Reviewed-by: Matt Falkenhagen <falken@chromium.org>
Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org>
Cr-Commit-Position: refs/heads/master@{#563465}

--

wpt-commits: 72c7cfed684554c0d65b7a33d413df9ae1c5999f
wpt-pr: 11274
2018-06-10 09:32:13 +01:00
moz-wptsync-bot bd0b6c5792 Bug 1438730 [wpt PR 9553] - Update wpt metadata, a=testonly
wpt-pr: 9553
wpt-type: metadata
2018-06-10 09:32:11 +01:00
Javier Fernandez 5d43953ea0 Bug 1438730 [wpt PR 9553] - [css-grid] Baseline alignment inside the tracks sizing algorithm, a=testonly
Automatic update from web-platform-tests[css-grid] Baseline alignment inside the tracks sizing algorithm

We have identified several cases where the Baseline Alignment accounts
for the grid's intrinsic size. Since we depend on the track sizing
algorithm to compute the grid's intrinsic size, the only way to handle
all these cases is to integrate the baseline alignment logic in the
algorithm.

Additionally, the CSSWG has identified several cases that can't be
solved properly; such cases have in common that they imply cyclic
dependencies between the item's and grid area's size. The CSSWG has
resolved that these items don't participate in baseline alignment:

https://github.com/w3c/csswg-drafts/issues/1365

There are also other related issues with some examples and relevant
discussions about this topic:

https://github.com/w3c/csswg-drafts/issues/1039
https://github.com/w3c/csswg-drafts/issues/1409

Bug: 704713
Change-Id: I817b16eb43aa76f4827deb8f1f20efb7fde3dc22
Reviewed-on: https://chromium-review.googlesource.com/923261
Commit-Queue: Javier Fernandez <jfernandez@igalia.com>
Reviewed-by: Sergio Villar <svillar@igalia.com>
Cr-Commit-Position: refs/heads/master@{#562406}

--

wpt-commits: 82b278966038f26cb83ceeb67404b0ce7e13a74c
wpt-pr: 9553
2018-06-10 09:32:09 +01:00
moz-wptsync-bot d46206e2e6 Bug 1455793 [wpt PR 10556] - Update wpt metadata, a=testonly
wpt-pr: 10556
wpt-type: metadata
2018-06-10 09:32:06 +01:00
Chris Nardi 058a4372fe Bug 1455793 [wpt PR 10556] - Remove tests for the crop property, a=testonly
Automatic update from web-platform-testsRemove tests for the crop property (#10556)

There is a comment in the test that it wasn't implemented in anywhere, and it seems to have been removed from the spec (per 7f3fb42152). Remove the reference to the property from the testcases.
--

wpt-commits: f6867415601bc07b2801900b5d1cae9359612d07
wpt-pr: 10556
2018-06-10 09:32:04 +01:00
moz-wptsync-bot ba7b8b1df8 Bug 1464503 [wpt PR 11165] - Update wpt metadata, a=testonly
wpt-pr: 11165
wpt-type: metadata
2018-06-10 09:32:02 +01:00
Fadi Meawad 8f3b4d6b16 Bug 1464503 [wpt PR 11165] - [PageLifecycle] Add WPT test for lifecycle's onfreeze callback, a=testonly
Automatic update from web-platform-tests[PageLifecycle] Add WPT test for lifecycle's onfreeze callback

Since the onfreeze callback is invoked based on an internal decision
from the browser, to be able to test the callback, we are adding support
for it from chromeGPUBenchmak as well as in chromedriver/WebDriver.

This CL focuses on the chromeGPUBenchmark solution.

The WPT test itself, verifies that the onfreeze callback is called, and
it also verifies that only fetch keepalive is allowed from withing the
callback.

Bug: chromium:837709
Change-Id: Ia4cb16dc10625f478ec270617da1a26395a9d29d
Reviewed-on: https://chromium-review.googlesource.com/1072899
Reviewed-by: Jonathon Kereliuk <kereliuk@chromium.org>
Reviewed-by: Shubhie Panicker <panicker@chromium.org>
Reviewed-by: Kenneth Russell <kbr@chromium.org>
Commit-Queue: Fadi Meawad <fmeawad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#563338}

--

wpt-commits: 3d6920b84bac82c45a8da5c8b04b6da0c64f02fd
wpt-pr: 11165
2018-06-10 09:32:00 +01:00
Victor Costan edd862fe03 Bug 1466132 [wpt PR 11281] - Allow cookie-store IDL test to run even if objects not defined, a=testonly
Automatic update from web-platform-testsMerge pull request #11281 from csnardi/cookie-store-idl

Allow cookie-store IDL test to run even if objects not defined
--

wpt-commits: f172b83c6b6bea611e99d0a79bde72ddbdd60e62
wpt-pr: 11281
2018-06-10 09:31:57 +01:00
moz-wptsync-bot 773176924b Bug 1465868 [wpt PR 11279] - Update wpt metadata, a=testonly
wpt-pr: 11279
wpt-type: metadata
2018-06-10 09:31:54 +01:00
Frédéric Wang 1a3f8839d0 Bug 1465868 [wpt PR 11279] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=186127, a=testonly
Automatic update from web-platform-testsWebKit export of https://bugs.webkit.org/show_bug.cgi?id=186127 (#11279)

--

wpt-commits: 57fea798e1e933e1d5291608d9d12da661185bcb
wpt-pr: 11279
2018-06-10 09:31:53 +01:00
moz-wptsync-bot 3b2f8547d9 Bug 1465754 [wpt PR 11268] - Update wpt metadata, a=testonly
wpt-pr: 11268
wpt-type: metadata
2018-06-10 09:31:50 +01:00
Simon Pieters 95042e2dc7 Bug 1465754 [wpt PR 11268] - [css-properties-values-api] Avoid uncaught exception for CSS.registerProperty(), a=testonly
Automatic update from web-platform-tests[css-properties-values-api] Avoid uncaught exception for CSS.registerProperty()

--

wpt-commits: fe4769e10fe2f19ecbbf7d23c6480b0328e3d84a
wpt-pr: 11268
2018-06-10 09:31:48 +01:00
moz-wptsync-bot 85122b7599 Bug 1464483 [wpt PR 11166] - Update wpt metadata, a=testonly
wpt-pr: 11166
wpt-type: metadata
2018-06-10 09:31:45 +01:00
Ian Kilpatrick a791fb970c Bug 1464483 [wpt PR 11166] - [css-layout-api] Allow passing of serialized data between parent<->child., a=testonly
Automatic update from web-platform-tests[css-layout-api] Allow passing of serialized data between parent<->child.

This allow arbitary parent<->child communation during layout. A parent
can send data to a child via:

// parent
const fragment = yield child.layoutNextFragment({data});

// child
*layout(children, edges, constraints, style) {
  const data = constraints.data; // receive data.
}

And child to parent via:

// child
*layout() {
  return {data};
}

// parent
const fragment = yield child.layoutNextFragment();
const data = fragment.data; // receive data.

As the parent and child layouts may be invoked in different worklet
global scopes, and don't allow data shared, the serialization of data
uses "kForStorage" which means that SharedArrayBuffers aren't allowed
in the serialization.

Serialization also occurs so that we are able to cache results.

Bug: 726125
Change-Id: Ib7e81b5778cef3af2c2f8a1ccef749f1d2ba4dfa
Reviewed-on: https://chromium-review.googlesource.com/1072150
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#563235}

--

wpt-commits: 8c8238ca96f913c1b90f838def7f9cf0253c0113
wpt-pr: 11166
2018-06-10 09:31:44 +01:00
moz-wptsync-bot 233969605f Bug 1465551 [wpt PR 11252] - Update wpt metadata, a=testonly
wpt-pr: 11252
wpt-type: metadata
2018-06-10 09:31:41 +01:00
Chris Nardi 1d488d2230 Bug 1465551 [wpt PR 11252] - Add MouseEvent/MouseEventInit as untested DOM IDLs, a=testonly
Automatic update from web-platform-testsMove HTML from untested IDL to a dependency IDL for DOM

The DOM idlharness test would not run as dependencies for the HTML IDL file were not declared. However, we don't need to define HTML as untested IDL -- using the new dependency IDL feature generates the same tests but prevents the current dependency problem.

--

wpt-commits: 2ae39a003cba3b1292d5239f6043281d9277d25b
wpt-pr: 11252
2018-06-10 09:31:39 +01:00
moz-wptsync-bot 4a6fef5f14 Bug 1465714 [wpt PR 11264] - Update wpt metadata, a=testonly
wpt-pr: 11264
wpt-type: metadata
2018-06-10 09:31:36 +01:00
Ms2ger eca76e6d37 Bug 1465714 [wpt PR 11264] - HTML: Test hidden attribute on table elements, a=testonly
Automatic update from web-platform-testsHTML: Test hidden attribute on table elements (#11264)

--

wpt-commits: 89dc77674112c00ac5b513b7cdce68a341019f85
wpt-pr: 11264
2018-06-10 09:31:35 +01:00
Simon Pieters 09fc8dc7b8 Bug 1461932 [wpt PR 11016] - Refactor and split up with `variant` all encoding tests, a=testonly
Automatic update from web-platform-testsRefactor and split up with `variant` all encoding tests

Fixes #11015.
--

wpt-commits: d6c29bef8d4bcdfe4f689defca73360b07647d71
wpt-pr: 11016
2018-06-10 09:31:32 +01:00
Alice 7ef4a51436 Bug 1465687 [wpt PR 11261] - Update testdriver.md, a=testonly
Automatic update from web-platform-testsUpdate testdriver.md (#11261)

Fix link to list of special keys.
--

wpt-commits: 219ed4510789fff5d1efddced703bd0289348636
wpt-pr: 11261
2018-06-10 09:31:28 +01:00
Simon Pieters bb91cab0a0 Bug 1465512 [wpt PR 11251] - Add support for // META: title=..., a=testonly
Automatic update from web-platform-testsAdd support for // META: title=...

--

wpt-commits: 730415d240e28dc6e829d70675cc8815ed8fe813
wpt-pr: 11251
2018-06-10 09:31:25 +01:00
Yoav Weiss fefa415584 Bug 1465603 [wpt PR 11257] - Change Resource Timing default buffer size to 250., a=testonly
Automatic update from web-platform-testsChange Resource Timing default buffer size to 250.

Following a proposed spec change[1], this CL changes the number of entries
buffered by default before the Resource Timing buffer is full.

[1] https://github.com/w3c/resource-timing/pull/155

Bug: 847689
Change-Id: Id93bfea902b0cf049abdac12a98cc4fba7ff1dd3
Reviewed-on: https://chromium-review.googlesource.com/1078107
Reviewed-by: Nicolás Peña Moreno <npm@chromium.org>
Commit-Queue: Yoav Weiss <yoav@yoav.ws>
Cr-Commit-Position: refs/heads/master@{#563133}

--

wpt-commits: f696c249c6d41c32bdc04d0bec688ee00228a0cf
wpt-pr: 11257
2018-06-10 09:31:23 +01:00
moz-wptsync-bot 0c4b8ef0ee Bug 1464926 [wpt PR 11206] - Update wpt metadata, a=testonly
wpt-pr: 11206
wpt-type: metadata
2018-06-10 09:31:21 +01:00
Dave Tapuska 148e2a6b71 Bug 1464926 [wpt PR 11206] - Migrate fullscreen to use top layer., a=testonly
Automatic update from web-platform-testsMigrate fullscreen to use top layer.

Previous attempts of adding and removing to the top layer were done
synchronously. The spec has been updated to do this asynchronously and
this change matches those changes.

Bug: 240576
Change-Id: Ic57a651596c685daa4b32d78421de5db912c106e
Reviewed-on: https://chromium-review.googlesource.com/1066600
Commit-Queue: Dave Tapuska <dtapuska@chromium.org>
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Cr-Commit-Position: refs/heads/master@{#563065}

--

wpt-commits: 1829a42c93e435937db68c8a842fa9b56dd39dc2
wpt-pr: 11206
2018-06-10 09:31:19 +01:00