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

256 lines
81 KiB
Text

id references title flags links revision credits assertion
box-sizing-001 reference/box-sizing-001-ref box-sizing:border-box and CSS2.1 10.3.3 https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#blockwidth 615898f337b8ce0337f1360d145d2d38dec45b5c `Florian Rivoal`<http://florian.rivoal.net/> When box-sizing is border-box, the content width, rather than the computed value of the width property, is considered when checking whether a block is larger than its containing block.
box-sizing-003 reference/box-sizing-001-ref box-sizing:border-box and CSS2.1 10.3.7 https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width c61f2c8769183ae0d9adeee16a13361e703a367a `Florian Rivoal`<http://florian.rivoal.net/> When box-sizing is border-box, the content width, rather than the computed value of the width property, should be used in the the constraint that determines the used values of sizing and positioning properties of absolutely positioned elements.
box-sizing-005 reference/box-sizing-001-ref box-sizing:border-box and CSS2.1 10.6.4 https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height 5c91e57581a3e2ac9b430f1afcb26eec0bc3094a `Florian Rivoal`<http://florian.rivoal.net/> When box-sizing is border-box, the content height, rather than the computed value of the height property, should be used in the the constraint that determines the used values of sizing and positioning properties of absolutely positioned elements.
box-sizing-007 reference/box-sizing-007-ref box-sizing:border-box and auto sizing of intrinsicly sized replaced elements. svg https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height 470a1d40e93f37987e3a1050d90c9b5e9acfe263 `Florian Rivoal`<http://florian.rivoal.net/> Exercises the sizing rules in CSS2.1 10.3.2 and 10.6.2 with box-sizing:border-box for replaced elements with either both intrisic dimentions or an intrinsic ratio, to check that they work correctly in terms of the content width height.
box-sizing-008 reference/box-sizing-008-ref box-sizing:border-box and auto sizing of replaced elements with intrinisic width only. svg https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height 7e06d64d703830c06b9d61c75d3be230bd1b56bc `Florian Rivoal`<http://florian.rivoal.net/> Exercises the sizing rules in CSS2.1 10.3.2 and 10.6.2 with box-sizing:border-box for replaced elements with intrisic width and no intrinsic ratio, to check that they work correctly in terms of the content width height.
box-sizing-009 reference/box-sizing-009-ref box-sizing:border-box and auto sizing of replaced elements with intrinisic height only. svg https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height 2aaccf9cc7ddbd222494f28fd6cd7f725a18c1e8 `Florian Rivoal`<http://florian.rivoal.net/> Exercises the sizing rules in CSS2.1 10.3.2 and 10.6.2 with box-sizing:border-box for replaced elements with intrisic height and no intrinsic ratio, to check that they work correctly in terms of the content width height.
box-sizing-010 reference/box-sizing-010-ref auto sizing rules with box-sizing:border-box, intrinsic width and height, h > max-height svg https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 16d056c92b9d78cfe112a2e01c21a24660f09034 `Florian Rivoal`<http://florian.rivoal.net/> Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width and height with the h > max-height constraint violation are properly interpreted when box-sizing is border-box.
box-sizing-011 reference/box-sizing-010-ref auto sizing rules with box-sizing:border-box, intrinsic width and height, w > max-width svg https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths b3e88665f1dd9498ac21d4ce6817fdf1b1b9ca0c `Florian Rivoal`<http://florian.rivoal.net/> Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width and height with the w > max-width constraint violation are properly interpreted when box-sizing is border-box.
box-sizing-012 reference/box-sizing-012-ref auto sizing rules with box-sizing:border-box, intrinsic width, h > max-height svg https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths bb62d1bd00a0012a210cebe7cbfd7de79c69d8c7 `Florian Rivoal`<http://florian.rivoal.net/> Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width with the h > max-height constraint violation are properly interpreted when box-sizing is border-box.
box-sizing-013 reference/box-sizing-013-ref auto sizing rules with box-sizing:border-box, intrinsic height, w > max-width svg https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths b4f00771638d47828b441719fd6cb4d78ce34c8e `Florian Rivoal`<http://florian.rivoal.net/> Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic height with the w > max-width constraint violation are properly interpreted when box-sizing is border-box.
box-sizing-014 reference/box-sizing-010-ref auto sizing rules with box-sizing:border-box, intrinsic width and ratio, h > max-height svg https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 9eed262fdecb09ddedc7372ebc5b89aa362051f3 `Florian Rivoal`<http://florian.rivoal.net/> Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width and ratio with the h > max-height constraint violation are properly interpreted when box-sizing is border-box.
box-sizing-015 reference/box-sizing-010-ref auto sizing rules with box-sizing:border-box, intrinsic height and ratio, w > max-width svg https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 1dfa7e938400ea80391641feab6ed5f0f7c35c20 `Florian Rivoal`<http://florian.rivoal.net/> Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic height and ratio with the w > max-width constraint violation are properly interpreted when box-sizing is border-box.
box-sizing-016 reference/box-sizing-010-ref auto sizing rules with box-sizing:border-box, intrinsic ratio, h > max-height svg https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 0f2e4c999e68b3bd44e760c4b4c8dab2aff0fe7a `Florian Rivoal`<http://florian.rivoal.net/> Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic ratio with the h > max-height constraint violation are properly interpreted when box-sizing is border-box.
box-sizing-017 reference/box-sizing-010-ref auto sizing rules with box-sizing:border-box, intrinsic ratio, w > max-width svg https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 4ffe61120e2b6c38f7251c28e91e5c8ad9ef315e `Florian Rivoal`<http://florian.rivoal.net/> Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic ratio with the w > max-width constraint violation are properly interpreted when box-sizing is border-box.
box-sizing-018 reference/box-sizing-010-ref auto sizing rules with box-sizing:border-box, intrinsic height and ratio, w > max-wdith and h > max-height and max-width/w &#8804; max-height/h svg https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 53fcf5ba2e73e1baebb4075afc0e4a2ac22dc66c `Florian Rivoal`<http://florian.rivoal.net/> Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic height and ratio with the w > max-width and h > max-height constraint violation and max-width/w &#8804; max-height/h are properly interpreted when box-sizing is border-box.
box-sizing-019 reference/box-sizing-010-ref auto sizing rules with box-sizing:border-box, intrinsic width and ratio, w > max-wdith and h > max-height and max-width/w > max-height/h svg https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 8b30a14f8d246239fc79de2142088e891ffdb1ab `Florian Rivoal`<http://florian.rivoal.net/> Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width and ratio with the w > max-width and h > max-height constraint violation and max-width/w > max-height/h are properly interpreted when box-sizing is border-box.
box-sizing-020 reference/box-sizing-020-ref auto sizing rules with box-sizing:border-box, intrinsic width and height, h < min-height svg https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths b38180876fbf67ab948c45ebe88bd53dfa994adc `Florian Rivoal`<http://florian.rivoal.net/> Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width and height with the h < min-height constraint violation are properly interpreted when box-sizing is border-box.
box-sizing-021 reference/box-sizing-020-ref auto sizing rules with box-sizing:border-box, intrinsic width and height, w < win-width svg https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths a2e85d04e37f717cba23331fdc093f7f630248ba `Florian Rivoal`<http://florian.rivoal.net/> Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width and height with the w < min-width constraint violation are properly interpreted when box-sizing is border-box.
box-sizing-022 reference/box-sizing-022-ref auto sizing rules with box-sizing:border-box, intrinsic width, w < min-width svg https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths b6035a0711e61bdce98c049147b0d0fe686bd3f2 `Florian Rivoal`<http://florian.rivoal.net/> Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width with the w < min-width constraint violation are properly interpreted when box-sizing is border-box.
box-sizing-023 reference/box-sizing-023-ref auto sizing rules with box-sizing:border-box, intrinsic height, h < min-height svg https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths a32c06a67906426e1115f353b7f3d073d168ddc7 `Florian Rivoal`<http://florian.rivoal.net/> Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic height with the h < min-height constraint violation are properly interpreted when box-sizing is border-box.
box-sizing-024 reference/box-sizing-020-ref auto sizing rules with box-sizing:border-box, intrinsic width and ratio, h < mi:-height svg https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 548f17fe7c624a449372ed9a34cc5581db4b8c0b `Florian Rivoal`<http://florian.rivoal.net/> Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width and ratio with the h < min-height constraint violation are properly interpreted when box-sizing is border-box.
box-sizing-025 reference/box-sizing-020-ref auto sizing rules with box-sizing:border-box, intrinsic height and ratio, w < min-width svg https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 12c1f92805199bb395b41521df5eac9a73efc1c3 `Florian Rivoal`<http://florian.rivoal.net/> Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic height and ratio with the w < min-width constraint violation are properly interpreted when box-sizing is border-box.
box-sizing-border-box-001 reference/box-sizing-border-box-001-ref Box Sizing - Border-Box with specified width http://www.w3.org/TR/css3-ui/#box-sizing 4c63d6fda4dd34a4f89bfb66a943904951cb7f41 `Scott Johnson`<mailto:sjohnson@mozilla.com> box-sizing: border-box should make the element's (percentage) width be the distance from the left border edge to the right border edge.
box-sizing-border-box-002 reference/box-sizing-border-box-002-ref Box Sizing - Border-Box with specified width http://www.w3.org/TR/css3-ui/#box-sizing b49ca4e6161e1aa24c4ef8fb9626cea26c1d26a3 `Scott Johnson`<mailto:sjohnson@mozilla.com> box-sizing: border-box should make the element's (percentage) width be the distance from the left border edge to the right border edge.
box-sizing-border-box-003 reference/box-sizing-border-box-003-ref Box Sizing - Border-Box with specified width/height http://www.w3.org/TR/css3-ui/#box-sizing 1b41472fdaf436fc11bb1b864a367bd649ab2089 `Scott Johnson`<mailto:sjohnson@mozilla.com> box-sizing: border-box should make the element's (percentage) width be the distance from the left border edge to the right border edge and the height be the distance from the top border edge to the bottom border edge.
box-sizing-border-box-004 reference/box-sizing-border-box-004-ref Box Sizing - Border-Box with min/max width/height http://www.w3.org/TR/css3-ui/#box-sizing dfda8e453a374d002a81b40fdd01dbf56319fa9c `Scott Johnson`<mailto:sjohnson@mozilla.com> box-sizing: border-box should make the element's (length) width be the distance from the left border edge to the right border edge and the height be the distance from the top border edge to the bottom border edge.
box-sizing-content-box-001 reference/box-sizing-content-box-001-ref Box Sizing - Content-Box with specified width/height http://www.w3.org/TR/css3-ui/#box-sizing 4b3056f655bbe35540eadfe3888d48f1961dfafc `Scott Johnson`<mailto:sjohnson@mozilla.com> box-sizing: content-box should make the element's (percentage) width be the distance from the left content edge to the right content edge and the height be the distance from the top content edge to the bottom content edge.
box-sizing-content-box-002 reference/box-sizing-content-box-002-ref Box Sizing - Content-Box with specified width/height http://www.w3.org/TR/css3-ui/#box-sizing 51e63ae5f8b3a40e56096e7daa86265f8684e9a8 `Scott Johnson`<mailto:sjohnson@mozilla.com> box-sizing: content-box should make the element's (calc) width be the distance from the left content edge to the right content edge and the height be the distance from the top content edge to the bottom content edge.
box-sizing-content-box-003 reference/box-sizing-content-box-003-ref Box Sizing - Content-Box with min/max width/height http://www.w3.org/TR/css3-ui/#box-sizing 397bec8981e201e663ea97b4b265aa45fff08bd5 `Scott Johnson`<mailto:sjohnson@mozilla.com> box-sizing: content-box should make the element's (percentage) width be the distance from the left content edge to the right content edge and the height be the distance from the top content edge to the bottom content edge.
box-sizing-replaced-001 reference/box-sizing-replaced-001-ref Min/Max Height and Width Constraints on Replaced Elements with Box-Sizing image http://www.w3.org/TR/css3-ui/#box-sizing a8e28589639906e9ad2c23f3875a1b84b9edc2c3 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact>,`Scott Johnson`<mailto:sjohnson@mozilla.com> All images should be sized at 75px x 75px, with 5px of padding around each.
box-sizing-replaced-002 reference/box-sizing-replaced-002-ref Min/Max Height and Width Constraints on Replaced Elements with Box-Sizing image http://www.w3.org/TR/css3-ui/#box-sizing d4148a5cae7298ba17c8257c328e4f622edfc689 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact>,`Scott Johnson`<mailto:sjohnson@mozilla.com> All images should be sized at 75px x 75px, with 5px of padding and 5px of blue border around each.
box-sizing-replaced-003 reference/box-sizing-replaced-003-ref Min/Max Height and Width Constraints on Replaced Elements with Box-Sizing image http://www.w3.org/TR/css3-ui/#box-sizing 1d2967d8d4d8b4ff72c7e533c2c0edc187e7a992 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact>,`Scott Johnson`<mailto:sjohnson@mozilla.com> All images should be sized at 75px x 75px.
canvas-cursor-001 propagating the root cursor to the canvas image,interact https://drafts.csswg.org/css-ui-3/#canvas_cursor d776271759adae48748f2424d34012fe871acef8 `Florian Rivoal`<mailto:florian@rivoal.net> Test checks the cursor applied to the root element is propagated to the canvas.
canvas-cursor-002 not propagating the body cursor to the canvas image,interact https://drafts.csswg.org/css-ui-3/#canvas_cursor 96e20addfadf1ec458f9867bb586adb925b6b2c1 `Florian Rivoal`<mailto:florian@rivoal.net> Test checks the cursor applied to the body element is not propagated to the canvas.
caret-color-001 caret-color interact http://www.w3.org/TR/css3-ui/#caret-color 465badb42f828e15d439c4126247d794252d4d46 `Chris Lilley`<mailto:chris@w3.org>,`Florian Rivoal`<mailto:florian@rivoal.net> Test checks that caret-color can be set on a textarea
caret-color-002 caret-color is inherited interact http://www.w3.org/TR/css3-ui/#caret-color 2bb89e2a6990b5885aa0a04f3cec1647c708b456 `Chris Lilley`<mailto:chris@w3.org>,`Florian Rivoal`<mailto:florian@rivoal.net> Test checks that caret-color value does inherit
caret-color-003 caret-color auto interact,should http://www.w3.org/TR/css3-ui/#caret-color 286765ba5c046ce3f089008bd326a473d5236b50 `Chris Lilley`<mailto:chris@w3.org>,`Florian Rivoal`<mailto:florian@rivoal.net> Test checks that caret-color: auto matches currentColor
caret-color-004 caret-color auto, black on white interact http://www.w3.org/TR/css3-ui/#caret-color b6dd6ac6319ea3b73f1bad78ce2ebaa7ab7167f7 `Florian Rivoal`<mailto:florian@rivoal.net> Test checks that caret-color:auto provides good contrast in black on white
caret-color-005 caret-color auto, white on black interact http://www.w3.org/TR/css3-ui/#caret-color acf5683e36d304d08ebb95d1aa4c43bbffa651fc `Florian Rivoal`<mailto:florian@rivoal.net> Test checks that caret-color:auto provides good contrast in white on black
caret-color-006 caret-color auto, gray on gray interact,may http://www.w3.org/TR/css3-ui/#caret-color 86859e4549dd5c89ef665c9b068d44f984752779 `Florian Rivoal`<mailto:florian@rivoal.net> Test checks that caret-color:auto provides good contrast in gray on gray
caret-color-007 caret-color: currentColor interact http://www.w3.org/TR/css3-ui/#caret-color,https://drafts.csswg.org/css-color-4/#currentcolor-color b4d9b0ed8ed91f7fdc31756962d0b918769b0332 `Chris Lilley`<mailto:chris@w3.org>,`Florian Rivoal`<mailto:florian@rivoal.net> Test checks that caret-color:currentColor is inherited as currentColor and resolves to the value of the color property at used value time
caret-color-008 caret-color animation animated,interact http://www.w3.org/TR/css3-ui/#caret-color,https://drafts.csswg.org/css-animations-1/#animation c3fc7a168f032dc38dbfde1e2a0c7e3a7a2c5a87 `Florian Rivoal`<mailto:florian@rivoal.net> Test checks that caret-color is animatable as a color
caret-color-009 caret-color computed values dom,script http://www.w3.org/TR/css3-ui/#caret-color,https://drafts.csswg.org/css-color-4/#currentcolor-color 5cf99f4d75a5c16334cf11c5424ab533f1a568a1 `Florian Rivoal`<mailto:florian@rivoal.net> Test checks that the resolved value of auto, currentcolor and initial for caret-color property, is the used value.
caret-color-010 caret-color input interact http://www.w3.org/TR/css3-ui/#caret-color ac664ee5548c651c2b818b5784c35572f3ab78a3 `Manuel Rego Casasnovas`<mailto:rego@igalia.com> Test checks that caret-color can be set on an input
caret-color-011 caret-color contenteditable interact http://www.w3.org/TR/css3-ui/#caret-color 7970fd2482e78b8f3875e82f37dc485657660b85 `Manuel Rego Casasnovas`<mailto:rego@igalia.com> Test checks that caret-color can be set on a contenteditable element
caret-color-012 caret-color: auto interact,should http://www.w3.org/TR/css3-ui/#caret-color b563b78d99062a024a19a165ff8c77191ddce3c1 `Manuel Rego Casasnovas`<mailto:rego@igalia.com> Test checks that caret-color:auto is inherited as auto and resolves to the value of the color property at used value time
caret-color-013 caret-color dynamic changes dom,script http://www.w3.org/TR/css3-ui/#caret-color,https://www.w3.org/TR/css3-color/#color0 0e52cf5be9ac07172ba7be4d7feae0446c2156ee `Manuel Rego Casasnovas`<mailto:rego@igalia.com> Test checks checks that carret-color can be correctly changed using the style attribute, and that the computed value is done correctly.
caret-color-014 caret-color links interact http://www.w3.org/TR/css3-ui/#caret-color 47e78c6b0c0aaadf5488e4157388d10555c3aeb7 `Manuel Rego Casasnovas`<mailto:rego@igalia.com> Test checks that caret-color can be set on a contenteditable link
caret-color-015 caret-color visited links interact http://www.w3.org/TR/css3-ui/#caret-color 5a837b292f1ffd55af14d1577313a5243f423463 `Manuel Rego Casasnovas`<mailto:rego@igalia.com> Test checks that caret-color can be set on a contenteditable visited link
caret-color-016 caret-color visited link computed value interact,may,script http://www.w3.org/TR/css3-ui/#caret-color,https://www.w3.org/TR/css3-color/#color0,https://www.w3.org/TR/selectors4/#link a89ebaea95d3d68d8acffc3fc460c04613afb3c3 `Manuel Rego Casasnovas`<mailto:rego@igalia.com> Test checks that computed style of caret-color on visited links doesn't leak privacy information.
caret-color-017 caret-color transition interact http://www.w3.org/TR/css3-ui/#caret-color,https://www.w3.org/TR/css3-transitions/#transition 0a20d6a97f859a574df4cb016a26b2f8057836ad `Manuel Rego Casasnovas`<mailto:rego@igalia.com> Test checks that caret-color can be used in a transition
caret-color-018 caret-color test animation script http://www.w3.org/TR/css3-ui/#caret-color,https://www.w3.org/TR/web-animations-1/#dom-animatable-animate,https://www.w3.org/TR/css3-color/#color0 2b42067b6dbf7c555d46c69f305f3fd7bd42876f `Manuel Rego Casasnovas`<mailto:rego@igalia.com> Test checks that caret-color is animatable as a color, and that the computed values during the animation are the expected ones.
caret-color-019 caret-color auto test animation script http://www.w3.org/TR/css3-ui/#caret-color,https://www.w3.org/TR/web-animations-1/#dom-animatable-animate,https://www.w3.org/TR/css3-color/#color0 b86340842cc57114d5b72c22c58fe1946ca76faf `Manuel Rego Casasnovas`<mailto:rego@igalia.com> Test checks that 'auto' value for caret-color property is not interpolable.
caret-color-020 caret-color currentcolor test animation script http://www.w3.org/TR/css3-ui/#caret-color,https://www.w3.org/TR/web-animations-1/#dom-animatable-animate,https://www.w3.org/TR/css3-color/#color0 4596471e11cc02f86d509470a0b1024b5bcd8883 `Manuel Rego Casasnovas`<mailto:rego@igalia.com> Test checks that 'currentcolor' value for caret-color property is interpolable.
caret-color-021 Default caret-color test animation script http://www.w3.org/TR/css3-ui/#caret-color,https://www.w3.org/TR/css3-animations/#animation-shorthand-property,https://www.w3.org/TR/css3-color/#color0 ce7d2127a0f927e25179a3262b09532fd758c337 `Manuel Rego Casasnovas`<mailto:rego@igalia.com> Test checks that the default value for caret-color property, which is 'auto', is not interpolable.
cursor-001 cursor: none interact http://www.w3.org/TR/css3-ui/#cursor 8e6fd50371934329780af13d2f8bda9e8966af19 `Florian Rivoal`<mailto:florian@rivoal.net> The 'none' cursor value is supported
cursor-002 cursor: context-menu interact http://www.w3.org/TR/css3-ui/#cursor e876bb7201f1669cafcd4183dcad6a50afe61917 `Florian Rivoal`<mailto:florian@rivoal.net> The 'context-menu' cursor value is supported
cursor-003 cursor: cell interact http://www.w3.org/TR/css3-ui/#cursor d527f68f8ba6b3d3e3b89897cff96c55fa01aae1 `Florian Rivoal`<mailto:florian@rivoal.net> The 'cell' cursor value is supported
cursor-004 cursor: vertical-text interact http://www.w3.org/TR/css3-ui/#cursor 6ec1fd6ac82ebcd1a041f0c1e13016e099247a0b `Florian Rivoal`<mailto:florian@rivoal.net> The 'vertical-text' cursor value is supported
cursor-005 cursor: alias interact http://www.w3.org/TR/css3-ui/#cursor 78091cd5158a486dfcb5e48ed0102a9f6daf6970 `Florian Rivoal`<mailto:florian@rivoal.net> The 'alias' cursor value is supported
cursor-006 cursor: copy interact http://www.w3.org/TR/css3-ui/#cursor 919c542c6392d0c50d83b0da564739fb921dc31f `Florian Rivoal`<mailto:florian@rivoal.net> The 'copy' cursor value is supported
cursor-007 cursor: no-drop interact http://www.w3.org/TR/css3-ui/#cursor 1d8ed23f3e48cded219f36caf98eddd03c6b5569 `Florian Rivoal`<mailto:florian@rivoal.net> The 'no-drop' cursor value is supported
cursor-008 cursor: not-allowed interact http://www.w3.org/TR/css3-ui/#cursor 98ed842b0aff6f1903d662d33bae9f76575b9914 `Florian Rivoal`<mailto:florian@rivoal.net> The 'not-allowed' cursor value is supported
cursor-009 cursor: grab interact http://www.w3.org/TR/css3-ui/#cursor f038532615f4dc601353f04bc60edc563465bee0 `Florian Rivoal`<mailto:florian@rivoal.net> The 'grab' cursor value is supported
cursor-010 cursor: grabbing interact http://www.w3.org/TR/css3-ui/#cursor e87223df64c1f0110a2284e2da4be85d5d8f2a74 `Florian Rivoal`<mailto:florian@rivoal.net> The 'grabbing' cursor value is supported
cursor-011 cursor: ew-resize interact http://www.w3.org/TR/css3-ui/#cursor fde320a89383f40fffcae3d135ecc4f051ce7384 `Florian Rivoal`<mailto:florian@rivoal.net> The 'ew-resize' cursor value is supported
cursor-012 cursor: ns-resize interact http://www.w3.org/TR/css3-ui/#cursor 6ad21a5e9f710881c3b093044923a5eea645e1f2 `Florian Rivoal`<mailto:florian@rivoal.net> The 'ns-resize' cursor value is supported
cursor-013 cursor: nesw-resize interact http://www.w3.org/TR/css3-ui/#cursor 893c2ec7a381048ca33be7f158d1e6915ea27494 `Florian Rivoal`<mailto:florian@rivoal.net> The 'nesw-resize' cursor value is supported
cursor-014 cursor: nwse-resize interact http://www.w3.org/TR/css3-ui/#cursor 5fb7ece46cd25118d38c72c51ae581221cab2c83 `Florian Rivoal`<mailto:florian@rivoal.net> The 'nwse-resize' cursor value is supported
cursor-015 cursor: col-resize interact http://www.w3.org/TR/css3-ui/#cursor e065436005be6cef084aa3599d95791a17c9aee8 `Florian Rivoal`<mailto:florian@rivoal.net> The 'col-resize' cursor value is supported
cursor-016 cursor: row-resize interact http://www.w3.org/TR/css3-ui/#cursor 499fd320568d81e599e4c9e3c231f5d000c9b81a `Florian Rivoal`<mailto:florian@rivoal.net> The 'row-resize' cursor value is supported
cursor-017 cursor: all-scroll interact http://www.w3.org/TR/css3-ui/#cursor dffa9a070a9331d342b3bb6e92f63594170a8a5c `Florian Rivoal`<mailto:florian@rivoal.net> The 'all-scroll' cursor value is supported
cursor-018 cursor: zoom-in interact http://www.w3.org/TR/css3-ui/#cursor 35b4f3eb4033ac1f1e5dfdcc4baa82fd243721e8 `Florian Rivoal`<mailto:florian@rivoal.net> The 'zoom-in' cursor value is supported
cursor-019 cursor: zoom-out interact http://www.w3.org/TR/css3-ui/#cursor c3484bb5ff6d96fedaa0e6db882399861d45a410 `Florian Rivoal`<mailto:florian@rivoal.net> The 'zoom-out' cursor value is supported
cursor-020 cursor: pointer interact http://www.w3.org/TR/css3-ui/#cursor 5f75f6db2bcb599d1f9f9757864e30a088758913 `Florian Rivoal`<mailto:florian@rivoal.net> The 'pointer' cursor value is supported
cursor-auto-001 cursor:auto on text interact http://www.w3.org/TR/css3-ui/#cursor dd2f1761f874e12499d59e860b74f79fc5291752 `Florian Rivoal`<mailto:florian@rivoal.net> The 'auto' cursor value does the same as 'text' over text.
cursor-auto-002 cursor:auto on links interact http://www.w3.org/TR/css3-ui/#cursor 1d3a4aa8357ee37712d42d95e08b98236e2fa86c `Florian Rivoal`<mailto:florian@rivoal.net> The 'auto' cursor value does the same as 'text' over text. Links are not special.
cursor-auto-003 cursor:auto on non-textual links interact http://www.w3.org/TR/css3-ui/#cursor 871322502c44aa54c76619ffadc4a7994460c5b6 `Florian Rivoal`<mailto:florian@rivoal.net> The 'auto' cursor value does the same as 'default' over non textual content. Links are not special.
cursor-auto-004 cursor:auto on empty space interact http://www.w3.org/TR/css3-ui/#cursor bb82c71c8eaad5f5aa19409533a9b93a3cc8c606 `Florian Rivoal`<mailto:florian@rivoal.net> The 'auto' cursor value does the same as 'text' over text.
cursor-auto-005 cursor:auto on form elements interact,may http://www.w3.org/TR/css3-ui/#cursor a9a6f7976cc2a82d3dec750f4c4ded2ec0791524 `Florian Rivoal`<mailto:florian@rivoal.net> The 'auto' cursor value does the same as 'default' over everything other than text, such as form elements.
cursor-border-area cursor on the border area interact http://www.w3.org/TR/css3-ui/#cursor 223b453b1d023b92c7f1c1d4fce1425ddbe18bf5 `Florian Rivoal`<mailto:florian@rivoal.net> The cursor property is applied over the border area.
cursor-box-004 cursor on the margin-box interact http://www.w3.org/TR/css3-ui/#cursor 422348cc4e16e058d0a98bb3b0db5dfc6a6371cd `Florian Rivoal`<mailto:florian@rivoal.net> The cursor property is not applied over the margin box.
cursor-box-005 cursor on transparent borders interact http://www.w3.org/TR/css3-ui/#cursor 6487f523917bb72338b22aa023e97150ad8f3ea2 `Florian Rivoal`<mailto:florian@rivoal.net> The cursor property is applied over the border box, even if the border is transparent.
cursor-box-006 cursor on border images extending out of the border-box interact http://www.w3.org/TR/css3-ui/#cursor 4b549afb1e863e33c805baa7b2d2138a57ee3cac `Florian Rivoal`<mailto:florian@rivoal.net> The cursor property is not applied outside of the border box, even if border images do extend further out.
cursor-box-007 cursor on the margin-box interact http://www.w3.org/TR/css3-ui/#cursor 0f019dd25fd8b023c11a1971a212d2ad1c92e2e2 `Florian Rivoal`<mailto:florian@rivoal.net> The cursor property is only applied within the border-edge, which follows border-radius.
cursor-content-area cursor on the content area interact http://www.w3.org/TR/css3-ui/#cursor 7fbb8042b213d5811035b85cc5c06fb28a2870ee `Florian Rivoal`<mailto:florian@rivoal.net> The cursor property is applied over the content area, as it is strictly inside the border edge.
cursor-hover-001 cursor and :hover interact http://www.w3.org/TR/css3-ui/#cursor 30ee8ea9e00a74f14ce7af2b5d4b0626097671ff `Florian Rivoal`<mailto:florian@rivoal.net> Checks that the correct cursor is used when :hover appears at the rightmost part of the selector.
cursor-hover-002 cursor and :hover on ancestor interact http://www.w3.org/TR/css3-ui/#cursor e887323e0ac08ad794b872fbaceb2cf47ae094d3 `Florian Rivoal`<mailto:florian@rivoal.net> Checks that the correct cursor is used when :hover appears in the selector other than at the rightmost part.
cursor-hover-003 cursor, :hover and inheritance interact http://www.w3.org/TR/css3-ui/#cursor f6bd64465bba782becde837855c929fb7d9f0863 `Florian Rivoal`<mailto:florian@rivoal.net> Checks that a cursor set on an ancestor with the :hover pseudo class is properly inherited to the hovered child.
cursor-image-001 Cursor property, url value image,interact http://www.w3.org/TR/css3-ui/#cursor 63886c57a6505e20fe00c316cc094c3e7d0f46a5 `Chris Lilley`<mailto:chris@w3.org> Test checks that a PNG image supported as a custom cursor.
cursor-image-002 Cursor property, url value image,interact http://www.w3.org/TR/css3-ui/#cursor 998603c2339bbf40dff7bb7df8478a2e1194239b `Chris Lilley`<mailto:chris@w3.org> Test checks that a PNG image supported as a custom cursor, loaded cross-domain with absolute url.
cursor-image-003 Cursor property, url value image,interact,may http://www.w3.org/TR/css3-ui/#cursor 60f2203e6f60bf1409c573e7eeadaa2fde646d6a `Chris Lilley`<mailto:chris@w3.org> Test checks that an ICO image is supported as a custom cursor.
cursor-image-004 Cursor property, url value image,interact,may http://www.w3.org/TR/css3-ui/#cursor 9c8323adcaa1c536f7c3f6cacea4122192b87803 `Chris Lilley`<mailto:chris@w3.org> Test checks that an ICO image, with its own hotspot, is supported as a custom cursor.
cursor-image-005 Cursor property, url value interact,svg http://www.w3.org/TR/css3-ui/#cursor 5e00b6dcb6ac64c9cbca63e97d1103fc89b9c134 `Chris Lilley`<mailto:chris@w3.org> Test checks that a fixed size SVG image is supported as a custom cursor.
cursor-image-005-nfs Cursor property, url value interact,svg http://www.w3.org/TR/css3-ui/#cursor,http://www.w3.org/TR/css3-images/#default-object-size abc2307fce0a682a60d7d3f0a43ce78b231db6ba `Chris Lilley`<mailto:chris@w3.org> Test checks that an SVG image with no fixed size is supported as a custom cursor at the default object size for cursor images.
cursor-image-006 Cursor property, url value animated,image,interact http://www.w3.org/TR/css3-ui/#cursor d936ff3d637ec9bb29f8ef4bba2d248357c27169 `Chris Lilley`<mailto:chris@w3.org> Test checks that an ANI image, with it's own hotspot, is supported as a custom cursor.
cursor-image-007 Cursor property, url value image,interact,svg http://www.w3.org/TR/css3-ui/#cursor 8388ec1c89199a2209eb0f7a1baf63f1d30507b8 `Chris Lilley`<mailto:chris@w3.org> Test checks that a compressed, fixed size SVG image is supported as a custom cursor.
cursor-image-008 Cursor property, url value fallback image,interact http://www.w3.org/TR/css3-ui/#cursor 830256421163026b0e600d96abf10b7ac65005dc `Chris Lilley`<mailto:chris@w3.org> Test checks that non-existent images cause the fallback to be used.
cursor-image-009 Cursor property, url value, no fallback image,interact,invalid http://www.w3.org/TR/css3-ui/#cursor 1452ce9f18329f4905bc9aa2f171907cbdd683a3 `Chris Lilley`<mailto:chris@w3.org> Test checks that a fallback cursor is required.
cursor-image-010 Cursor property, url value image,interact http://www.w3.org/TR/css3-ui/#cursor ea104898f9bb4d5bfe9466c22b26d9ed9efc37dc `Chris Lilley`<mailto:chris@w3.org> Test checks that a GIF image is supported as a custom cursor.
cursor-image-011 Cursor property, url value image,interact http://www.w3.org/TR/css3-ui/#cursor 30eb847da456bd138fb375d3b08409111d1e9d6b `Chris Lilley`<mailto:chris@w3.org> Test checks that a GIF image with transparency is supported as a custom cursor.
cursor-image-012 Cursor property, url value image,interact http://www.w3.org/TR/css3-ui/#cursor 3ab32e8ffb9dce64f84391f9cd6ea07f3a59657f `Chris Lilley`<mailto:chris@w3.org> Test checks that a JPEG/JFIF image is supported as a custom cursor.
cursor-image-png-001 Cursor property, PNG image,interact http://www.w3.org/TR/css3-ui/#cursor 7c0fd9b30213317a1d6aef57e955b2ac7a2c98cc `Chris Lilley`<mailto:chris@w3.org> Test checks that a monochrome (type 0) PNG image, 1 bit/pixel, is supported as a CSS custom cursor.
cursor-image-png-002 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 9ec1069889b40fb8c354a9376588c1f3d8dde642 `Chris Lilley`<mailto:chris@w3.org> Test checks that a black and white PNG image cursor is supported.
cursor-image-png-003 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 2cb6f7ca2931062de9b0c829ccebd4f37a5d0e65 `Chris Lilley`<mailto:chris@w3.org> Test checks that a black and white PNG image cursor is supported.
cursor-image-png-004 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor ccf4208b9b7a68969dce0849321c41fff63798df `Chris Lilley`<mailto:chris@w3.org> Test checks that a black and white PNG image cursor is supported.
cursor-image-png-005 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 1bfb08275fe28e4c992dd14bf4bd367da8f5568f `Chris Lilley`<mailto:chris@w3.org> Test checks that a black and white PNG image cursor is supported.
cursor-image-png-006 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 88a0087e0ca2df3b242a86e7212df07346f5ae37 `Chris Lilley`<mailto:chris@w3.org> Test checks that an RGB PNG image cursor is supported.
cursor-image-png-007 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 2931a17735d8475ff7b9661f65989484e2d17d95 `Chris Lilley`<mailto:chris@w3.org> Test checks that an RGB PNG image cursor is supported.
cursor-image-png-008 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 4b1fc509b5fe69cbce686e04c73d49158e602370 `Chris Lilley`<mailto:chris@w3.org> Test checks that an indexed PNG image cursor is supported.
cursor-image-png-009 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 0f396005adeb63d85123e6201ca7f6148ac79f53 `Chris Lilley`<mailto:chris@w3.org> Test checks that an indexed PNG image cursor is supported.
cursor-image-png-010 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor f76825d1ddb5c56cf97f69f67dec4207ce1a1173 `Chris Lilley`<mailto:chris@w3.org> Test checks that an indexed PNG image cursor is supported.
cursor-image-png-011 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 45bae489987030214810744aee63ca20a2916932 `Chris Lilley`<mailto:chris@w3.org> Test checks that an indexed PNG image cursor is supported.
cursor-image-png-012 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor ac1af4d96bb42f5b0b8cfa6d898e88f8d6507beb `Chris Lilley`<mailto:chris@w3.org> Test checks that a greyscale with alpha PNG image cursor is supported.
cursor-image-png-013 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 07a9613cb870d8cb4d1f83a8fbca579401903b0e `Chris Lilley`<mailto:chris@w3.org> Test checks that a greyscale with alpha PNG image cursor is supported.
cursor-image-png-014 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 6690c7056cc402902ecc4e387cb09140b2a95363 `Chris Lilley`<mailto:chris@w3.org> Test checks that an RGB with alpha PNG image cursor is supported.
cursor-image-png-015 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 5ad1cb853e930be26b66ebb19abebdc94f9c3709 `Chris Lilley`<mailto:chris@w3.org> Test checks that an RGB with alpha PNG image cursor is supported.
cursor-image-png-016 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 145cf1f694353791201552448788701c27afca48 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced black and white PNG image cursor is supported.
cursor-image-png-017 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 6433f242091e65f1ee2a35f8f2f6d840a3cadc1e `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced black and white PNG image cursor is supported.
cursor-image-png-018 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 092132487410047323e0461343a314cf9b9b07ee `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced black and white PNG image cursor is supported.
cursor-image-png-019 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor eedaa2e9ec5539859f48c5dbe6eb77e030cf584e `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced black and white PNG image cursor is supported.
cursor-image-png-020 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 3e4dc7b7ee141785d538ed26befd08cb599b5c64 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced black and white PNG image cursor is supported.
cursor-image-png-021 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 5b6e786f74dfe12ad16e750d2d467b7f2aec22b8 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced RGB PNG image cursor is supported.
cursor-image-png-022 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 497b26466060b512e6061f404281448c8bf87ff3 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced RGB PNG image cursor is supported.
cursor-image-png-023 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 9ffef176fc047df16a85cdb5648eac8fd8834e12 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced, indexed PNG image cursor is supported.
cursor-image-png-024 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor b107a7b63407357e0e1a492a93a1fd515d31a153 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced, indexed PNG image cursor is supported.
cursor-image-png-025 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor faeaf1539ff1dd436ee4880641c6ce953256f17b `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced, indexed PNG image cursor is supported.
cursor-image-png-026 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 15f092f8c9ca44166be6541b1b7a6f32d1e9c820 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced, indexed PNG image cursor is supported.
cursor-image-png-027 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor f2d6ed61c48570831095b0aeb8593fdd176cc202 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced greyscale with alpha PNG image cursor is supported.
cursor-image-png-028 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor c43bbe028f68b92058f2526004d2d9f86d1e955e `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced greyscale with alpha PNG image cursor is supported.
cursor-image-png-029 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 9ac93d95f7dc35c006d1d4db65cbfd9353769dc8 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced RGB with alpha PNG image cursor is supported.
cursor-image-png-030 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor c1d330b9faf50f5b75669a96ed5bcb97b7ff03df `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced RGB with alpha PNG image cursor is supported.
cursor-image-png-031 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 67524db49c32c80f0f1b68f17bf915e6b7e3a5c1 `Chris Lilley`<mailto:chris@w3.org> Test checks that a greyscale PNG image cursor with transparency is supported.
cursor-image-png-032 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor f1c14b782b91849eea2b05483321b4e943e42a52 `Chris Lilley`<mailto:chris@w3.org> Test checks that a greyscale PNG image cursor with transparency is supported.
cursor-image-png-033 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 330c7d8b23c1a6ba3e2536ec2221083d79c8f38c `Chris Lilley`<mailto:chris@w3.org> Test checks that an RGB PNG image cursor with transparency is supported.
cursor-image-png-034 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 330c7d8b23c1a6ba3e2536ec2221083d79c8f38c `Chris Lilley`<mailto:chris@w3.org> Test checks that an RGB PNG image cursor with transparency is supported.
cursor-image-png-035 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor b976859b449866f3ef400ac2d1c0423020a97e98 `Chris Lilley`<mailto:chris@w3.org> Test checks that an RGB PNG image cursor with transparency is supported.
cursor-image-png-036 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor ba9e673d5fda6cc43c375d5faf06446c9b3fd351 `Chris Lilley`<mailto:chris@w3.org> Test checks that an indexed PNG image cursor with transparency is supported.
cursor-image-png-037 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 559b013a24383d97cb06d8741999be9ce8b2dd81 `Chris Lilley`<mailto:chris@w3.org> Test checks that an indexed PNG image cursor with transparency is supported.
cursor-image-png-038 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor d4c4b7c7daef8cad436ffa61e23c5311d63c1c08 `Chris Lilley`<mailto:chris@w3.org> Test checks that gamma correction on PNG image cursor is correct.
cursor-image-png-039 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 70d588dfbc38c5b485e5fbdc16b6e41f8ae96c87 `Chris Lilley`<mailto:chris@w3.org> Test checks that gamma correction on PNG image cursor is correct.
cursor-image-png-040 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor e8ec25c42ef00b99f6deeb56bc684b3eb26b481f `Chris Lilley`<mailto:chris@w3.org> Test checks that gamma correction on PNG image cursor is correct.
cursor-image-png-041 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 5ff812bb9b365947fff8ea431a4f2db02d052deb `Chris Lilley`<mailto:chris@w3.org> Test checks invalid PNG image cursor skipped, fallback used.
cursor-image-png-042 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor a26d6af6155d1a1141b7dcad45f8378f08e7bd0a `Chris Lilley`<mailto:chris@w3.org> Test checks invalid PNG image cursor skipped, fallback used.
cursor-image-png-043 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 3b2dec994f1f43adf7ffe49e8461acaa594121a2 `Chris Lilley`<mailto:chris@w3.org> Test checks invalid PNG image cursor skipped, fallback used.
cursor-outline-area cursor on outline interact http://www.w3.org/TR/css3-ui/#cursor 7f4bdf22afe55ef6e99679974bb9360acfdc1a88 `Florian Rivoal`<mailto:florian@rivoal.net> The cursor property is not applied over outline.
cursor-padding-area cursor on the padding area interact http://www.w3.org/TR/css3-ui/#cursor 37f3361da4d20f952bacb482e7f94e61342131bb `Florian Rivoal`<mailto:florian@rivoal.net> The cursor property is applied over the padding area, as it is strictly inside the border edge.
cursor-text-001 cursor:text with vertical text interact,may http://www.w3.org/TR/css3-ui/#cursor,http://www.w3.org/TR/css-writing-modes-3/#writing-mode dee58120795f8e6c67d69d68b6e7ac2a32c4637d `Florian Rivoal`<mailto:florian@rivoal.net> User agents may automatically display a horizontal I-beam/cursor (e.g. same as the vertical-text keyword) for vertical text.
cursor-text-002 cursor:text with rotated text interact,may http://www.w3.org/TR/css3-ui/#cursor,http://www.w3.org/TR/css3-transforms/#two-d-transform-functions 31a92d9964103f0f883953de6af90918cf5b788f `Florian Rivoal`<mailto:florian@rivoal.net> User agents may automatically display any angle of I-beam/cursor for text that is rendered at any particular angle
nav-dir-001 Directional Focus Navigation - property inheritance interact http://www.w3.org/TR/css3-ui/#nav-dir 53627af1825c864f63a4dfce3fd1bc54c2d706ff `Jorrit Vermeiren`<mailto:jorritv@opera.com> Test checks that the 'nav-left' property value is not inherited.
nav-dir-002 Directional Focus Navigation - 'inherit' property value interact http://www.w3.org/TR/css3-ui/#nav-dir df42b83ea088dc45e092addfa1351e0ca935e2d4 `Jorrit Vermeiren`<mailto:jorritv@opera.com> Test checks that the 'inherit' value is respected.
nav-dir-003 Directional Focus Navigation - input elements interact http://www.w3.org/TR/css3-ui/#nav-dir b5f51eda8ed971e794e4f50633ea18e014e539e6 `Jorrit Vermeiren`<mailto:jorritv@opera.com> Test checks that directional focus navigation properties work on input elements.
nav-dir-004 Directional Focus Navigation - floating elements interact http://www.w3.org/TR/css3-ui/#nav-dir ff374aa043d586c90cb2f582b5c21f529f17f4d8 `Jorrit Vermeiren`<mailto:jorritv@opera.com> Test checks that directional focus navigation properties work on floating elements.
nav-dir-005 Directional Focus Navigation - currently focused element interact http://www.w3.org/TR/css3-ui/#nav-dir f0cc038b2b170db6e6faed56e76c62773fc939a3 `Jorrit Vermeiren`<mailto:jorritv@opera.com> Test checks that focus doesn't change when navigating to the currently focused element.
nav-dir-missing-1 Directional Focus Navigation - unkown element id interact http://www.w3.org/TR/css3-ui/#nav-dir 23e4724d74954bc0ccfc48eadd29c6ceba856165 `Florian Rivoal`<mailto:florian@rivoal.net> Test checks that an unknow element id used as the value of the 'nav-right' property value does not hinder normal spacial navigation.
nav-dir-missing-2 Directional Focus Navigation - unkown element id interact http://www.w3.org/TR/css3-ui/#nav-dir aeafaf1a2c45fe6fab26ccd0d14d8f1996bd874b `Florian Rivoal`<mailto:florian@rivoal.net> Test checks that an unknow element id used as the value of the 'nav-left' property value does not hinder normal spacial navigation.
nav-dir-missing-3 Directional Focus Navigation - unkown element id interact http://www.w3.org/TR/css3-ui/#nav-dir 7a7606e9c69252a3d65dcc86c8ad177351b44c07 `Florian Rivoal`<mailto:florian@rivoal.net> Test checks that an unknow element id used as the value of the 'nav-down' property value does not hinder normal spacial navigation.
nav-dir-missing-4 Directional Focus Navigation - unkown element id interact http://www.w3.org/TR/css3-ui/#nav-dir 8f490504f42544788898e31a620c613627ffafb5 `Florian Rivoal`<mailto:florian@rivoal.net> Test checks that an unknow element id used as the value of the 'nav-up' property value does not hinder normal spacial navigation.
nav-dir-target-001 Directional Focus Navigation - 'current' target frame interact http://www.w3.org/TR/css3-ui/#nav-dir 93cfe1cda155ea8d4ba50ee2b2accf01e19164cb `Jorrit Vermeiren`<mailto:jorritv@opera.com> Test checks that the 'current' frame value is respected.
nav-dir-target-002 Directional Focus Navigation - 'root' target frame interact http://www.w3.org/TR/css3-ui/#nav-dir 6f1c8ff0bfeadf4d48a043568c673a90ee382a25 `Jorrit Vermeiren`<mailto:jorritv@opera.com> Test checks that the 'root' frame value is respected.
nav-dir-target-003 Directional Focus Navigation - named target frame interact http://www.w3.org/TR/css3-ui/#nav-dir 14aa923cccd163d6c5e9e29f39656df8d276303f `Jorrit Vermeiren`<mailto:jorritv@opera.com> Test checks that a named target frame value is respected.
nav-dir-target-004 Directional Focus Navigation - non-existing target frame interact http://www.w3.org/TR/css3-ui/#nav-dir f7ca330d3b4955297ffca4ad18f8df6fce0f744b `Jorrit Vermeiren`<mailto:jorritv@opera.com> Test checks that a non-existing target frame value is treated as 'current'.
nav-dir-target-005 Directional Focus Navigation - sibling target frame interact http://www.w3.org/TR/css3-ui/#nav-dir 0df966d33c18f755e9ef7d6409651891bb910a05 `Jorrit Vermeiren`<mailto:jorritv@opera.com> Test checks that a named frame value also works for sibling frames.
nav-dir-target-006 Directional Focus Navigation - missing target element interact http://www.w3.org/TR/css3-ui/#nav-dir c48622f5f6dcb5d2043df03d6d1982b11a49745e `Jorrit Vermeiren`<mailto:jorritv@opera.com> Test checks that focus does not change to a different frame if the identifier is missing from the target frame.
nav-down-000 Directional Focus Navigation - property inheritance for 'nav-down' interact http://www.w3.org/TR/css3-ui/#nav-dir efb5973f8c117eccab25b4fec3652501c8f47b5f `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that the 'nav-down' property value is not inherited for 'nav-left'.
nav-down-001 Directional Focus Navigation (nav-down) - <id> interact http://www.w3.org/TR/css3-ui/#nav-dir db6f684fdbb69ef509212fd9aa200ebc67c123b4 `Jorrit Vermeiren`<mailto:jorritv@opera.com> Test checks that downward navigation input respects the 'nav-down' property.
nav-down-002 Directional Focus Navigation - 'auto' value for 'nav-down' interact http://www.w3.org/TR/css3-ui/#nav-dir 10ee83bfd73d6c50ea4e9f8939c0daa1c6b5c527 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that the 'auto' value is implemented for 'nav-down'.
nav-down-003 Directional Focus Navigation - ID value for 'nav-down' interact http://www.w3.org/TR/css3-ui/#nav-dir b3c7fde31f33f19ec027c140a01b545cb4588d5a `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that the ID value is implemented for 'nav-down'.
nav-down-004 Directional Focus Navigation - input elements for 'nav-down' interact http://www.w3.org/TR/css3-ui/#nav-dir 2cea50d3e94c8e22669122469edeeb81914169c6 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that 'nav-down' works for input elements.
nav-down-005 Directional Focus Navigation - elements floating in the writing direction for 'nav-down' interact http://www.w3.org/TR/css3-ui/#nav-dir 1e72d1878fb97c520895aa936cff2c5790b98044 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that 'nav-down' works for elements floating to the left.
nav-down-006 Directional Focus Navigation - elements floating in opposite to the writing direction for 'nav-down' interact http://www.w3.org/TR/css3-ui/#nav-dir 4c73a89f5a7b23fe72f3ccdfd904ce3614c4aeb7 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that 'nav-down' works for elements floating to the right.
nav-down-007 Directional Focus Navigation - non existing ID for 'nav-down' interact http://www.w3.org/TR/css3-ui/#nav-dir 55f6a898664e95772e7dca4e22aa8ebe3bd6374c `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that the 'nav-down' is ignored if the ID does not exist.
nav-down-008 Directional Focus Navigation - currently focused element for 'nav-down' interact http://www.w3.org/TR/css3-ui/#nav-dir 534a01aad52d9fd810c9920d10121ec8c726f140 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that focus doesn't change when navigating to the currently focused element for 'nav-down'.
nav-down-009 Directional Focus Navigation - 'current' target frame for 'nav-down' interact http://www.w3.org/TR/css3-ui/#nav-dir 7ed44f6f55a12bcc1e21e7c3a33020de6e490cae `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that the 'current' frame value is respected for 'nav-down'.
nav-down-010 Directional Focus Navigation - 'root' target frame for 'nav-down' interact http://www.w3.org/TR/css3-ui/#nav-dir 74523135a3141aae63a4da6235d81a99d736048e `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that the 'root' frame value is respected for 'nav-down'.
nav-down-011 Directional Focus Navigation - named target frame for 'nav-down' interact http://www.w3.org/TR/css3-ui/#nav-dir 23323e8de87aed1c7e4134b5e8c547bfaafc320b `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that a named target frame value is respected for 'nav-down'.
nav-down-012 Directional Focus Navigation - non-existing target frame for 'nav-down' interact http://www.w3.org/TR/css3-ui/#nav-dir a078de97fc6d45b2ac1971fcca41a7c85ac58b2b `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that a non-existing target frame value is treated as 'current' for 'nav-down'.
nav-down-013 Directional Focus Navigation - sibling target frame for 'nav-down' interact http://www.w3.org/TR/css3-ui/#nav-dir 4363166b7f17b00d22ecdc5e0a87555b4c650ae8 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that a named frame value also works for sibling frames for 'nav-down'.
nav-down-014 Directional Focus Navigation - missing target element for 'nav-down' interact http://www.w3.org/TR/css3-ui/#nav-dir 6e93be4ac07a926a21e70ba71ac4bcad00ae62b6 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that focus does not change to a different frame if the identifier is missing from the target frame for 'nav-down'.
nav-down-015 Directional Focus Navigation - 'inherit' value for 'nav-down' interact http://www.w3.org/TR/css3-ui/#nav-dir cbbef26bfc60d36c1124604f1755cd9c1e1e61a5 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that the 'inherit' value is implemented for 'nav-down'.
nav-down-016 Directional Focus Navigation - disabled elements are not navigated for 'nav-down' interact http://www.w3.org/TR/css3-ui/#nav-dir 50ac66e1a2bcb7668b7301646cae4aee2a5902c8 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that disabled elements are not navigated for 'nav-down'.
nav-left-000 Directional Focus Navigation - property inheritance for 'nav-left' interact http://www.w3.org/TR/css3-ui/#nav-dir 3740459bb1fbba471a9fccc702cf7c5a0b4e4a70 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that the 'nav-left' property value is not inherited for 'nav-left'.
nav-left-001 Directional Focus Navigation (nav-left) - <id> interact http://www.w3.org/TR/css3-ui/#nav-dir aba511f4d39497374d3ac6d9e7065b3c0066ddb8 `Jorrit Vermeiren`<mailto:jorritv@opera.com> Test checks that leftward navigation input respects the 'nav-left' property.
nav-left-002 Directional Focus Navigation - 'auto' value for 'nav-left' interact http://www.w3.org/TR/css3-ui/#nav-dir 312c212c2ebd7451c53ea40ae1cce9bd0bc71df2 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that the 'auto' value is implemented for 'nav-left'.
nav-left-003 Directional Focus Navigation - ID value for 'nav-left' interact http://www.w3.org/TR/css3-ui/#nav-dir 5def6359f9f01cd9083be904d8fdbc5cddd20c43 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that the ID value is implemented for 'nav-left'.
nav-left-004 Directional Focus Navigation - input elements for 'nav-left' interact http://www.w3.org/TR/css3-ui/#nav-dir 54ec2d433bd0a7e6a38a423a0d5add8b36f36ec0 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that 'nav-left' works for input elements.
nav-left-005 Directional Focus Navigation - elements floating in the writing direction for 'nav-left' interact http://www.w3.org/TR/css3-ui/#nav-dir 81355e143aca3718acb50feba6b7edc381d94322 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that 'nav-left' works for elements floating to the left.
nav-left-006 Directional Focus Navigation - elements floating in opposite to the writing direction for 'nav-left' interact http://www.w3.org/TR/css3-ui/#nav-dir fa471649ab325ab18fc2274247de982ac3891998 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that 'nav-left' works for elements floating to the right.
nav-left-007 Directional Focus Navigation - non existing ID for 'nav-left' interact http://www.w3.org/TR/css3-ui/#nav-dir ceec9ef8ba3829b39356560057cd32dcfdd91cd5 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that the 'nav-left' is ignored if the ID does not exist.
nav-left-008 Directional Focus Navigation - currently focused element for 'nav-left' interact http://www.w3.org/TR/css3-ui/#nav-dir 0d69bb3acc976b7bcd686fcb95710353d8f34bd6 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that focus doesn't change when navigating to the currently focused element for 'nav-left'.
nav-left-009 Directional Focus Navigation - 'current' target frame for 'nav-left' interact http://www.w3.org/TR/css3-ui/#nav-dir 1b09514624892ff4bf17aa3f664ca866295f99dd `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that the 'current' frame value is respected for 'nav-left'.
nav-left-010 Directional Focus Navigation - 'root' target frame for 'nav-left' interact http://www.w3.org/TR/css3-ui/#nav-dir 9d89bbebd5ef2b175ac1d10309fc4849b0b819bd `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that the 'root' frame value is respected for 'nav-left'.
nav-left-011 Directional Focus Navigation - named target frame for 'nav-left' interact http://www.w3.org/TR/css3-ui/#nav-dir 63fa92462d6c31b78dcb10e3acc698e6489cad16 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that a named target frame value is respected for 'nav-left'.
nav-left-012 Directional Focus Navigation - non-existing target frame for 'nav-left' interact http://www.w3.org/TR/css3-ui/#nav-dir a612bf3e216229b6eb59bdef3ac57f0fa90d3fca `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that a non-existing target frame value is treated as 'current' for 'nav-left'.
nav-left-013 Directional Focus Navigation - sibling target frame for 'nav-left' interact http://www.w3.org/TR/css3-ui/#nav-dir aef75b9466aa9b0058af70c276656623b1bdecb1 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that a named frame value also works for sibling frames for 'nav-left'.
nav-left-014 Directional Focus Navigation - missing target element for 'nav-left' interact http://www.w3.org/TR/css3-ui/#nav-dir 6ea2e1974935eccd840e0fa79673422705f8d1b4 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that focus does not change to a different frame if the identifier is missing from the target frame for 'nav-left'.
nav-left-015 Directional Focus Navigation - 'inherit' value for 'nav-left' interact http://www.w3.org/TR/css3-ui/#nav-dir cc4e55b5d897546f9c5ffdd963323fab6b92239a `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that the 'inherit' value is implemented for 'nav-left'.
nav-left-016 Directional Focus Navigation - disabled elements are not navigated for 'nav-left' interact http://www.w3.org/TR/css3-ui/#nav-dir 38fe3bf8be166903c572cfc9d487125d06fcdd03 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that disabled elements are not navigated for 'nav-left'.
nav-right-000 Directional Focus Navigation - property inheritance for 'nav-right' interact http://www.w3.org/TR/css3-ui/#nav-dir 3d6097a31b4ad3ab8bd0ba1a5572680ff42bd836 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that the 'nav-right' property value is not inherited for 'nav-left'.
nav-right-001 Directional Focus Navigation (nav-right) - <id> interact http://www.w3.org/TR/css3-ui/#nav-dir 393f9a5d4e702b6d3f6795544ecb0ffe7ec70c07 `Jorrit Vermeiren`<mailto:jorritv@opera.com> Test checks that rightward navigation input respects the 'nav-right' property.
nav-right-002 Directional Focus Navigation - 'auto' value for 'nav-right' interact http://www.w3.org/TR/css3-ui/#nav-dir 2ce827fffd6b34fb8b5f38929d60346b673f1624 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that the 'auto' value is implemented for 'nav-right'.
nav-right-003 Directional Focus Navigation - ID value for 'nav-right' interact http://www.w3.org/TR/css3-ui/#nav-dir 61c1056a5ea2c2fe8dc7026d1defc0ad13426cbe `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that the ID value is implemented for 'nav-right'.
nav-right-004 Directional Focus Navigation - input elements for 'nav-right' interact http://www.w3.org/TR/css3-ui/#nav-dir 039471b8401ec982fbeac16f0bb3720564479fe3 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that 'nav-right' works for input elements.
nav-right-005 Directional Focus Navigation - elements floating in the writing direction for 'nav-right' interact http://www.w3.org/TR/css3-ui/#nav-dir 85579284e089069ca5161b973915f514297d9680 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that 'nav-right' works for elements floating to the left.
nav-right-006 Directional Focus Navigation - elements floating in opposite to the writing direction for 'nav-right' interact http://www.w3.org/TR/css3-ui/#nav-dir bf551b7b3a9d84a93ed2edc4f6e190edd7cd3c8a `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that 'nav-right' works for elements floating to the right.
nav-right-007 Directional Focus Navigation - non existing ID for 'nav-right' interact http://www.w3.org/TR/css3-ui/#nav-dir 9f3001bf2e9d4fa199885454c1a936f835dd5d3d `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that the 'nav-right' is ignored if the ID does not exist.
nav-right-008 Directional Focus Navigation - currently focused element for 'nav-right' interact http://www.w3.org/TR/css3-ui/#nav-dir ce7c2f56d08b8a8078b95b9283fca950171e6800 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that focus doesn't change when navigating to the currently focused element for 'nav-right'.
nav-right-009 Directional Focus Navigation - 'current' target frame for 'nav-right' interact http://www.w3.org/TR/css3-ui/#nav-dir 735d9be30a2018f6b0bb939d7cca8610e1a0e6d8 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that the 'current' frame value is respected for 'nav-right'.
nav-right-010 Directional Focus Navigation - 'root' target frame for 'nav-right' interact http://www.w3.org/TR/css3-ui/#nav-dir 17855eabad8e4ebf63876d4e5dfd159a1b07d000 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that the 'root' frame value is respected for 'nav-right'.
nav-right-011 Directional Focus Navigation - named target frame for 'nav-right' interact http://www.w3.org/TR/css3-ui/#nav-dir 96abd1f9e6398ed3434b94527b901f07ae79a498 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that a named target frame value is respected for 'nav-right'.
nav-right-012 Directional Focus Navigation - non-existing target frame for 'nav-right' interact http://www.w3.org/TR/css3-ui/#nav-dir 7f38d9b4923859f53f9bb52546b02bee02b070f5 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that a non-existing target frame value is treated as 'current' for 'nav-right'.
nav-right-013 Directional Focus Navigation - sibling target frame for 'nav-right' interact http://www.w3.org/TR/css3-ui/#nav-dir 2cb8dd83a8fce010ef4e770f22c4f19c6cfd9f65 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that a named frame value also works for sibling frames for 'nav-right'.
nav-right-014 Directional Focus Navigation - missing target element for 'nav-right' interact http://www.w3.org/TR/css3-ui/#nav-dir 76baae78cbfc6057fdfbc4af924839e38236fe24 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that focus does not change to a different frame if the identifier is missing from the target frame for 'nav-right'.
nav-right-015 Directional Focus Navigation - 'inherit' value for 'nav-right' interact http://www.w3.org/TR/css3-ui/#nav-dir 4cc4bfec2397714277a094c65bcfdd9e1a879190 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that the 'inherit' value is implemented for 'nav-right'.
nav-right-016 Directional Focus Navigation - disabled elements are not navigated for 'nav-right' interact http://www.w3.org/TR/css3-ui/#nav-dir 82069b286f3194a1f443b799ef1a98313f423947 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that disabled elements are not navigated for 'nav-right'.
nav-up-000 Directional Focus Navigation - property inheritance for 'nav-up' interact http://www.w3.org/TR/css3-ui/#nav-dir f116330faf1ce4277504df85e8615a38d812fdb4 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that the 'nav-up' property value is not inherited for 'nav-left'.
nav-up-001 Directional Focus Navigation (nav-up) - <id> interact http://www.w3.org/TR/css3-ui/#nav-dir c417ed84bf20e76a0a0870531c9285df0470dc3d `Jorrit Vermeiren`<mailto:jorritv@opera.com> Test checks that upward navigation input respects the 'nav-up' property.
nav-up-002 Directional Focus Navigation - 'auto' value for 'nav-up' interact http://www.w3.org/TR/css3-ui/#nav-dir 1862193d682f8bb7e2fd3e7cb2357ab02c7eee39 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that the 'auto' value is implemented for 'nav-up'.
nav-up-003 Directional Focus Navigation - ID value for 'nav-up' interact http://www.w3.org/TR/css3-ui/#nav-dir d6cab19b9ab89e53d77113a3c68c1b482a7f89eb `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that the ID value is implemented for 'nav-up'.
nav-up-004 Directional Focus Navigation - input elements for 'nav-up' interact http://www.w3.org/TR/css3-ui/#nav-dir 55bc517d310f659992cc965ff2ee3fcc2dc90998 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that 'nav-up' works for input elements.
nav-up-005 Directional Focus Navigation - elements floating in the writing direction for 'nav-up' interact http://www.w3.org/TR/css3-ui/#nav-dir f2e5d567d80810708aee7bc752d05c79c39173d2 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that 'nav-up' works for elements floating to the left.
nav-up-006 Directional Focus Navigation - elements floating in opposite to the writing direction for 'nav-up' interact http://www.w3.org/TR/css3-ui/#nav-dir 2829464c3c789de7becc51acd4671484049f7998 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that 'nav-up' works for elements floating to the right.
nav-up-007 Directional Focus Navigation - non existing ID for 'nav-up' interact http://www.w3.org/TR/css3-ui/#nav-dir 44a11b56eedd13d978e2882c233756caf91904ef `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that the 'nav-up' is ignored if the ID does not exist.
nav-up-008 Directional Focus Navigation - currently focused element for 'nav-up' interact http://www.w3.org/TR/css3-ui/#nav-dir 06f0c76878a908f0c47c7765e236d3b72ea08952 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that focus doesn't change when navigating to the currently focused element for 'nav-up'.
nav-up-009 Directional Focus Navigation - 'current' target frame for 'nav-up' interact http://www.w3.org/TR/css3-ui/#nav-dir 7eadfd3077ed25c92d5dc8764519a9366695f08c `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that the 'current' frame value is respected for 'nav-up'.
nav-up-010 Directional Focus Navigation - 'root' target frame for 'nav-up' interact http://www.w3.org/TR/css3-ui/#nav-dir 9fe7d38d907a47c642b7c71464874b472df374f0 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that the 'root' frame value is respected for 'nav-up'.
nav-up-011 Directional Focus Navigation - named target frame for 'nav-up' interact http://www.w3.org/TR/css3-ui/#nav-dir 1bfe4ea6c2783b872963699e16f095d6c243fc04 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that a named target frame value is respected for 'nav-up'.
nav-up-012 Directional Focus Navigation - non-existing target frame for 'nav-up' interact http://www.w3.org/TR/css3-ui/#nav-dir 89618e1ee56b83c112420e66348aaf47dae330df `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that a non-existing target frame value is treated as 'current' for 'nav-up'.
nav-up-013 Directional Focus Navigation - sibling target frame for 'nav-up' interact http://www.w3.org/TR/css3-ui/#nav-dir 4fbeadebda75e464452f1f97b0c699bc980c26a6 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that a named frame value also works for sibling frames for 'nav-up'.
nav-up-014 Directional Focus Navigation - missing target element for 'nav-up' interact http://www.w3.org/TR/css3-ui/#nav-dir e7cd09a6a13b63befb8d8c3af9028cec91b29870 `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that focus does not change to a different frame if the identifier is missing from the target frame for 'nav-up'.
nav-up-015 Directional Focus Navigation - 'inherit' value for 'nav-up' interact http://www.w3.org/TR/css3-ui/#nav-dir 765463ea1bb826ced2f27570b8971108d9773c0d `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that the 'inherit' value is implemented for 'nav-up'.
nav-up-016 Directional Focus Navigation - disabled elements are not navigated for 'nav-up' interact http://www.w3.org/TR/css3-ui/#nav-dir 35f99db1c3dcd77b910b34c45a5d45502ecf3c7d `Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com> Test checks that disabled elements are not navigated for 'nav-up'.
outline-001 reference/ref-filled-green-100px-square outline - create outline likes border property http://www.w3.org/TR/css3-ui/#outline 149a87304e31bf6b569360069a8f8be1d23538b8 `Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Test checks that the outline property creates outlines around visual objects and makes them stand out
outline-002 reference/ref-filled-green-100px-square outline - inherit (basic) http://www.w3.org/TR/css3-ui/#outline 71919648c35740004dd90b4acdba5f5b98a3655c `Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Test checks that the outline property inherits the parent's value when outline set inherit
outline-color-001 reference/ref-filled-green-100px-square outline-color - inherit (basic) http://www.w3.org/TR/css3-ui/#outline-color a776bdc125fc5dcc83d0cfb361d9d19cc9b3eba4 `Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Test checks that the color of sub element outline is same as the color of parent element outline when outline-color set inherit
outline-offset reference/outline-offset ttwf-reftest-outline-offset-ref http://www.w3.org/TR/css3-ui/#outline-offset 5f97101da3dd35bad8e977c2f27814e8532acfd7 `jy-jeung`<mailto:kein119@naver.com>
outline-offset-001 reference/ref-filled-green-100px-square outline-offset - length (basic) http://www.w3.org/TR/css3-ui/#outline-offset 465df8192fe5ee54660d205d9d3f271ef84c1788 `Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Test checks that the outline-offset keeps spacing between outline and element content
outline-style-011 reference/outline-style-011-ref outline-style - dotted (basic) http://www.w3.org/TR/css3-ui/#outline-style,http://www.w3.org/TR/CSS21/box.html#value-def-border-style 23252c963318135cd2b9a9591741c77f5372fb79 `Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Test checks that the outline style is dotted when outline-style set dotted
outline-style-012 reference/outline-style-012-ref outline-style - inherit (basic) http://www.w3.org/TR/css3-ui/#outline-style,http://www.w3.org/TR/CSS21/box.html#value-def-border-style 0c82cbd1d2692d211242ea93142a58407ccb4b03 `Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Test checks that the sub element outline style is same as parent element outline style when outline-style set inherit
outline-style-013 reference/outline-style-013-ref outline-style - dashed (basic) http://www.w3.org/TR/css3-ui/#outline-style,http://www.w3.org/TR/CSS21/box.html#value-def-border-style d5914561233854207699be98d528a8be2dbf0bf2 `Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Test checks that the outline style is dashed when outline-style set dashed
outline-style-014 reference/outline-style-014-ref outline-style - double (basic) http://www.w3.org/TR/css3-ui/#outline-style,http://www.w3.org/TR/CSS21/box.html#value-def-border-style 3e3ee5a78b0992797f164d84f553cf5b2edf26a7 `Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Test checks that the outline style is two solid lines when outline-style set double
resize-001 resize - both - both width and height adjusted interact http://www.w3.org/TR/css3-ui/#resize c5ba9263cd9037be70dfbe252816bdf56d94d8d5 `Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Test checks that both width and height adjusted when resize set both.
resize-002 resize - horizontal - only the width can be adjusted interact http://www.w3.org/TR/css3-ui/#resize 5cb1f8083e06e1cdf3a2112feea46a60f6d7d89f `Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Test checks that only the width of element can be adjusted when resize set horizontal
resize-003 resize - inherit - the resize property inherits parent element interact http://www.w3.org/TR/css3-ui/#resize 8fab7afb74c7eb459362f54ebdcaa0f17e7c62d8 `Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Test checks that the resize element inherits parent element
resize-004 resize initial value - none interact http://www.w3.org/TR/css3-ui/#resize c43d7af308513b06223d42846038c693c5bf214e `Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Test checks that the resize property initial value is none
resize-005 resize - none - neither width nor height can be adjusted interact http://www.w3.org/TR/css3-ui/#resize f868c41121e13b1963ac424f41bd7709c0d77f82 `Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Test checks that neither the width nor the height can be adjusted when resize set none
resize-006 resize - vertical - only the height can be adjusted interact http://www.w3.org/TR/css3-ui/#resize d65e14169ca073207b43fe4145e83c831b77a067 `Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Test checks that only the height can be adjusted when resize set vertical
resize-007 resize - invalid without overflow property interact http://www.w3.org/TR/css3-ui/#resize c0e4494f6e70369f227ec265ff2c14fb29323e66 `Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Test checks that resize property is invalid without overflow property
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
text-overflow reference/text-overflow-ref text-overflow - ellipsis ahem,font http://www.w3.org/TR/css3-ui/#text-overflow c562ce91178f5299098b5a5340f4aa188abf51e2 `YreenChan`<mailto:yreenchan@gmail.com> 'text-overflow:ellipsis' renders U+2026 when text is overflowing.
text-overflow-001 reference/text-overflow-001-ref text-overflow - clip - the text inline content overflows will be broken http://www.w3.org/TR/css3-ui/#text-overflow 18b85a5682895eec2a93d551dbe9d88d014f65b3 `Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Test checks that the inline content that overflows will be clipped. Characters may be only partially rendered when text-overflow set clip
text-overflow-002 reference/text-overflow-002-ref text-overflow - ellipsis - the broken textual content instead of ellipsis http://www.w3.org/TR/css3-ui/#text-overflow 9f4f4eae59abbf039c8743708235481c12751585 `Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Test checks that an ellipsis (...) is shown instead of overflowing textual content
text-overflow-003 reference/text-overflow-001-ref text-overflow - inherit - inherit clip value of parent's text-overflow property http://www.w3.org/TR/css3-ui/#text-overflow dac3b5119c015760b3e5eb87122680eca10725c0 `Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Test checks that text-overflow inherits the parent' clip value when text-overflow set inherit
text-overflow-004 reference/text-overflow-002-ref text-overflow - inherit - inherit ellipsis value of parent's text-overflow property http://www.w3.org/TR/css3-ui/#text-overflow 5b424a1f63abc03cd51ca922704756c93961d2eb `Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Test checks that text-overflow inherits the parent' ellipsis value when text-overflow set inherit
text-overflow-005 reference/text-overflow-005-ref text-overflow reflow ahem http://www.w3.org/TR/css3-ui/#text-overflow 3dfc246683e57fc5efdb7479785e0a59e6bb943a `Michael Howell`<mailto:michael@notriddle.com> Text overflow should disappear when the container becomes large enough. This test is targetted at bug #14952 in Servo's incremental reflow engine.