servo/tests/wpt/css-tests/css22_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

7 lines
3.2 KiB
Text

id references title flags links revision credits assertion
border-collapse-005 reference/border-collapse-005-ref collapsing borders with empty tbody http://www.w3.org/TR/CSS2/tables.html#collapsing-borders,https://drafts.csswg.org/css2/tables.html#collapsing-borders,https://drafts.csswg.org/css3-tables/#collapsing-borders 92d076759a1c6112c8d259eaa185f381815fe95e `Chris Rebert`<http://chrisrebert.com> border-collapse should work correctly when a table has an empty tbody
left-offset-position-fixed-001 reference/left-offset-position-fixed-001-ref left:auto offset of position:fixed box in a position:relative containing block http://www.w3.org/TR/CSS21/visuren.html#position-props,http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width,https://drafts.csswg.org/css2/visuren.html#position-props,https://drafts.csswg.org/css2/visudet.html#abs-non-replaced-width ef00d8c4e4949be47753fac480c33302bec380c0 `Chris Rebert`<http://chrisrebert.com> The 'left' box offset property, for fixed positioning, when set to 'auto' specifies the offset of the box from its 'static-position containing block'. Here, in this test, the 'static-position containing block' is #shifted-column and the containing block for #red is established by the viewport.
min-width-tables-001 reference/ref-filled-green-100px-square Table Layout and Viewport Resizing dom https://drafts.csswg.org/css2/tables.html#auto-table-layout,https://drafts.csswg.org/mediaqueries-3/#width,https://drafts.csswg.org/mediaqueries-4/#width e63eaf57baa48408b03756b911cc11dd20e4b850 `Chris Rebert`<http://chrisrebert.com> Resizing a page which toggles the `display` of elements between `block` and `table-cell` based on the viewport width should not cause unnecessary wrapping of the table.
right-offset-position-fixed-001 reference/right-offset-position-fixed-001-ref right:auto offset of position:fixed box in an RTL position:relative containing block http://www.w3.org/TR/CSS21/visuren.html#position-props,http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width,https://drafts.csswg.org/css2/visuren.html#position-props,https://drafts.csswg.org/css2/visudet.html#abs-non-replaced-width e7356485cac8b547338752f7374ee3c3e5d743f4 `Chris Rebert`<http://chrisrebert.com> The 'right' box offset property, for fixed positioning, when set to 'auto' specifies the offset of the box from its 'static-position containing block'. Here, in this test, the 'static-position containing block' is #shifted-column and the containing block for #red is established by the viewport.
select-cursor-001-manual cursor property and select element HTMLonly,interact https://drafts.csswg.org/css-ui-3/#cursor,https://drafts.csswg.org/css2/ui.html#cursor-props a28f3026bed183a42b3255b9e8983a9b0addbdec `Chris Rebert`<http://chrisrebert.com> Hovering the pointer over a select menu on top of an element with a cursor set should not display said cursor
unicode-bidi-parsing-001 CSS Writing Modes: parsing unicode-bidi: normal, embed, bidi-override dom,script https://drafts.csswg.org/css2/visuren.html#direction,https://drafts.csswg.org/css-writing-modes-3/#unicode-bidi 523b97045eb38d0a42ff164ea22fcc6c79b9c6a1 `Koji Ishii`<mailto:kojiishi@gmail.com> This test asserts the parser and getComputedStyle works correctly for the unicode-bidi: normal, embed, bidi-override.