Implement support for CSSValue -> CSSCalcLength
The CSSValue must be a CSSPrimitiveValue containing a CSSCalcValue.
For example:
testElement.style.width = "calc(4 * (5em - 2px))";
testElmenet.styleMap.get('width');
// Returns CSSCalcLength({px: -8, em: 20})
Also removes redundant test typedcssom/inlinestyle/left-top-right-bottom.html
(superceded by typedcssom/inlinestyle/properties/bottom.html; will
add the others later)
BUG=545318
Review-Url: https://codereview.chromium.org/2371673002
Cr-Commit-Position: refs/heads/master@{#443133}
Committed: https://chromium.googlesource.com/chromium/src/+/857445ffbc21f9cac8a018128a3a92574fe3d784
Description was changed from
==========
Implement support for CSSValue -> CSSCalcLength
The CSSValue must be a CSSPrimitiveValue containing a CSSCalcValue.
BUG=545318
==========
to
==========
Implement support for CSSValue -> CSSCalcLength
The CSSValue must be a CSSPrimitiveValue containing a CSSCalcValue.
BUG=545318
==========
rjwright
On 2016/11/28 04:53:48, Eddy (OOO until 19 Dec) wrote: > Renee: Friendly ping? LGTM :)
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/358844)
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/356835)
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/353839)
Description was changed from
==========
Implement support for CSSValue -> CSSCalcLength
The CSSValue must be a CSSPrimitiveValue containing a CSSCalcValue.
BUG=545318
==========
to
==========
Implement support for CSSValue -> CSSCalcLength
The CSSValue must be a CSSPrimitiveValue containing a CSSCalcValue.
For example:
testElement.style.width = "calc(4 * (5em - 2px))";
testElmenet.styleMap.get('width');
// Returns CSSCalcLength({px: -8, em: 20})
Also removes redundant test typedcssom/inlinestyle/left-top-right-bottom.html
(superceded by typedcssom/inlinestyle/properties/bottom.html; will add the
others later)
BUG=545318
==========
meade_UTC10
Description was changed from ========== Implement support for CSSValue -> CSSCalcLength The CSSValue must be ...
Description was changed from
==========
Implement support for CSSValue -> CSSCalcLength
The CSSValue must be a CSSPrimitiveValue containing a CSSCalcValue.
For example:
testElement.style.width = "calc(4 * (5em - 2px))";
testElmenet.styleMap.get('width');
// Returns CSSCalcLength({px: -8, em: 20})
Also removes redundant test typedcssom/inlinestyle/left-top-right-bottom.html
(superceded by typedcssom/inlinestyle/properties/bottom.html; will add the
others later)
BUG=545318
==========
to
==========
Implement support for CSSValue -> CSSCalcLength
The CSSValue must be a CSSPrimitiveValue containing a CSSCalcValue.
For example:
testElement.style.width = "calc(4 * (5em - 2px))";
testElmenet.styleMap.get('width');
// Returns CSSCalcLength({px: -8, em: 20})
Also removes redundant test typedcssom/inlinestyle/left-top-right-bottom.html
(superceded by typedcssom/inlinestyle/properties/bottom.html; will
add the others later)
BUG=545318
==========
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/360638)
3 years, 11 months ago
(2017-01-10 06:24:33 UTC)
#54
CQ is committing da patch. Bot data: {"patchset_id": 340001, "attempt_start_ts": 1484182027517580, "parent_rev": "f76945dbb3afd556549b72544644a2e14fd32271", "commit_rev": "857445ffbc21f9cac8a018128a3a92574fe3d784"}
3 years, 11 months ago
(2017-01-12 02:58:51 UTC)
#58
CQ is committing da patch.
Bot data: {"patchset_id": 340001, "attempt_start_ts": 1484182027517580,
"parent_rev": "f76945dbb3afd556549b72544644a2e14fd32271", "commit_rev":
"857445ffbc21f9cac8a018128a3a92574fe3d784"}
commit-bot: I haz the power
Description was changed from ========== Implement support for CSSValue -> CSSCalcLength The CSSValue must be ...
3 years, 11 months ago
(2017-01-12 02:59:22 UTC)
#59
Message was sent while issue was closed.
Description was changed from
==========
Implement support for CSSValue -> CSSCalcLength
The CSSValue must be a CSSPrimitiveValue containing a CSSCalcValue.
For example:
testElement.style.width = "calc(4 * (5em - 2px))";
testElmenet.styleMap.get('width');
// Returns CSSCalcLength({px: -8, em: 20})
Also removes redundant test typedcssom/inlinestyle/left-top-right-bottom.html
(superceded by typedcssom/inlinestyle/properties/bottom.html; will
add the others later)
BUG=545318
==========
to
==========
Implement support for CSSValue -> CSSCalcLength
The CSSValue must be a CSSPrimitiveValue containing a CSSCalcValue.
For example:
testElement.style.width = "calc(4 * (5em - 2px))";
testElmenet.styleMap.get('width');
// Returns CSSCalcLength({px: -8, em: 20})
Also removes redundant test typedcssom/inlinestyle/left-top-right-bottom.html
(superceded by typedcssom/inlinestyle/properties/bottom.html; will
add the others later)
BUG=545318
Review-Url: https://codereview.chromium.org/2371673002
Cr-Commit-Position: refs/heads/master@{#443133}
Committed:
https://chromium.googlesource.com/chromium/src/+/857445ffbc21f9cac8a018128a3a...
==========
commit-bot: I haz the power
Committed patchset #18 (id:340001) as https://chromium.googlesource.com/chromium/src/+/857445ffbc21f9cac8a018128a3a92574fe3d784
3 years, 11 months ago
(2017-01-12 02:59:25 UTC)
#60
Issue 2371673002: [CSS Typed OM] Implement support for CSSValue -> CSSCalcLength
(Closed)
Created 4 years, 2 months ago by meade_UTC10
Modified 3 years, 11 months ago
Reviewers: sashab, rjwright
Base URL:
Comments: 8