Closed
Bug 1456309
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 10592 - Update DOMPoint and DOMQuad tests
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla61
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 10592 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/w3c/web-platform-tests/pull/10592
Details from upstream follow.
Chris Nardi <christopherncarmel@hotmail.com> wrote:
> Update DOMPoint and DOMQuad tests
>
> Per https://drafts.fxtf.org/geometry/#DOMPoint, DOMPoint's constructor accepts zero to four values, and DOMPointReadOnly has the exact same constructor. Additionally, DOMQuad no longer has a live bounds attribute per https://drafts.fxtf.org/geometry/#domquad, instead replacing it with `getBounds()` which cannot be set. Fix tests of DOMPoint and DOMQuad to reflect these changes.
| Reporter | ||
Updated•7 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
| Reporter | ||
Comment 1•7 years ago
|
||
| Reporter | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=48d650fb66b17a91b172e436b5f214abfe67e2ed
| Reporter | ||
Comment 3•7 years ago
|
||
Ran 3 tests and 97 subtests
OK : 3
PASS : 57
FAIL : 40
Existing tests that now have a worse result (e.g. they used to PASS and now FAIL):
/css/geometry/DOMPoint-001.html
testConstructor1: FAIL
/css/geometry/DOMQuad-001.html
boundsAttribute0: bounds: FAIL
p1Top4Attributes0: bounds: FAIL
p1Top4Attributes1: bounds: FAIL
testConstructor0: bounds: FAIL
testConstructor10: bounds: FAIL
testConstructor11: bounds: FAIL
testConstructor12: bounds: FAIL
testConstructor13: bounds: FAIL
testConstructor14: bounds: FAIL
testConstructor16: bounds: FAIL
testConstructor5: bounds: FAIL
testConstructor6: bounds: FAIL
testConstructor7: bounds: FAIL
testConstructor8: bounds: FAIL
testConstructor9: bounds: FAIL
New tests that have failures or other problems:
/css/geometry/DOMPoint-001.html
DOMPointReadOnly constructor with 4 values: FAIL
DOMPointReadOnly constructor with no values: FAIL
/css/geometry/historical.html
DOMQuad bounds must be nuked: FAIL
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/26925d6dc14d
[wpt PR 10592] - Update DOMPoint and DOMQuad tests, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/b4a4dd7e3013
[wpt PR 10592] - Update wpt metadata, a=testonly
Comment 5•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/26925d6dc14d
https://hg.mozilla.org/mozilla-central/rev/b4a4dd7e3013
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
You need to log in
before you can comment on or make changes to this bug.
Description
•