Closed
Bug 1439277
Opened 5 years ago
Closed 5 years ago
[wpt-sync] Sync PR 9568 - [css-typed-om] Handle out-of-range values correctly.
Categories
(Testing :: web-platform-tests, enhancement, P3)
Testing
web-platform-tests
Tracking
(firefox61 fixed)
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 9568 into mozilla-central (this bug is closed when the sync is complete). PR: https://github.com/w3c/web-platform-tests/pull/9568 Details from upstream follow. Darren Shen wrote: > [css-typed-om] Handle out-of-range values correctly. > > Currently, when we set width to something like -1, we would get an > invalid value for width. According to the spec [1], we should be > wrapping the invalid value in a calc. > > This patch wraps invalid values in calc, and changes the test harness > to allow us to test this. > > Bug: 545318 > Change-Id: I71769e1bc69164c9b7dcf0d2c54ca06b623b5d9e > Reviewed-on: https://chromium-review.googlesource.com/923603 > WPT-Export-Revision: 1a0033a4339e61b14c507bb82d0c29dd4a572c3a
Reporter | ||
Updated•5 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Reporter | ||
Updated•5 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Reporter | ||
Updated•5 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Reporter | ||
Updated•5 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Reporter | ||
Updated•5 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Reporter | ||
Updated•5 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Pushed by james@hoppipolla.co.uk: https://hg.mozilla.org/integration/mozilla-inbound/rev/bff5e3749fa6 [wpt PR 9568] - [css-typed-om] Handle out-of-range values correctly., a=testonly
Comment 2•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/bff5e3749fa6
Status: NEW → RESOLVED
Closed: 5 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
•