Update CSS tests to revision 2baa72daab8bf37e3e910a9fd311a1eaa5b0f4a8

This commit is contained in:
James Graham 2015-07-27 17:47:31 +01:00
parent 662c00a810
commit df03062d62
10934 changed files with 428309 additions and 254265 deletions

View file

@ -6,28 +6,25 @@ box-sizing-border-box-004 Box Sizing - Border-Box with min/max width/height ht
box-sizing-content-box-001 Box Sizing - Content-Box with specified width/height http://www.w3.org/TR/css3-ui/#box-sizing 3e690e79ebf0eda200bbf003d7c10c21701172b8 `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 Box Sizing - Content-Box with specified width/height http://www.w3.org/TR/css3-ui/#box-sizing 1c2f73d2c628ae2c7fd7bfacde0225107c34865f `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 Box Sizing - Content-Box with min/max width/height http://www.w3.org/TR/css3-ui/#box-sizing 0832ce514f23392781427aac6cff958217486bed `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-padding-box-001 Box Sizing - Padding-Box with specified width/height http://www.w3.org/TR/css3-ui/#box-sizing 12c2751a095a1e726b9d53487b3835ab26ab4974 `Scott Johnson`<mailto:sjohnson@mozilla.com> box-sizing: padding-box should make the element's (percentage) width be the distance from the left padding edge to the right padding edge.
box-sizing-padding-box-002 Box Sizing - Padding-Box with specified width/height http://www.w3.org/TR/css3-ui/#box-sizing f71295b347b6fa68fab375585a9a283583147f4b `Scott Johnson`<mailto:sjohnson@mozilla.com> box-sizing: padding-box should make the element's (percentage) width be the distance from the left padding edge to the right padding edge and the height be the distance from the top padding edge to the bottom padding edge.
box-sizing-padding-box-003 Box Sizing - Padding-Box with min/max width/height http://www.w3.org/TR/css3-ui/#box-sizing e2e2f7ded834c67b96c97c897861936773f049ed `Scott Johnson`<mailto:sjohnson@mozilla.com> box-sizing: padding-box should make the element's (calc) width be the distance from the left padding edge to the right padding edge and the height be the distance from the top padding edge to the bottom padding edge.
box-sizing-replaced-001 Min/Max Height and Width Constraints on Replaced Elements with Box-Sizing image http://www.w3.org/TR/css3-ui/#box-sizing 60b0fe86a583c19b5172235055a5bdda2a06dc1b `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-001 Min/Max Height and Width Constraints on Replaced Elements with Box-Sizing image http://www.w3.org/TR/css3-ui/#box-sizing 883da133947f490fd29a3c971a3fbe405c45b762 `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 Min/Max Height and Width Constraints on Replaced Elements with Box-Sizing image http://www.w3.org/TR/css3-ui/#box-sizing 52a88f82acf6e1a04762ca1c461f0371a117b1b0 `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 Min/Max Height and Width Constraints on Replaced Elements with Box-Sizing image http://www.w3.org/TR/css3-ui/#box-sizing b430f0b75fc9343f8a7b2063b91a10eb9bef9dcc `Elika J. Etemad`<http://fantasai.inkedblade.net/contact>,`Scott Johnson`<mailto:sjohnson@mozilla.com> All images should be sized at 75px x 75px.
caret-color-001 caret-color http://www.w3.org/TR/css3-ui/#caret-color d51a15636bbc1a93132d4dba71ff6de6c08c1c1f `Chris Lilley`<mailto:chris@w3.org> Test checks that caret-color can be set on a textarea
caret-color-002 caret-color is not inherited http://www.w3.org/TR/css3-ui/#caret-color 02a3dcc0a7054487ffd77b21aa525a3e8cad0dfc `Chris Lilley`<mailto:chris@w3.org> Test checks that caret-color value does not inherit
caret-color-003 caret-color auto http://www.w3.org/TR/css3-ui/#caret-color 2b11748c87a4cb16a19ef484bd474e26faf5aac5 `Chris Lilley`<mailto:chris@w3.org> Test checks that caret-color: auto resolves to currentColor
cursor-image-001 Cursor property, url value image,interact http://www.w3.org/TR/css3-ui/#cursor 6f16165bbeb989e244d19831e4f98174784856a9 `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 b292dd81244427bde31d66ea9d24231bede694f2 `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 http://www.w3.org/TR/css3-ui/#cursor 320273d831e50e6450f3a23a6b98d77bb6093336 `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 http://www.w3.org/TR/css3-ui/#cursor d7e91db85209d6c015a370aaf3d3ab1f78da9ce6 `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 image,interact,svg http://www.w3.org/TR/css3-ui/#cursor 9ffdbc0019311a544ae144726ae5b2e4c43968df `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 image,interact,svg http://www.w3.org/TR/css3-ui/#cursor,http://www.w3.org/TR/css3-images/#default-object-size f56858aab1a730a79480462b45728925a35d27d1 `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-001 Cursor property, url value image,interact http://www.w3.org/TR/css3-ui/#cursor ac149272810d88c6b4e74c8dd25d81706c52d6b1 `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 8321e4c2713a5e849ff54de3fbae6b9ce786d50e `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 b3cb150cd9516a4e76a961603c0ba53637067e15 `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 9a6576e141da762fbfce0fe4f61bcc0623892c2d `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 c09be6709cf1a03d7f67fc7ecfb40c0024e1f0a3 `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 4f1a9985c6fef5ff09d3249a54ea134fee4eee3a `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 ff146233025e7233e3743b540db8c0c4ae656678 `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 66cd3536d1c2ee3702c8ae57aedbd87f004c9363 `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 ff130e26926a7595d398c68812f5396464b0ff19 `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 aee833fbc0a438ef1234ccda01bee1f2456e1871 `Chris Lilley`<mailto:chris@w3.org> Test checks that a fallback cursor is required.
cursor-image-009 Cursor property, url value, no fallback image,interact,invalid http://www.w3.org/TR/css3-ui/#cursor 02f94fcd8e0cc634ec7f3afbee15b87a5bdf0bf3 `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 77de9c216288fd659ca28b3859a01c0f507b040d `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 7eb7c6110691d9c9bef49aabcf5d4ed16923a19f `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 4ffcb78af9c3a271561dd107b9f903ac0daa6967 `Chris Lilley`<mailto:chris@w3.org> Test checks that a JPEG/JFIF image is supported as a custom cursor.
cursor-image-012 Cursor property, url value image,interact http://www.w3.org/TR/css3-ui/#cursor de6661cfb1df3b37673293411ddb52b1f2395a00 `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 b5bc2a59bfd0c93baf67c1fb30ac712fb9394222 `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 5b5dfece40787d9f06da2ce1087504d350eaa537 `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 01bd2fbf086a3cf67143eee844230879f9c085ef `Chris Lilley`<mailto:chris@w3.org> Test checks that a black and white PNG image cursor is supported.
@ -76,6 +73,10 @@ nav-dir-002 Directional Focus Navigation - 'inherit' property value interact ht
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.
@ -153,7 +154,7 @@ nav-up-016 Directional Focus Navigation - disabled elements are not navigated f
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 9f206bb6b3a487d7699ec9cd2acf0c8dcbea899a `jy-jeung`<mailto:kein119@naver.com>
outline-offset reference/outline-offset ttwf-reftest-outline-offset-ref http://www.w3.org/TR/css3-ui/#outline-offset 21bd9169e501282f6ddc905cf0b066f9dd730e5b `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-001 reference/outline-style-001-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 9b6764e372cceab67dda037ff6138d0e911b1dec `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-002 reference/outline-style-002-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 695fbf49c18c77abfca3e5c42c9359ab9afdf1f1 `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