No files found.
+5 −0
dom_wrapper.rs
components/layout_thread/dom_wrapper.rs
+19 −8
lib.rs
components/layout_thread/lib.rs
+2 −0
trace.rs
components/script/dom/bindings/trace.rs
+62 −1
css.rs
components/script/dom/css.rs
+31 −13
document.rs
components/script/dom/document.rs
+8 −0
CSS.webidl
components/script/dom/webidls/CSS.webidl
+17 −0
PropertyDescriptorDict.webidl
...nts/script/dom/webidls/PropertyDescriptorDict.webidl
+4 −1
animation.rs
components/style/animation.rs
+488 −150
custom_properties.rs
components/style/custom_properties.rs
+1 −0
lib.rs
components/style/lib.rs
+1 −1
declaration_block.rs
components/style/properties/declaration_block.rs
+2 −2
gecko.mako.rs
components/style/properties/gecko.mako.rs
+7 −3
animated_properties.mako.rs
...style/properties/helpers/animated_properties.mako.rs
+1 −1
box.mako.rs
components/style/properties/longhand/box.mako.rs
+409 −36
properties.mako.rs
components/style/properties/properties.mako.rs
+1,167 −0
properties_and_values.rs
components/style/properties_and_values.rs
+5 −1
shared_lock.rs
components/style/shared_lock.rs
+2 −1
style_resolver.rs
components/style/style_resolver.rs
+67 −4
stylist.rs
components/style/stylist.rs
+1 −0
prefs.json
resources/prefs.json
+79 −0
MANIFEST.json
tests/wpt/metadata/MANIFEST.json
+1 −0
__dir__.ini
...s/wpt/metadata/css-properties-values-api/__dir__.ini
+59 −0
animation.html.ini
...etadata/css-properties-values-api/animation.html.ini
+92 −0
computed-values.html.ini
...a/css-properties-values-api/computed-values.html.ini
+5 −0
family.html.ini
...t/metadata/css-properties-values-api/family.html.ini
+17 −0
independence.html.ini
...data/css-properties-values-api/independence.html.ini
+17 −0
syntax.html.ini
...t/metadata/css-properties-values-api/syntax.html.ini
+2 −0
cors-preflight.any.js.ini
...pt/metadata/fetch/api/cors/cors-preflight.any.js.ini
+355 −0
animation.html
...tform-tests/css-properties-values-api/animation.html
+45 −0
common.js
...b-platform-tests/css-properties-values-api/common.js
+392 −0
computed-values.html
...tests/css-properties-values-api/computed-values.html
+266 −0
family.html
...platform-tests/css-properties-values-api/family.html
+39 −0
independence.html
...rm-tests/css-properties-values-api/independence.html
+32 −0
naming.html
...platform-tests/css-properties-values-api/naming.html
+50 −0
registration.html
...rm-tests/css-properties-values-api/registration.html
+95 −0
syntax.html
...platform-tests/css-properties-values-api/syntax.html