Update CSS tests to revision aac1cd51245c0c469325988a0446985a2f1e476c

This commit is contained in:
Ms2ger 2016-04-07 09:58:26 +02:00
parent 1a6245828a
commit 7deaeea707
540 changed files with 24009 additions and 6637 deletions

View file

@ -213,10 +213,6 @@ border-bottom-right-radius-011 reference/border-radius-001-ref Borders. Border-b
border-bottom-right-radius-012 Borders. Border-bottom-right-radius using two length values: 0.5in 10mm http://www.w3.org/TR/css3-background/#the-border-radius 1abe42ee07f3a8207c0e40ffe53aaee66f4a0b7a `Nokia`<http://www.nokia.com/> To verify border-bottom-right-radius property set with two values (with different units), works as expected
border-bottom-right-radius-013 Borders. Border-bottom-right-radius using two length values: 40pt 2pc http://www.w3.org/TR/css3-background/#the-border-radius 033344f1f722b102330a32347d6655e2d6d24067 `Nokia`<http://www.nokia.com/> To verify border-bottom-right-radius property set with two values (with different units), works fine
border-bottom-right-radius-014 reference/border-radius-001-ref Borders. Border-bottom-right-radius using two length values: 50px -25px http://www.w3.org/TR/css3-background/#the-border-radius 344be3e376e814808318eebb489a61e4ca02409c `Nokia`<http://www.nokia.com/> To verify if one length value is negative in border-bottom-right-radius, then the corner is not rounded.
border-box background-clip:border-box image http://www.w3.org/TR/css3-background/#the-background-clip e94f9369378951394fed22891b1fd01bafca039d `finscn`<mail:finscn@gmail.com> border-box : The background is painted within (clipped to) the border box.
border-box_with_position background-clip:border-box & background-position image http://www.w3.org/TR/css3-background/#the-background-clip a3dc11dbc05b0b4b21dea6b725192f859b96c6bb `finscn`<mail:finscn@gmail.com> border-box : The background is painted within (clipped to) the border box.
border-box_with_radius background-clip:border-box & border-radius image http://www.w3.org/TR/css3-background/#the-background-clip 00f7bc1670c0484c8b56f064bcc82d867e192b50 `finscn`<mail:finscn@gmail.com> border-box : The background is painted within (clipped to) the border box.
border-box_with_size background-clip:border-box & background-size image http://www.w3.org/TR/css3-background/#the-background-clip 279c25b383ffc1e60f889ea077f0979bf18d3ca8 `finscn`<mail:finscn@gmail.com> border-box : The background is painted within (clipped to) the border box.
border-color_transparent border-clip_border-box http://www.w3.org/TR/css3-background/#the-border-color b49637ff5a553ca66e7fba67e1a533c18c06fdda `Dong An`<andong135@126.com> Test transparent of border-color
border-image-017 reference/ref-filled-green-100px-square border-image shorthand - with border-image-slice <percentage> and border-image-width <percentage> image http://www.w3.org/TR/css3-background/#the-border-image d989efaaaf69da114fdf8d622cda3827d7b6048b `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Percentage values for 'border-image-slice' are relative to the size of the image: the width of the image for the horizontal (left and right) offsets, the height for vertical (top and bottom) offsets. 'border-image-slice' specifies inward offsets from the top, right, bottom, and left edges (in that order) of the image. In this test, the image serving as 'border-image-source' is a 100px by 100px image which has 5px of green at the top, 10px of green on the right, 15px of green at the bottom and 20px of green at the left; the remaining center (which has a width of 70px and a height of 80px) is all red.
border-image-018 reference/ref-filled-green-100px-square border-image shorthand - with border-image-slice <number> and border-image-width <percentage> image http://www.w3.org/TR/css3-background/#the-border-image c7c3fbd31a77382c5eb0c92e98d0a4d5d659c41f `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Number values for 'border-image-slice' are pixels in the image: the width of the image for the horizontal (left and right) offsets, the height for vertical (top and bottom) offsets. 'border-image-slice' specifies inward offsets from the top, right, bottom, and left edges (in that order) of the image. In this test, the image serving as 'border-image-source' is a 100px by 100px image which has 5px of green at the top, 10px of green on the right, 15px of green at the bottom and 20px of green at the left; the remaining center (which has a width of 70px and a height of 80px) is all red.
@ -344,11 +340,19 @@ box-shadow-inset-without-border-radius reference/box-shadow-inset-without-border
box-shadow-outset-spread-without-border-radius reference/box-shadow-outset-spread-without-border-radius box-shadow http://www.w3.org/TR/css3-background/#the-box-shadow 58ab18a345d6bbdc4b80849e1b92d15fb8015904 `Zhang Xiaochong`<mailto:joy.xczhang@gmail.com> outset spread box-shadow should show shadow.
box-shadow-outset-without-border-radius reference/box-shadow-outset-without-border-radius box-shadow http://www.w3.org/TR/css3-background/#the-box-shadow b1f52411881fa34bdc4a4e100f2d9792478bb8a6 `Zhang Xiaochong`<mailto:joy.xczhang@gmail.com> box-shadow should show shadow.
box-shadow-syntax-001 Box Shadow Syntax: Reordering Components http://www.w3.org/TR/css3-background/#the-box-shadow adc70c5f810a3182f5aad7255f9dd7ec5d35f977 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Box shadow color, inset, and length parameters can be mixed in any order, but lengths must stay adjacent.
clip-border-box background-clip:border-box image http://www.w3.org/TR/css3-background/#the-background-clip e94f9369378951394fed22891b1fd01bafca039d `finscn`<mail:finscn@gmail.com> border-box : The background is painted within (clipped to) the border box.
clip-border-box_with_position background-clip:border-box & background-position image http://www.w3.org/TR/css3-background/#the-background-clip a3dc11dbc05b0b4b21dea6b725192f859b96c6bb `finscn`<mail:finscn@gmail.com> border-box : The background is painted within (clipped to) the border box.
clip-border-box_with_radius background-clip:border-box & border-radius image http://www.w3.org/TR/css3-background/#the-background-clip 00f7bc1670c0484c8b56f064bcc82d867e192b50 `finscn`<mail:finscn@gmail.com> border-box : The background is painted within (clipped to) the border box.
clip-border-box_with_size background-clip:border-box & background-size image http://www.w3.org/TR/css3-background/#the-background-clip 279c25b383ffc1e60f889ea077f0979bf18d3ca8 `finscn`<mail:finscn@gmail.com> border-box : The background is painted within (clipped to) the border box.
clip-content-box background-clip:content-box image http://www.w3.org/TR/css3-background/#the-background-clip 930d3ca0bda1025eea22f22d8ec20d53c4a2175b `finscn`<mail:finscn@gmail.com> content-box : The background is painted within (clipped to) the content box.
clip-content-box_with_position background-clip:content-box & background-position image http://www.w3.org/TR/css3-background/#the-background-clip 5ced35b8928414a87a38b80b3b3e937ae5b21c1e `finscn`<mail:finscn@gmail.com> content-box : The background is painted within (clipped to) the content box.
clip-content-box_with_radius background-clip:content-box & border-radius image http://www.w3.org/TR/css3-background/#the-background-clip 2f4c470675a768689216adb298cc46282ebc6f2f `finscn`<mail:finscn@gmail.com> content-box : The background is painted within (clipped to) the content box.
clip-content-box_with_size background-clip:content-box & background-size image http://www.w3.org/TR/css3-background/#the-background-clip 8c10fa095529249067aed2a490ce5effa695f546 `finscn`<mail:finscn@gmail.com> content-box : The background is painted within (clipped to) the content box.
clip-padding-box background-clip:padding-box image http://www.w3.org/TR/css3-background/#the-background-clip 30c8e1826b34e6b2b132ee8e6c0765138d479761 `finscn`<mail:finscn@gmail.com> padding-box : The background is painted within (clipped to) the padding box
clip-padding-box_with_position background-clip:padding-box & background-position image http://www.w3.org/TR/css3-background/#the-background-clip d207e5c29e417b86ead2cf93e6d4715075674f52 `finscn`<mail:finscn@gmail.com> padding-box : The background is painted within (clipped to) the padding box
clip-padding-box_with_radius background-clip:padding-box & border-radius image http://www.w3.org/TR/css3-background/#the-background-clip d3f47dae7fd8e1b0216994fad247e29fa9e90a93 `finscn`<mail:finscn@gmail.com> padding-box : The background is painted within (clipped to) the padding box
clip-padding-box_with_size background-clip:padding-box & background-size image http://www.w3.org/TR/css3-background/#the-background-clip 02a4f955189fc9cabbd43cb29870f01b6628644b `finscn`<mail:finscn@gmail.com> padding-box : The background is painted within (clipped to) the padding box
color-behind-images Background color is drawn behind images http://www.w3.org/TR/css3-background/#the-background-color f0a536f5c70d50863079b17059b4bb1b94316f2f `Microsoft`<http://www.microsoft.com/> Background color is drawn behind any number of background images.
content-box background-clip:content-box image http://www.w3.org/TR/css3-background/#the-background-clip 930d3ca0bda1025eea22f22d8ec20d53c4a2175b `finscn`<mail:finscn@gmail.com> content-box : The background is painted within (clipped to) the content box.
content-box_with_position background-clip:content-box & background-position image http://www.w3.org/TR/css3-background/#the-background-clip 5ced35b8928414a87a38b80b3b3e937ae5b21c1e `finscn`<mail:finscn@gmail.com> content-box : The background is painted within (clipped to) the content box.
content-box_with_radius background-clip:content-box & border-radius image http://www.w3.org/TR/css3-background/#the-background-clip 2f4c470675a768689216adb298cc46282ebc6f2f `finscn`<mail:finscn@gmail.com> content-box : The background is painted within (clipped to) the content box.
content-box_with_size background-clip:content-box & background-size image http://www.w3.org/TR/css3-background/#the-background-clip 8c10fa095529249067aed2a490ce5effa695f546 `finscn`<mail:finscn@gmail.com> content-box : The background is painted within (clipped to) the content box.
css-border-radius-001 reference/css-border-radius-ref-001 CSS border-radius Test http://www.w3.org/TR/css3-background/#the-border-radius d028c67ed2dc8acc8b5b173d61a0ec37afd93876 `tmd`<mailto:weisong4413@126.com>
css-border-radius-002 reference/css-border-radius-ref-002 CSS border-radius Test http://www.w3.org/TR/css3-background/#the-border-radius f9fa09eb62c25f262d3e33fbd9574c5eb8cf2b52 `tmd`<mailto:weisong4413@126.com> if there is more then one graph and one color
css-box-shadow-001 reference/css-box-shadow-ref-001 CSS box-shadow Test http://www.w3.org/TR/css3-background/#the-box-shadow,http://www.w3.org/TR/css3-background/#the-border-radius 5b797441df20c4cc70e3073544e2df1026946b69 `tmd`<mailto:weisong4413@126.com>
@ -369,10 +373,18 @@ css3-box-shadow reference/css3-box-shadow-ref the test passes if adding one or m
diagonal-percentage-vector-background reference/diagonal-percentage-vector-background-ref scaled vector image without intrinsic dimensions as background, with rendering dependent on the diagonal svg http://www.w3.org/TR/css3-background/#the-background-size,http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing,http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute 181f4bf8b33ab85eaf3937a2f0f212eb5437fab3 `Jeff Walden`<http://whereswalden.com/>
none-as-image-layer None counts as an image layer http://www.w3.org/TR/css3-background/#the-background-image 3c26f26e7017ddf4e3e5ec05eed3e1eb5eb4ab42 `Microsoft`<http://www.microsoft.com/> 'Background-image: none' counts as an image layer but draws nothing.
order-of-images Order of images http://www.w3.org/TR/css3-background/#the-background-image 4492b601c1313612451da01db8faa8d04828f558 `Microsoft`<http://www.microsoft.com/> Background images are listed in order, with the first image being rendered on top of all the other images, and so on.
padding-box background-clip:padding-box image http://www.w3.org/TR/css3-background/#the-background-clip 30c8e1826b34e6b2b132ee8e6c0765138d479761 `finscn`<mail:finscn@gmail.com> padding-box : The background is painted within (clipped to) the padding box
padding-box_with_position background-clip:padding-box & background-position image http://www.w3.org/TR/css3-background/#the-background-clip d207e5c29e417b86ead2cf93e6d4715075674f52 `finscn`<mail:finscn@gmail.com> padding-box : The background is painted within (clipped to) the padding box
padding-box_with_radius background-clip:padding-box & border-radius image http://www.w3.org/TR/css3-background/#the-background-clip d3f47dae7fd8e1b0216994fad247e29fa9e90a93 `finscn`<mail:finscn@gmail.com> padding-box : The background is painted within (clipped to) the padding box
padding-box_with_size background-clip:padding-box & background-size image http://www.w3.org/TR/css3-background/#the-background-clip 02a4f955189fc9cabbd43cb29870f01b6628644b `finscn`<mail:finscn@gmail.com> padding-box : The background is painted within (clipped to) the padding box
origin-border-box background-origin:border-box image http://www.w3.org/TR/css3-background/#the-background-origin bf8c13bebca3503411c71f5216c7f87badbb7b00 `finscn`<mail:finscn@gmail.com> border-box : The position is relative to the border box.
origin-border-box_with_position background-origin:border-box & background-position image http://www.w3.org/TR/css3-background/#the-background-origin d86f6224ab5d6ca2cd94f12303f2797ca6a64979 `finscn`<mail:finscn@gmail.com> border-box : The position is relative to the border box.
origin-border-box_with_radius background-origin:border-box & border-radius image http://www.w3.org/TR/css3-background/#the-background-origin 8620ce8bcd4c2321f8323f6d3cf6e27ebcad74d2 `finscn`<mail:finscn@gmail.com> border-box : The position is relative to the border box.
origin-border-box_with_size background-origin:border-box & background-size image http://www.w3.org/TR/css3-background/#the-background-origin 97f4cc2e9d0d88759264280dfc3cdd0733490bae `finscn`<mail:finscn@gmail.com> border-box : The position is relative to the border box.
origin-content-box background-origin:content-box image http://www.w3.org/TR/css3-background/#the-background-origin 7988aefacbaa5637c6c10818ead6ece5efa43500 `finscn`<mail:finscn@gmail.com> content-box : The position is relative to the content box.
origin-content-box_with_position background-origin:content-box & background-position image http://www.w3.org/TR/css3-background/#the-background-origin b80b9d7131ba56ce90c3ee671feef8cec0084b11 `finscn`<mail:finscn@gmail.com> content-box : The position is relative to the content box.
origin-content-box_with_radius background-origin:content-box & border-radius image http://www.w3.org/TR/css3-background/#the-background-origin f9e5c53f3ed47f7f29bc25a86380f460e5a3b34c `finscn`<mail:finscn@gmail.com> content-box : The position is relative to the content box.
origin-content-box_with_size background-origin:content-box & background-size image http://www.w3.org/TR/css3-background/#the-background-origin 9f11873b405cf76f6cf0182218a3fe73f1691b4d `finscn`<mail:finscn@gmail.com> content-box : The position is relative to the content box.
origin-padding-box background-origin:padding-box image http://www.w3.org/TR/css3-background/#the-background-origin 88ed81d132c4eea13e35b33f81fb59c43b900089 `finscn`<mail:finscn@gmail.com> padding-box : The position is relative to the padding box. (For single boxes &#8216;0 0&#8217; is the upper left corner of the padding edge, &#8216;100% 100%&#8217; is the lower right corner.)
origin-padding-box_with_position background-origin:padding-box & background-position image http://www.w3.org/TR/css3-background/#the-background-origin 784c1ded55af7abac2e1c45e5f8cfbbe3d3ec788 `finscn`<mail:finscn@gmail.com> padding-box : The position is relative to the padding box. (For single boxes &acirc;&#8364;&#732;0 0&acirc;&#8364;&#8482; is the upper left corner of the padding edge, &acirc;&#8364;&#732;100% 100%&acirc;&#8364;&#8482; is the lower right corner.)
origin-padding-box_with_radius background-origin:padding-box & border-radius image http://www.w3.org/TR/css3-background/#the-background-origin 71a7bef86157c393a99035e3cd63bfd5a5bc0615 `finscn`<mail:finscn@gmail.com> padding-box : The position is relative to the padding box. (For single boxes &acirc;&#8364;&#732;0 0&acirc;&#8364;&#8482; is the upper left corner of the padding edge, &acirc;&#8364;&#732;100% 100%&acirc;&#8364;&#8482; is the lower right corner.)
origin-padding-box_with_size background-origin:padding-box & background-size image http://www.w3.org/TR/css3-background/#the-background-origin 1c53596da91331bbe9cb94e21135a6893352a266 `finscn`<mail:finscn@gmail.com> padding-box : The position is relative to the padding box. (For single boxes &acirc;&#8364;&#732;0 0&acirc;&#8364;&#8482; is the upper left corner of the padding edge, &acirc;&#8364;&#732;100% 100%&acirc;&#8364;&#8482; is the lower right corner.)
scroll-positioned-multiple-background-images reference/60x60-green-background Scroll multiple background images that are positioned dom,image,scroll http://www.w3.org/TR/css3-background/#layering 9963b10722dbb38a5271823e94832f5ff151116a `Google`<http://www.google.com/> When multiple background images are positioned at (0px, 0px) and (0, 60px) of each 60px by 60px in a scrollable element, and the element is scrolled to (0, 60px), only the second image is shown.
tall--auto--omitted-width-percent-height background-size: auto; for omitted-width-percent-height.svg svg http://www.w3.org/TR/css3-background/#the-background-size,http://www.w3.org/TR/SVG/coords.html,http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing,http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute 6772e61cb81749f6bdd8188a3c42d6106f0aba4a `Jeff Walden`<http://whereswalden.com/>
tall--auto--percent-width-nonpercent-height background-size: auto; for percent-width-nonpercent-height.svg svg http://www.w3.org/TR/css3-background/#the-background-size,http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing,http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute f3c6bcf30bb2d6a3af78b9a841ca8176c37d7a4d `Jeff Walden`<http://whereswalden.com/>