Closed
Bug 1482942
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 12431 - [css-properties-values-api] Reify values from attributeStyleMap.get.
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 12431 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/12431
Details from upstream follow.
Anders Hartvoll Ruud <andruud@chromium.org> wrote:
> [css-properties-values-api] Reify values from attributeStyleMap.get.
>
> When retrieving values via attributeStyleMap.get/getAll, produce the
> correct CSSStyleValue subclass according to the registration of the custom
> property.
>
> R=futhark@chromium.org
>
> Bug: 641877
> Change-Id: If564fb039506a22162ad2521479fcb1c3de9336c
> Reviewed-on: https://chromium-review.googlesource.com/1172291
> Reviewed-by: Rune Lillesveen <futhark@chromium.org>
> Commit-Queue: Anders Ruud <andruud@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#582569}
>
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=d09609d5f0906ccf4ca87a3ce0584470fdf4a9e1
| Assignee | ||
Comment 3•7 years ago
|
||
Ran 1 tests and 42 subtests
OK : 1
FAIL : 42
New tests that have failures or other problems:
/css/css-properties-values-api/typedom.tentative.html
attributeStyleMap.get returns CSSImageValue for <image>: FAIL
attributeStyleMap.get returns CSSKeywordValue for <custom-ident>: FAIL
attributeStyleMap.get returns CSSKeywordValue for thing1 | THING2: FAIL
attributeStyleMap.get returns CSSMathSum for <length-percentage> [calc(10px + 10%)]: FAIL
attributeStyleMap.get returns CSSStyleValue for <color>: FAIL
attributeStyleMap.get returns CSSStyleValue for <url>: FAIL
attributeStyleMap.get returns CSSUnitValue for <angle>: FAIL
attributeStyleMap.get returns CSSUnitValue for <integer>: FAIL
attributeStyleMap.get returns CSSUnitValue for <length-percentage> [10%]: FAIL
attributeStyleMap.get returns CSSUnitValue for <length-percentage> [10px]: FAIL
attributeStyleMap.get returns CSSUnitValue for <length>: FAIL
attributeStyleMap.get returns CSSUnitValue for <length>#: FAIL
attributeStyleMap.get returns CSSUnitValue for <length>+: FAIL
attributeStyleMap.get returns CSSUnitValue for <number>: FAIL
attributeStyleMap.get returns CSSUnitValue for <percentage>: FAIL
attributeStyleMap.get returns CSSUnitValue for <resolution>: FAIL
attributeStyleMap.get returns CSSUnitValue for <time>: FAIL
attributeStyleMap.get returns CSSUnparsedValue for *: FAIL
attributeStyleMap.get returns CSSUnparsedValue for value with var reference in list: FAIL
attributeStyleMap.get returns CSSUnparsedValue for value with var references: FAIL
attributeStyleMap.getAll returns a list of CSSUnitValues for <length>#: FAIL
attributeStyleMap.getAll returns a list of CSSUnitValues for <length>+: FAIL
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/08733b64cf88
[wpt PR 12431] - [css-properties-values-api] Reify values from attributeStyleMap.get., a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/51fb2af4cf81
[wpt PR 12431] - Update wpt metadata, a=testonly
Comment 5•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/08733b64cf88
https://hg.mozilla.org/mozilla-central/rev/51fb2af4cf81
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•