servo/tests/wpt/css-tests/css-cascade-3_dev/testinfo.data
Ms2ger 296fa2512b Update web-platform-tests and CSS tests.
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180.
- Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
2017-02-06 22:38:29 +01:00

8 lines
3 KiB
Text

id references title flags links revision credits assertion
all-prop-001 reference/all-prop-001-ref CSS Cascade: "all" shorthand property excludes "direction" http://www.w3.org/TR/css-cascade-3/#all-shorthand,http://www.w3.org/TR/css-cascade-4/#all-shorthand a6febb9400f853e1396987e7ef34fdfe57549946 `Chris Rebert`<http://chrisrebert.com> The 'direction' property should not be included in the properties that the 'all' shorthand is expanded to.
all-prop-002 reference/ref-filled-green-100px-square CSS Cascade: all:inherit includes display:inherit http://www.w3.org/TR/css-cascade-3/#all-shorthand,http://www.w3.org/TR/css-cascade-4/#all-shorthand a03f6edcb7dc723bc0f776216e64da933cbf7e0b `Chris Rebert`<http://chrisrebert.com> all:inherit should cause display:inherit so the red divs will display inline/horizontal (like their parent span) rather than block/vertical (like the default UA style for a div).
initial-color-background-001 reference/initial-color-background-001-ref CSS Cascade: the "initial" value http://www.w3.org/TR/css-cascade-3/#initial,http://www.w3.org/TR/css-cascade-4/#initial dbff4c6b1e69d24bdbafb77b61c3dc2150be2d1d `Chris Rebert`<http://chrisrebert.com> initial is not the same as inherit. color:initial results in non-red. background-color:initial results in transparent.
shape-outside-computed-shape-000 Shape Outside Basic Shape Computed Font Relative Lengths dom,script http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-cascade-3/#computed 8b280e5be14ea8818d4abe714a7671f8d16ab570 `Adobe`<http://html.adobe.com/>,`Bear Travis`<mailto:betravis@adobe.com> The basic shape can contain relative length formats, which resolve to the computed (absolute) length value
shape-outside-computed-shape-001 Shape Outside Basic Shape Computed Percentage Lengths dom,script http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-cascade-3/#computed fd05b500e016deb5b711aac285ac5aa72b09e147 `Adobe`<http://html.adobe.com/>,`Bear Travis`<mailto:betravis@adobe.com> The basic shape can contain percentages, which remain unchanged when computed
unset-val-001 reference/ref-filled-green-100px-square CSS Cascade: the "unset" value http://www.w3.org/TR/css-cascade-3/#inherit-initial,http://www.w3.org/TR/css-cascade-4/#inherit-initial c188d1e228acacdfe9417ac2a182a6f9c48b2cd0 `Chris Rebert`<http://chrisrebert.com> color:unset is the same as color:inherit since color is an inherited property. background-color:unset is the same as background-color:initial since background-color is a non-inherited property.
unset-val-002 reference/ref-filled-green-100px-square CSS Cascade: the "unset" value http://www.w3.org/TR/css-cascade-3/#inherit-initial,http://www.w3.org/TR/css-cascade-4/#inherit-initial 76e61d4792edde1e77d77b1330821f24e48a223d `Chris Rebert`<http://chrisrebert.com> display:unset should be the same as display:initial since 'display' is not an inherited property. display:unset should be the same as display:inline since 'inline' is the initial value of 'display'.