servo/components/style/properties
Emilio Cobos Álvarez 4f04988c13
style: Add a test for the use counters.
Mostly testing that they work, and that they record what we expect them to
record, that is, the actual property that was parsed, and not the properties
that it'd resolve or expand to.

That may be another tricky part for CSSOM, I think style setters would fail an
alias test if implemented with the current setup (we do the property lookup in
C++).

Differential Revision: https://phabricator.services.mozilla.com/D3829
2018-09-03 12:31:41 +02:00
..
helpers style: Convert FnvHash{Set,Map} instances to FxHash{Set,Map}. 2018-08-08 01:34:35 +02:00
longhands style: Remove useless StyleDisplay conversion. 2018-09-03 12:31:18 +02:00
shorthands style: Swap order of values in 'overflow' shorthand property. 2018-08-18 17:48:02 +02:00
build.py style: autopep8 2018-07-24 03:26:12 +02:00
computed_value_flags.rs style: Remove IS_STYLE_IF_VISITED. 2018-07-24 03:29:03 +02:00
data.py style: Implement flow-relative values for resize property. 2018-08-18 17:47:51 +02:00
declaration_block.rs style: Hook the use counters into StyleSheet parsing. 2018-09-03 12:31:33 +02:00
gecko.mako.rs style: Define offset-path and implement it in style system. 2018-09-03 12:30:21 +02:00
helpers.mako.rs style: Rename offset-* logical properties to inset-*. 2018-07-01 00:08:09 +02:00
Mako-0.9.1.zip
properties.html.mako
properties.mako.rs style: Add a test for the use counters. 2018-09-03 12:31:41 +02:00