Closed
Bug 1580504
Opened 6 years ago
Closed 6 years ago
[wpt-sync] Sync PR 18997 - Fix two css-grid tests that were broken by Ahem web font transition.
Categories
(Core :: CSS Parsing and Computation, task, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla71
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 18997 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/18997
Details from upstream follow.
Luke Zielinski <lpz@chromium.org> wrote:
Fix two css-grid tests that were broken by Ahem web font transition.
These tests were broken because the checkLayout method implicitly calls done() itself, which causes only the first subtest to run.
But we can call checkLayout(.., callDone=false) and call done() ourselves instead.
| Assignee | ||
Comment 1•6 years ago
|
||
PR 18997 applied with additional changes from upstream: c66230eebbea3bce8c086572869eb0835fb183b5
| Assignee | ||
Updated•6 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=60f86fbe75eb46236bd0a17e60e8dc9af7d5d982
| Assignee | ||
Comment 4•6 years ago
|
||
Ran 2 tests and 4 subtests
OK : 2
PASS : 4
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/1716c85e698b
[wpt PR 18997] - Fix two css-grid tests that were broken by Ahem web font transition., a=testonly
Comment 6•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•