mirror of
https://github.com/servo/servo.git
synced 2025-08-14 09:55:35 +01:00
Update web-platform-tests and CSS tests.
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180. - Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
This commit is contained in:
parent
fb4f421c8b
commit
296fa2512b
21852 changed files with 2080936 additions and 892894 deletions
|
@ -1,30 +1,30 @@
|
|||
id references title flags links revision credits assertion
|
||||
shape-image-000 reference/shape-image-000-ref Image shape on a left float ahem,image http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 87f9b20f3eda379b08bc5c42ca25bc12157dcd97 `Bem Jones-Bey`<bjonesbe@adobe.com> This test verifies that a shape specified as a png image in a data: url is properly respected on a left float.
|
||||
shape-image-001 reference/shape-image-001-ref Image shape on a left float ahem,image http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property b0863133ab83160b7b86b9762ea47ff3e4a2c432 `Bem Jones-Bey`<bjonesbe@adobe.com> This test verifies that a shape specified as a png image with 70% alpha is treated as if the image had no alpha.
|
||||
shape-image-002 reference/shape-image-002-ref Image shape on a left float ahem,image http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 23568344370efb9a9b6bf287bdc5dc62824ee017 `Bem Jones-Bey`<bjonesbe@adobe.com> This test verifies that a shape specified as a svg image in a data uri is properly interpreted as a shape.
|
||||
shape-image-003 reference/shape-image-002-ref Image shape on a left float ahem,image http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 99e3f7ba1402a1f6fde7c50ee701f6a78d6efc75 `Bem Jones-Bey`<bjonesbe@adobe.com> This test verifies that a shape specified as a svg image with 20% alpha and 0.3 shape-image-threshold creates a proper shape.
|
||||
shape-image-004 reference/shape-image-000-ref Image shape on a left float ahem,image http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property bc5758eb16bc1bc2fdb65ee429abc530da242d1c `Bem Jones-Bey`<bjonesbe@adobe.com> This test verifies that a shape specified as a png image with 50% alpha and 0.6 shape-image-threshold creates a proper shape.
|
||||
shape-image-005 reference/shape-image-002-ref Image shape on a left float ahem,image http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property d397c2c6ab252d3974ce5feb39e40990b83e0eb8 `Bem Jones-Bey`<bjonesbe@adobe.com> This test verifies that a shape specified as a svg image in a data uri with 70% alpha and 0.8 shape-image-threshold creates a proper shape.
|
||||
shape-image-006 reference/shape-image-006-ref left float, url(png), real image + shape-margin (px) ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#shape-margin-property 7e57bd6b7cd7a216d123adc98746d94c7ccfc4bb `Rebecca Hauck`<rhauck@adobe.com> This test verifies that content wraps around all the image pixels + the shape-margin when shape-outside is given a png file.
|
||||
shape-image-007 reference/shape-image-007-ref left float, url(svg), real image + shape-margin (px) ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#shape-margin-property 4f81f6364f094b0b254adf7dcd69e9b49da391f9 `Rebecca Hauck`<rhauck@adobe.com> This test verifies that content wraps around all the image pixels + the shape-margin when shape-outside is given an svg file.
|
||||
shape-image-008 reference/shape-image-008-ref left float, url(jpg), data uri + shape-margin (%) ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#shape-margin-property a587a1ae207195db8be1c0424ab4060d15265f11 `Rebecca Hauck`<rhauck@adobe.com> This test verifies that content wraps around all the image pixels + the shape-margin as a percentage when shape-outside is given an jpg data uri.
|
||||
shape-image-009 reference/shape-image-006-ref left float, url(png), real image 70% + shape-image-threshold + shape-margin (px) ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#shape-margin-property,http://www.w3.org/TR/css-shapes-1/#shape-image-threshold-property 5c418dec65155870fe659e840c4405ab1ed3307b `Rebecca Hauck`<rhauck@adobe.com> This test verifies that content wraps around the image pixels extracted from a shape-outside png file with shape-image-threshold set + the shape-margin in absolute length.
|
||||
shape-image-010 reference/shape-image-006-ref left float, url(png), data uri + shape-image-threshold + shape-margin (%) ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#shape-margin-property,http://www.w3.org/TR/css-shapes-1/#shape-image-threshold-property 93a04c8f56b8a3e7421441dc249ea5639fb3ca8e `Rebecca Hauck`<rhauck@adobe.com> This test verifies that content wraps around the image pixels extracted from a shape-outside png file with shape-image-threshold set + the shape-margin as a percentage.
|
||||
shape-image-011 reference/shape-image-007-ref left float, url(svg), real image + shape-image-threshold + shape-margin (px) ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#shape-margin-property,http://www.w3.org/TR/css-shapes-1/#shape-image-threshold-property da3f0545d9aabdc499d3be30082c5d12853d63e1 `Rebecca Hauck`<rhauck@adobe.com> This test verifies that content wraps around the image pixels extracted from a shape-outside svg file with shape-image-threshold set + the shape-margin in absolute length.
|
||||
shape-image-012 reference/shape-image-012-ref Wrapping content around right floating actual jpg image ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 262c6a8a6791c7fcdc1cbd8a45c4e6549470d29d `Zoltan Horvath`<zoltan@adobe.com> This test verifies that content wraps around all the image pixels when shape-outside is given a jpg.
|
||||
shape-image-013 reference/shape-image-013-ref Wrapping content around shape given by a right floating png ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property ce3ab892f971e0edc5b8f6758ee7baaf889598fb `Zoltan Horvath`<zoltan@adobe.com> This test verifies that content wraps around the shape defined by the data uri png.
|
||||
shape-image-014 reference/shape-image-002-ref Wrapping content around shape given by a right floating svg file ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 03c9a8644c81a14df9073ebb329c5a2e2b2f39c7 `Zoltan Horvath`<zoltan@adobe.com> This test verifies that content wraps around the shape defined by an svg file.
|
||||
shape-image-015 reference/shape-image-013-ref Image shape on a right float ahem,image http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 2c8df000c98604dcdab92b3f2f0df6b1ef22ef30 `Zoltan Horvath`<zoltan@adobe.com> This test verifies that a shape specified as a png image with 20% alpha and 0.2 shape-image-threshold creates a proper shape.
|
||||
shape-image-016 reference/shape-image-013-ref Image shape on a right float ahem,image http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 5ff5dfef850916fb36453603205ea2345a7dba32 `Zoltan Horvath`<zoltan@adobe.com> This test verifies that a shape specified as a png image with 70% alpha and 0.71 shape-image-threshold creates a proper shape.
|
||||
shape-image-017 reference/shape-image-002-ref Image shape on a right float ahem,image http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property e9299de05411c7bf8e87218e4307ae42f216cd9f `Zoltan Horvath`<zoltan@adobe.com> This test verifies that a shape specified as a data uri svg with 70% alpha creates a proper shape, shape-image-threshold is defined to 0.71.
|
||||
shape-image-018 reference/shape-image-018-ref right float, url(jpg), real image + shape-margin (%) ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property cd6a709cc2ce92e34f56580b825337ea90057899 `Hans Muller`<hmuller@adobe.com> This test verifies that the boundary of a shape-outside defined by a JPEG image file is the same as the image's dimensions + shape-margin.
|
||||
shape-image-019 reference/shape-image-019-ref right float, url(png), data uri + shape-margin (px) ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 19f0d0818b91a5087428afff94ac70e49e3a2481 `Hans Muller`<hmuller@adobe.com> This test verifies the boundary of a shape-outside defined by a PNG data URI and a shape-margin.
|
||||
shape-image-020 reference/shape-image-020-ref right float, url(svg), data uri + shape-margin (%) ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property d4a63219270d6970852dc1fe4a8c4ff50d5cc502 `Hans Muller`<hmuller@adobe.com> This test verifies the boundary of a shape-outside defined by an SVG URI and a shape-margin.
|
||||
shape-image-021 reference/shape-image-021-ref right float, url(png), real image + shape-image-threshold + shape-margin (%) ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property a3a63cdba6a9bd2516eb5f152b80ce63b0a230be `Hans Muller`<hmuller@adobe.com> This test verifies that the boundary of a shape-outside defined by a PNG image file and shape-margin is correct.
|
||||
shape-image-022 reference/shape-image-022-ref right float, url(gif), real image + shape-image-threshold + shape-margin (px) ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property b5b8c6fc7aadb0a955c13877c548920467f85d33 `Hans Muller`<hmuller@adobe.com> This test verifies that the boundary of a shape-outside defined by a GIF image file and shape-margin is correct.
|
||||
shape-image-023 reference/shape-image-023-ref right float, url(svg), data uri + shape-image-threshold + shape-margin (%) ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 37a23646f58fe305a1933640b5d291f9bba6cabb `Hans Muller`<hmuller@adobe.com> This test verifies the boundary of a shape-outside defined by an SVG URI, shape-image-threshold, and a shape-margin.
|
||||
shape-image-024 reference/shape-image-024-ref shape-outside from img element with different size than the image file ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 61daea482c9b4a968043985c2fad3d5e4861755c `Rebecca Hauck`<rhauck@adobe.com> This test verifies that content wraps around all the image pixels calculated from the size of the img element, which is different than the size of the image itself.
|
||||
shape-image-025 reference/shape-image-025-ref shape-outside from first frame of animated gif ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 241032c3052ea4fb385a86cdd6e18aa042ae905a `Rebecca Hauck`<rhauck@adobe.com> This test verifies that shape-outside is extracted from the first frame of an animated gif.
|
||||
shape-image-000 reference/shape-image-000-ref Image shape on a left float ahem,image http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property f6ccb955779471604b605f07ca237256590b9239 `Bem Jones-Bey`<mailto:bjonesbe@adobe.com> This test verifies that a shape specified as a png image in a data: url is properly respected on a left float.
|
||||
shape-image-001 reference/shape-image-001-ref Image shape on a left float ahem,image http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 8d039ba2154d40e276d8ca75bf1be3e018cd0029 `Bem Jones-Bey`<mailto:bjonesbe@adobe.com> This test verifies that a shape specified as a png image with 70% alpha is treated as if the image had no alpha.
|
||||
shape-image-002 reference/shape-image-002-ref Image shape on a left float ahem,image http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property d7b914aaf8a3e2b5fabc8209200f78fb945b8241 `Bem Jones-Bey`<mailto:bjonesbe@adobe.com> This test verifies that a shape specified as a svg image in a data uri is properly interpreted as a shape.
|
||||
shape-image-003 reference/shape-image-002-ref Image shape on a left float ahem,image http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property be6765d5c1f30de8c34c58b54c4533dfa60f64ec `Bem Jones-Bey`<mailto:bjonesbe@adobe.com> This test verifies that a shape specified as a svg image with 20% alpha and 0.3 shape-image-threshold creates a proper shape.
|
||||
shape-image-004 reference/shape-image-000-ref Image shape on a left float ahem,image http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 5ac852931d5ee65c22000ddd293b894c4b44e8e5 `Bem Jones-Bey`<mailto:bjonesbe@adobe.com> This test verifies that a shape specified as a png image with 50% alpha and 0.6 shape-image-threshold creates a proper shape.
|
||||
shape-image-005 reference/shape-image-002-ref Image shape on a left float ahem,image http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property d930b9bbd17e3b8f8c1056361d9335319c9dfc21 `Bem Jones-Bey`<mailto:bjonesbe@adobe.com> This test verifies that a shape specified as a svg image in a data uri with 70% alpha and 0.8 shape-image-threshold creates a proper shape.
|
||||
shape-image-006 reference/shape-image-006-ref left float, url(png), real image + shape-margin (px) ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#shape-margin-property 0c38388b0d1c0d756da783e3f309ff59d60150ae `Rebecca Hauck`<mailto:rhauck@adobe.com> This test verifies that content wraps around all the image pixels + the shape-margin when shape-outside is given a png file.
|
||||
shape-image-007 reference/shape-image-007-ref left float, url(svg), real image + shape-margin (px) ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#shape-margin-property 4d415ec8e491738f866d2b8c6ea29d9b32c8c9b0 `Rebecca Hauck`<mailto:rhauck@adobe.com> This test verifies that content wraps around all the image pixels + the shape-margin when shape-outside is given an svg file.
|
||||
shape-image-008 reference/shape-image-008-ref left float, url(jpg), data uri + shape-margin (%) ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#shape-margin-property 642d8c10a49eeb5b3ff63bcf4178cf2fa3af945e `Rebecca Hauck`<mailto:rhauck@adobe.com> This test verifies that content wraps around all the image pixels + the shape-margin as a percentage when shape-outside is given an jpg data uri.
|
||||
shape-image-009 reference/shape-image-006-ref left float, url(png), real image 70% + shape-image-threshold + shape-margin (px) ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#shape-margin-property,http://www.w3.org/TR/css-shapes-1/#shape-image-threshold-property 92cb67f87a55acff500c1b670e6eb9db065cfadc `Rebecca Hauck`<mailto:rhauck@adobe.com> This test verifies that content wraps around the image pixels extracted from a shape-outside png file with shape-image-threshold set + the shape-margin in absolute length.
|
||||
shape-image-010 reference/shape-image-006-ref left float, url(png), data uri + shape-image-threshold + shape-margin (%) ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#shape-margin-property,http://www.w3.org/TR/css-shapes-1/#shape-image-threshold-property f059d876527bf0869fd61317e4cf02ef157f28f9 `Rebecca Hauck`<mailto:rhauck@adobe.com> This test verifies that content wraps around the image pixels extracted from a shape-outside png file with shape-image-threshold set + the shape-margin as a percentage.
|
||||
shape-image-011 reference/shape-image-007-ref left float, url(svg), real image + shape-image-threshold + shape-margin (px) ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#shape-margin-property,http://www.w3.org/TR/css-shapes-1/#shape-image-threshold-property cd3517d1807df366bb1142f278a15687264797e1 `Rebecca Hauck`<mailto:rhauck@adobe.com> This test verifies that content wraps around the image pixels extracted from a shape-outside svg file with shape-image-threshold set + the shape-margin in absolute length.
|
||||
shape-image-012 reference/shape-image-012-ref Wrapping content around right floating actual jpg image ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 4536e123e0338a943584c4b5b11474719075957a `Zoltan Horvath`<mailto:zoltan@adobe.com> This test verifies that content wraps around all the image pixels when shape-outside is given a jpg.
|
||||
shape-image-013 reference/shape-image-013-ref Wrapping content around shape given by a right floating png ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 6eddd1cb03bed41430a655ec9599dfe81bcfd557 `Zoltan Horvath`<mailto:zoltan@adobe.com> This test verifies that content wraps around the shape defined by the data uri png.
|
||||
shape-image-014 reference/shape-image-002-ref Wrapping content around shape given by a right floating svg file ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property bed8185298f2fd3256582f5dddeba6594e24f6a9 `Zoltan Horvath`<mailto:zoltan@adobe.com> This test verifies that content wraps around the shape defined by an svg file.
|
||||
shape-image-015 reference/shape-image-013-ref Image shape on a right float ahem,image http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 2e91de13adfb185a7d0a47a82ed1d3fac644d5de `Zoltan Horvath`<mailto:zoltan@adobe.com> This test verifies that a shape specified as a png image with 20% alpha and 0.2 shape-image-threshold creates a proper shape.
|
||||
shape-image-016 reference/shape-image-013-ref Image shape on a right float ahem,image http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 1151b1e12473418deac19f6dd6719cabbb2a93a2 `Zoltan Horvath`<mailto:zoltan@adobe.com> This test verifies that a shape specified as a png image with 70% alpha and 0.71 shape-image-threshold creates a proper shape.
|
||||
shape-image-017 reference/shape-image-002-ref Image shape on a right float ahem,image http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 6f093d074a8052786424add7fdd56a2b152f90b8 `Zoltan Horvath`<mailto:zoltan@adobe.com> This test verifies that a shape specified as a data uri svg with 70% alpha creates a proper shape, shape-image-threshold is defined to 0.71.
|
||||
shape-image-018 reference/shape-image-018-ref right float, url(jpg), real image + shape-margin (%) ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 57b4c97039af778a926f5d00ca65a7f811a1e92e `Hans Muller`<mailto:hmuller@adobe.com> This test verifies that the boundary of a shape-outside defined by a JPEG image file is the same as the image's dimensions + shape-margin.
|
||||
shape-image-019 reference/shape-image-019-ref right float, url(png), data uri + shape-margin (px) ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 258c433bb4ecdebf2931bfff50fce1126bb9b21c `Hans Muller`<mailto:hmuller@adobe.com> This test verifies the boundary of a shape-outside defined by a PNG data URI and a shape-margin.
|
||||
shape-image-020 reference/shape-image-020-ref right float, url(svg), data uri + shape-margin (%) ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 35823d0445245f1c0d21784fa53e55b08cff1b84 `Hans Muller`<mailto:hmuller@adobe.com> This test verifies the boundary of a shape-outside defined by an SVG URI and a shape-margin.
|
||||
shape-image-021 reference/shape-image-021-ref right float, url(png), real image + shape-image-threshold + shape-margin (%) ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 40e149d78e437057c37a5542a6aa57a6beecd02a `Hans Muller`<mailto:hmuller@adobe.com> This test verifies that the boundary of a shape-outside defined by a PNG image file and shape-margin is correct.
|
||||
shape-image-022 reference/shape-image-022-ref right float, url(gif), real image + shape-image-threshold + shape-margin (px) ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 5bdcf60e8eab340460a5a2871af2c8cbdca9550d `Hans Muller`<mailto:hmuller@adobe.com> This test verifies that the boundary of a shape-outside defined by a GIF image file and shape-margin is correct.
|
||||
shape-image-023 reference/shape-image-023-ref right float, url(svg), data uri + shape-image-threshold + shape-margin (%) ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property f39c879184f85b3c87f01425a1aba89606b9bb0c `Hans Muller`<mailto:hmuller@adobe.com> This test verifies the boundary of a shape-outside defined by an SVG URI, shape-image-threshold, and a shape-margin.
|
||||
shape-image-024 reference/shape-image-024-ref shape-outside from img element with different size than the image file ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 796b0c06569cb771de228d64112b757927bd4bc7 `Rebecca Hauck`<mailto:rhauck@adobe.com> This test verifies that content wraps around all the image pixels calculated from the size of the img element, which is different than the size of the image itself.
|
||||
shape-image-025 reference/shape-image-025-ref shape-outside from first frame of animated gif ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property f890ea48aa4d6fd396aba7811b59bd09416399f6 `Rebecca Hauck`<mailto:rhauck@adobe.com> This test verifies that shape-outside is extracted from the first frame of an animated gif.
|
||||
shape-image-threshold-000 Shape Image Threshold - Valid values dom,script http://www.w3.org/TR/css-shapes-1/#shape-image-threshold-property 3e7d356e7694130125e2a965fc77ad92f16844ff `Adobe`<http://html.adobe.com/>,`Rebecca Hauck`<mailto:rhauck@adobe.com> shape-image-threshold is any valid number and computed the clipped value between 0 and 1.
|
||||
shape-image-threshold-001 Shape Image Threshold - calc() values dom,script http://www.w3.org/TR/css-shapes-1/#shape-image-threshold-property 9350a00470d8fce5f81d76246e6db4afbcb8714c `Adobe`<http://html.adobe.com/>,`Rebecca Hauck`<mailto:rhauck@adobe.com> shape-image-threshold may take calc values and computed the clipped value between 0 and 1.
|
||||
shape-image-threshold-002 Shape Image Threshold - Invalid values dom,script http://www.w3.org/TR/css-shapes-1/#shape-image-threshold-property 4d929c6fc4a602959e451b1948cb377464a635c5 `Adobe`<http://html.adobe.com/>,`Rebecca Hauck`<mailto:rhauck@adobe.com> shape-image-threshold is set to 0 when an invalid value is specified.
|
||||
|
@ -53,6 +53,20 @@ shape-outside-016 Shape from box value - padding-box ahem,dom,script http://www
|
|||
shape-outside-017 Shape from box value - content-box ahem,dom,script http://www.w3.org/TR/css-shapes-1/#shapes-from-box-values,http://www.w3.org/TR/css-shapes-1/#shape-outside-property bfadea75dfb66d631cd3d6220cbf26faae7b029f `Rebecca Hauck`<mailto:rhauck@adobe.com>,`Bem Jones-Bey`<mailto:bemjb@adobe.com> This test verifies that content wraps around a shape defined by its content box.
|
||||
shape-outside-018 shape-margin offset from a polygonal shape-outside ahem,dom,script http://www.w3.org/TR/css-shapes-1/#shapes-from-box-values,http://www.w3.org/TR/css-shapes-1/#shape-outside-property c40af4d505fc3e86172ea038432430254080c1fe `Rebecca Hauck`<mailto:rhauck@adobe.com>,`Bem Jones-Bey`<mailto:bemjb@adobe.com> This test verifies that that content flows around the shape-margin defined on a polygonal shape-outside.
|
||||
shape-outside-019 Shape from image - alpha channel, opacity > 0 + shape-margin ahem,dom,script http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 209412811403cc407e4ffebe2cc83da1508ed640 `Rebecca Hauck`<mailto:rhauck@adobe.com>,`Bem Jones-Bey`<mailto:bemjb@adobe.com> This test verifies that the content flows around the shape defined in the images alpha channel and the shape-margin.
|
||||
shape-outside-border-box-001 reference/shape-outside-border-box-001-ref float left, border-box https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values b20f8f37f8a946f1ed8a7074f586fbc4c60ad953 `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the left float shape defined by the border-box value.
|
||||
shape-outside-border-box-002 reference/shape-outside-border-box-002-ref float right, border-box https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values 77ad21e24546503440b4c66cefa62dbedcbc8d96 `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the right float shape defined by the border-box value.
|
||||
shape-outside-border-box-border-radius-001 reference/shape-outside-border-box-border-radius-001-ref float left, border-box, border-radius https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values 3a65c696d13a90ea50d109f635dfc66824becb9a `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the left float shape defined by the border-box and border-radius value.
|
||||
shape-outside-border-box-border-radius-002 reference/shape-outside-border-box-border-radius-002-ref float left, border-box, border-radius, no margin https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values 92d1a74476bd97509700be83beec0d43079f8c8d `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the left float shape defined by the border-box and border-radius value.
|
||||
shape-outside-border-box-border-radius-003 reference/shape-outside-border-box-border-radius-003-ref float right, border-box, border-radius https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values 97894278f09c4f5e05a7b00600d660cab50eb5be `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the right float shape defined by the border-box and border-radius value.
|
||||
shape-outside-border-box-border-radius-004 reference/shape-outside-border-box-border-radius-004-ref float right, border-box, border-radius, no margin https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values 1dc16b47a8b711917a12677a5fa84bc720f78de7 `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the right float shape defined by the border-box and border-radius value.
|
||||
shape-outside-border-box-border-radius-005 reference/shape-outside-border-box-border-radius-005-ref vertical-rl, float left, border-box, border-bottom-right-radius https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values eac83a0358522b0fa4b71bb705ecff48c23a57e2 `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the left float shape defined by the border-box and border-bottom-right-radius value under vertical-rl writing-mode.
|
||||
shape-outside-border-box-border-radius-006 reference/shape-outside-border-box-border-radius-006-ref vertical-rl, float right, border-box, border-top-right-radius https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values b55cdeb05d0cf88b197c6d0a136fe661a5202057 `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the right float shape defined by the border-box and border-top-right-radius value under vertical-rl writing-mode.
|
||||
shape-outside-border-box-border-radius-007 reference/shape-outside-border-box-border-radius-007-ref vertical-lr, float left, border-box, border-bottom-right-radius https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values e64834d3954fd1cebc7c2859476f488d0bbdd21e `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the left float shape defined by the border-box and border-bottom-right-radius value under vertical-lr writing-mode.
|
||||
shape-outside-border-box-border-radius-008 reference/shape-outside-border-box-border-radius-008-ref vertical-lr, float right, border-box, border-top-right-radius https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values 0a2f820c5d6089fd9d18a8eb5ef3e6b3ac8ac0d5 `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the right float shape defined by the border-box and border-top-right-radius value under vertical-lr writing-mode.
|
||||
shape-outside-border-box-border-radius-009 reference/shape-outside-border-box-border-radius-009-ref sideways-rl, float left, border-box, border-bottom-right-radius https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values 5cbbe8ed2491e75e04398364c26de6d27b5564a9 `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the left float shape defined by the border-box and border-bottom-right-radius value under sideways-rl writing-mode.
|
||||
shape-outside-border-box-border-radius-010 reference/shape-outside-border-box-border-radius-010-ref sideways-rl, float right, border-box, border-top-right-radius https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values 6b0ee173b7370c227150943da7f1d20bd6683ebc `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the right float shape defined by the border-box and border-top-right-radius value under sideways-rl writing-mode.
|
||||
shape-outside-border-box-border-radius-011 reference/shape-outside-border-box-border-radius-011-ref sideways-lr, float left, border-box, border-top-right-radius https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values 6b7f8f310e381e71824ff82ed29241f26ac418c9 `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the left float shape defined by the border-box and border-top-right-radius value under sideways-lr writing-mode.
|
||||
shape-outside-border-box-border-radius-012 reference/shape-outside-border-box-border-radius-012-ref sideways-lr, float right, border-box, border-bottom-right-radius https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values 4ce9b27239b2965da63d82c830f8efbaabdb87c8 `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the right float shape defined by the border-box and border-bottom-right-radius value under sideways-lr writing-mode.
|
||||
shape-outside-box-000 Shape Outside Box Valid Values dom,script http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#typedef-shape-box 0204972ae10189fa776bc34702ac141aa617fb83 `Adobe`<http://html.adobe.com/>,`Bear Travis`<mailto:betravis@adobe.com> Shape-outside may be one of the box model box values
|
||||
shape-outside-box-002 reference/shape-outside-box-001-ref left float, shape-outside: content-box ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-box-values,http://www.w3.org/TR/css-shapes-1/#content-box,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 27b1a2cc7f203208b914284383c48dc9828bbdf3 `Rebecca Hauck`<mailto:rhauck@adobe.com> The test verifies that text wraps around a left float with a shape-outside defined as the content box.
|
||||
shape-outside-box-003 reference/shape-outside-box-001-ref left float, shape-outside: border-box ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-box-values,http://www.w3.org/TR/css-shapes-1/#border-box,http://www.w3.org/TR/css-shapes-1/#shape-outside-property b05fd702552fc7b0efedf31b5dd53845bbf0ee58 `Rebecca Hauck`<mailto:rhauck@adobe.com> The test verifies that text wraps around a left float with a shape-outside defined as the border box.
|
||||
|
@ -72,6 +86,7 @@ shape-outside-circle-008 Shape Outside Circle Invalid Position Argument Values
|
|||
shape-outside-circle-009 Shape Outside Circle Position Arguments - positive/negative, decimal/non-decimal dom,script http://www.w3.org/TR/css-shapes-1/#funcdef-circle,http://www.w3.org/TR/css-shapes-1/#shape-outside-property c11a89648b797fdb15eb129bdf4537517a0286e8 `Adobe`<http://html.adobe.com/>,`Rebecca Hauck`<mailto:rhauck@adobe.com> A circle's position arguments may be in signed positive/negative or decimal/non-decimal format.
|
||||
shape-outside-circle-010 Shape Outside Circle args - calc() values dom,script http://www.w3.org/TR/css-shapes-1/#funcdef-circle,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css3-values/#calc-notation 607e2d5c6f3cff8a2d826c391d39d86c68759214 `Adobe`<http://html.adobe.com/>,`Rebecca Hauck`<mailto:rhauck@adobe.com> A circle's arguments may be in calc() values.
|
||||
shape-outside-circle-011 Shape Outside Circle position args - calc() values dom,script http://www.w3.org/TR/css-shapes-1/#funcdef-circle,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css3-values/#calc-notation 8cc2d5a116e562bc4600e5cf7997391247259921 `Adobe`<http://html.adobe.com/>,`Rebecca Hauck`<mailto:rhauck@adobe.com> A circle's <position> arguments may be in calc() values.
|
||||
shape-outside-circle-012 reference/shape-outside-circle-011-ref float right, circle(closest-side at center) border-box https://drafts.csswg.org/css-shapes-1/#supported-basic-shapes 833428f8a9a5263a95e6e004062e23297a9be29d `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the right float shape defined by the basic shape circle(closest-side at center) border-box value.
|
||||
shape-outside-circle-013 reference/shape-outside-circle-013-ref left float, circle + margin-box + position (px) ahem http://www.w3.org/TR/css-shapes-1/#funcdef-circle,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#margin-box 3567131f70862a0eac28ec3d1eee26c672b08b22 `Rebecca Hauck`<mailto:rhauck@adobe.com> The test verifies that text wraps around a left float with a shape-outside defined as a circle from the margin box and positioned in px units.
|
||||
shape-outside-circle-014 reference/shape-outside-circle-013-ref left float, circle + content-box + radius and position in % units ahem http://www.w3.org/TR/css-shapes-1/#funcdef-circle,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#content-box f2be2ba869b292cb4d77932987991f7b08056a3f `Rebecca Hauck`<mailto:rhauck@adobe.com> The test verifies that text wraps around a left float with a shape-outside defined as a circle from the content box with the radius and position in percentage units.
|
||||
shape-outside-circle-015 reference/shape-outside-circle-013-ref left float, circle + closest-side + padding-box ahem http://www.w3.org/TR/css-shapes-1/#funcdef-circle,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#closest-side,http://www.w3.org/TR/css-shapes-1/#padding-box 8fa5a3fe3b6f38fa3e1c5c82b13f694cd272780c `Rebecca Hauck`<mailto:rhauck@adobe.com> The test verifies that text wraps around a left float with a shape-outside defined as a circle with the radius explicitly set as closest-side from the padding box.
|
||||
|
@ -82,6 +97,7 @@ shape-outside-circle-019 reference/shape-outside-circle-013-ref left float, circ
|
|||
shape-outside-circle-020 reference/shape-outside-circle-013-ref left float, circle at % + border-box + shape-margin ahem http://www.w3.org/TR/css-shapes-1/#funcdef-circle,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#border-box,http://www.w3.org/TR/css-shapes-1/#shape-margin-property b0a500f74d59427133d10b78c90b5f829aea3e49 `Rebecca Hauck`<mailto:rhauck@adobe.com> The test verifies that text wraps around a left float with a shape-outside defined as a circle from the padding box with a position specified as a percentage and with a shape-margin.
|
||||
shape-outside-circle-021 reference/shape-outside-circle-013-ref left float, circle + farthest-side + padding-box + shape-margin ahem http://www.w3.org/TR/css-shapes-1/#funcdef-circle,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#farthest-side,http://www.w3.org/TR/css-shapes-1/#padding-box,http://www.w3.org/TR/css-shapes-1/#shape-margin-property 9867be2e26b7cb51240c4a8b08d14c641a0d7933 `Rebecca Hauck`<mailto:rhauck@adobe.com> The test verifies that text wraps around a left float with a shape-outside defined as a circle with a farthest-side radius from the padding box with a shape-margin.
|
||||
shape-outside-circle-022 reference/shape-outside-circle-013-ref left float, circle at bottom right + content-box + shape-margin ahem http://www.w3.org/TR/css-shapes-1/#funcdef-circle,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#content-box,http://www.w3.org/TR/css-shapes-1/#shape-margin-property 01e47c5a861042c37e4238914b8672564f46ce24 `Rebecca Hauck`<mailto:rhauck@adobe.com> The test verifies that text wraps around a left float with a shape-outside defined as a circle from the padding box positioned at center right with a shape-margin.
|
||||
shape-outside-circle-023 reference/shape-outside-circle-023-ref horizontal-tb, float left, circle(50% at left 40px bottom 40px) https://drafts.csswg.org/css-shapes-1/#supported-basic-shapes 7d04d94f7e3ba83d786abeb6b38852676034083a `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the left float shape defined by circle(50% at left 40px bottom 40px) value under horizontal-tb writing-mode.
|
||||
shape-outside-circle-024 reference/shape-outside-circle-023-ref right float, circle radius in % units + shape-margin + border-box ahem http://www.w3.org/TR/css-shapes-1/#funcdef-circle,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#shape-margin-property,http://www.w3.org/TR/css-shapes-1/#border-box ce4f88b12ab090f5cc2758f1944221a9a0bca658 `Rebecca Hauck`<mailto:rhauck@adobe.com> The test verifies that text wraps around a right float with a shape-outside defined as a circle from the border box with radius in percentage units and with a shape-margin.
|
||||
shape-outside-circle-025 reference/shape-outside-circle-023-ref right float, circle + shape-margin + padding-box ahem http://www.w3.org/TR/css-shapes-1/#funcdef-circle,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#shape-margin-property,http://www.w3.org/TR/css-shapes-1/#padding-box 7c25ed8ee94053c7ce6b4086aee0a8eea775a81c `Rebecca Hauck`<mailto:rhauck@adobe.com> The test verifies that text wraps around a right float with a shape-outside defined as a circle from the padding box with a shape-margin.
|
||||
shape-outside-circle-026 reference/shape-outside-circle-023-ref right float, circle + shape-margin + content-box ahem http://www.w3.org/TR/css-shapes-1/#funcdef-circle,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#shape-margin-property,http://www.w3.org/TR/css-shapes-1/#content-box fef0cdae35b1d11ab2ba22d6dc0452dc690e3614 `Rebecca Hauck`<mailto:rhauck@adobe.com> The test verifies that text wraps around a right float with a shape-outside defined as a circle from the content box with a shape-margin.
|
||||
|
@ -92,6 +108,10 @@ shape-outside-circle-030 reference/shape-outside-circle-030-ref left float, circ
|
|||
shape-outside-circle-031 reference/shape-outside-circle-030-ref left float, circle radius in % units ahem,dom http://www.w3.org/TR/css-shapes-1/#funcdef-circle,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 0d4c26c46bcba5ebb738e16182597b4195623681 `Rebecca Hauck`<mailto:rhauck@adobe.com> The test verifies that text wraps around a left float with a shape-outside defined as an circle with the radius in percentage units.
|
||||
shape-outside-computed-shape-000 Shape Outside Basic Shape Computed Font Relative Lengths dom,script http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-cascade-3/#computed 8b280e5be14ea8818d4abe714a7671f8d16ab570 `Adobe`<http://html.adobe.com/>,`Bear Travis`<mailto:betravis@adobe.com> The basic shape can contain relative length formats, which resolve to the computed (absolute) length value
|
||||
shape-outside-computed-shape-001 Shape Outside Basic Shape Computed Percentage Lengths dom,script http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-cascade-3/#computed fd05b500e016deb5b711aac285ac5aa72b09e147 `Adobe`<http://html.adobe.com/>,`Bear Travis`<mailto:betravis@adobe.com> The basic shape can contain percentages, which remain unchanged when computed
|
||||
shape-outside-content-box-001 reference/shape-outside-content-box-001-ref float left, content-box https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values b0803be0d7dc47f5a40e110e6af43c0e0fb966bb `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the left float shape defined by the content-box value.
|
||||
shape-outside-content-box-002 reference/shape-outside-content-box-002-ref float right, content-box https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values 85929400a3bc346c853b1731615a16f209f0f743 `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the right float shape defined by the content-box value.
|
||||
shape-outside-content-box-border-radius-001 reference/shape-outside-content-box-border-radius-001-ref float left, content-box, border-radius https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values 947b3f995813fdda81d10cae6b99d55747774225 `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the left float shape defined by the content-box and border-radius value.
|
||||
shape-outside-content-box-border-radius-002 reference/shape-outside-content-box-border-radius-002-ref float right, content-box, border-radius https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values d9a03e11fe5c9a8ef73ab10db3fe968f335d44a6 `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the right float shape defined by the content-box and border-radius value.
|
||||
shape-outside-ellipse-000 Shape Outside Ellipse Valid Formats dom,script http://www.w3.org/TR/css-shapes-1/#funcdef-ellipse,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 6f376b7d2fca99b749eb65fd4217201337b9ccb1 `Adobe`<http://html.adobe.com/>,`Bear Travis`<mailto:betravis@adobe.com> An elliptical basic shape has two optional components, radii (2) and a position.
|
||||
shape-outside-ellipse-001 Shape Outside Ellipse Valid Radii dom,script http://www.w3.org/TR/css-shapes-1/#funcdef-ellipse,http://www.w3.org/TR/css-shapes-1/#shape-outside-property a8536bd4f712866980865434b4a0bc9469293d26 `Adobe`<http://html.adobe.com/>,`Bear Travis`<mailto:betravis@adobe.com> An elliptical basic shape's radii may be keywords, lengths or percentages
|
||||
shape-outside-ellipse-002 Shape Outside Ellipse Valid Positions dom,script http://www.w3.org/TR/css-shapes-1/#funcdef-ellipse,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css3-values/#lengths e069870229afea5bc6dbf4b6768c847230aafc09 `Adobe`<http://html.adobe.com/>,`Bear Travis`<mailto:betravis@adobe.com>,`Rebecca Hauck`<mailto:rhauck@adobe.com> An ellipse's position argument may be any of the valid combinations: [ percentage|length left|center|right ] or [ percentage|length left|center|right ] [ percentage|length top|center|bottom ] or [ left|center|right ] or [ left|center|right top|center|bottom ] or [ top|center|bottom ].
|
||||
|
@ -104,6 +124,7 @@ shape-outside-ellipse-008 Shape Outside Ellipse Invalid Position Argument Value
|
|||
shape-outside-ellipse-009 Shape Outside Ellipse Position Arguments - positive/negative, decimal/non-decimal dom,script http://www.w3.org/TR/css-shapes-1/#funcdef-ellipse,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 3dedcafd41d7657e2882a3a0f4cac27e3d14aad6 `Adobe`<http://html.adobe.com/>,`Rebecca Hauck`<mailto:rhauck@adobe.com> An ellipse's position arguments may be in signed positive/negative or decimal/non-decimal format.
|
||||
shape-outside-ellipse-010 Shape Outside Ellipse args - calc() values dom,script http://www.w3.org/TR/css-shapes-1/#funcdef-ellipse,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css3-values/#calc-notation 8c49b198bd80451d133a58cd38c2b239a00559d6 `Adobe`<http://html.adobe.com/>,`Rebecca Hauck`<mailto:rhauck@adobe.com> An ellipse's arguments may be in calc() values.
|
||||
shape-outside-ellipse-011 Shape Outside Ellipse position args - calc() values dom,script http://www.w3.org/TR/css-shapes-1/#funcdef-ellipse,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css3-values/#calc-notation 48410d76452c7db1675fa2e3fd3eeebe072948ba `Adobe`<http://html.adobe.com/>,`Rebecca Hauck`<mailto:rhauck@adobe.com> An ellipse's <position> arguments may be in calc() values.
|
||||
shape-outside-ellipse-012 reference/shape-outside-ellipse-011-ref float right, ellipse(closest-side closest-side at top right) https://drafts.csswg.org/css-shapes-1/#supported-basic-shapes eec9cd1d20264aa334ce0c60a95ed2c04fc044be `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the right float shape defines an empty float area by the basic shape ellipse(0% 0closest-side closest-side at top right) value.
|
||||
shape-outside-ellipse-013 reference/shape-outside-ellipse-013-ref left float, ellipse radii and position in px ahem http://www.w3.org/TR/css-shapes-1/#funcdef-ellipse,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 9c923aebfb6689c32f7c147001db31f80e017f21 `Rebecca Hauck`<mailto:rhauck@adobe.com> The test verifies that text wraps around a left float with a shape-outside defined as a ellipse with radii and position in px units.
|
||||
shape-outside-ellipse-014 reference/shape-outside-ellipse-013-ref left float, ellipse radii and position in % units + content-box ahem http://www.w3.org/TR/css-shapes-1/#funcdef-ellipse,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#content-box 2c53cc243269425a74bb8d5a778e028dab2f7be7 `Rebecca Hauck`<mailto:rhauck@adobe.com> The test verifies that text wraps around a left float with a shape-outside defined as a ellipse from the content box with the position and radii in percentage units.
|
||||
shape-outside-ellipse-015 reference/shape-outside-ellipse-013-ref left float, ellipse + closest-side + padding-box ahem http://www.w3.org/TR/css-shapes-1/#funcdef-ellipse,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#closest-side,http://www.w3.org/TR/css-shapes-1/#padding-box ffc6d3749fe5bd73551aa34b1615565094c53b48 `Rebecca Hauck`<mailto:rhauck@adobe.com> The test verifies that text wraps around a left float with a shape-outside defined as an ellipse with the radii explicitly set as closest-side from the padding box.
|
||||
|
@ -135,25 +156,39 @@ shape-outside-inset-012 reference/shape-outside-inset-010-ref left float, inset
|
|||
shape-outside-inset-013 reference/shape-outside-inset-010-ref left float, inset + border-box ahem http://www.w3.org/TR/css-shapes-1/#funcdef-inset,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#shapes-from-box-values d26ec3db72e1b6066423a28aad01938b40ea4a85 `Rebecca Hauck`<mailto:rhauck@adobe.com> The test verfies that text flows around a left float with a shape-outside defined as an inset rectangle + border-box.
|
||||
shape-outside-inset-014 reference/shape-outside-inset-010-ref left float, inset + content-box ahem http://www.w3.org/TR/css-shapes-1/#funcdef-inset,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#shapes-from-box-values 87ebc5f38f16a33ff7aca2275567aadd22b48357 `Rebecca Hauck`<mailto:rhauck@adobe.com> The test verfies that text flows around a left float with a shape-outside defined as an inset rectangle + content-box.
|
||||
shape-outside-inset-015 reference/shape-outside-inset-010-ref left float, inset + padding-box ahem http://www.w3.org/TR/css-shapes-1/#funcdef-inset,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#shapes-from-box-values 0ce18757db92528158165b418e1b1a991a6b3638 `Rebecca Hauck`<mailto:rhauck@adobe.com> The test verfies that text flows around a left float with a shape-outside defined as an inset rectangle + padding-box.
|
||||
shape-outside-invalid-001 CSS Shapes Test - shape-outside invalid shape dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes 28d3de89d20a53249183e512fb801a74379242bf `noonnightstorm`<mailto:noonnightstorm@gmail.com> shape-outside declaration is invalid if shape is invalid
|
||||
shape-outside-invalid-circle-000 Circle - invalid 2 args dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes,http://www.w3.org/TR/css-shapes-1/#funcdef-circle 17b254c9f82989a3c77026ffe9225edb1d9ae087 `biqing`<biqing.kwok@qq.com> shape-outside declaration is invalid if circle shape function only has two parameters
|
||||
shape-outside-invalid-circle-001 Circle - invalid r values dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes,http://www.w3.org/TR/css-shapes-1/#funcdef-circle 5f1df6247e6090a15b05d7a21eaffb2c95516639 `biqing`<biqing.kwok@qq.com> shape-outside declaration is invalid if circle shape function has an invalid r parameter
|
||||
shape-outside-invalid-circle-002 CSS Shapes Test - Circle - invalid cy value dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes,http://www.w3.org/TR/css-shapes-1/#funcdef-circle 42ee6bd11b23d3fedd95a6d81a5b7ae50b06f4c6 `noonnightstorm`<mailto:noonnightstorm@gmail.com> shape-outside declaration is invalid if cy for circle function is invalid
|
||||
shape-outside-invalid-circle-003 Circle - invalid cx value dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes,http://www.w3.org/TR/css-shapes-1/#funcdef-ellipse,http://www.w3.org/TR/css-shapes-1/#funcdef-circle 87e29a1648dc77ff7fdccc5172e8c397a585fee4 `Sherlock Zhong`<mailto:sherlock.z0917@gmail.com> shape-outside declaration is invalid if circle shape function has an invalid cx param
|
||||
shape-outside-invalid-ellipse-001 Ellipse - invalid 2 arg dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes,http://www.w3.org/TR/css-shapes-1/#funcdef-ellipse 345d0401dacae27e16b7c7f32a88c7bba10840a8 `Sherlock Zhong`<mailto:sherlock.z0917@gmail.com> shape-outside declaration is invalid if ellipse shape function has two invalid arguments
|
||||
shape-outside-invalid-ellipse-002 Ellipse - invalid ry value dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes 995cdbddbdf1ccc4260271aedfae798be19e1cbe `Sherlock Zhong`<mailto:sherlock.z0917@gmail.com> shape-outside declaration is invalid if ellipse shape function has an invalid ry param
|
||||
shape-outside-invalid-ellipse-003 Ellipse - invalid rx value dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes fc21b6b1a2195ac755e6c15b75370b9cb2a9a8fe `Sherlock Zhong`<mailto:sherlock.z0917@gmail.com> shape-outside declaration is invalid if ellipse shape function has an invalid rx param
|
||||
shape-outside-invalid-ellipse-004 CSS Shapes Test - Ellipse - invalid 1 arg dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes 7632245ce584ef72cceb7b31814345b139d2b117 `noonnightstorm`<mailto:noonnightstorm@gmail.com> shape-outside declaration is invalid if ellipse function has one invalid argument
|
||||
shape-outside-invalid-ellipse-005 CSS Shapes Test - Ellipse - invalid cy value dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes c6c97867544b28c05bdc9c911ee47a93b58e9a01 `noonnightstorm`<mailto:noonnightstorm@gmail.com> shape-outside declaration is invalid if cy in ellipse function is invalid
|
||||
shape-outside-invalid-ellipse-006 CSS Shapes Test - Ellipse - invalid cx value dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes 8c622a344736d84a193ce0ae972e067250347662 `noonnightstorm`<mailto:noonnightstorm@gmail.com> shape-outside declaration is invalid if cx in ellipse function is invalid
|
||||
shape-outside-invalid-inset-001 Inset Rectangles - invalid top arg dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes,http://www.w3.org/TR/css-shapes-1/#funcdef-inset b49cf1b787dfc490754cda27b6b2265dea4ffdfa `Sherlock Zhong`<mailto:sherlock.z0917@gmail.com> shape-outside declaration is invalid if inset shape function has an invalid top param
|
||||
shape-outside-invalid-inset-002 Inset Rectangles - invalid right arg dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes,http://www.w3.org/TR/css-shapes-1/#funcdef-inset c64285c0e027a1da7212b03afe2ca1f78eb7ab79 `Sherlock Zhong`<mailto:sherlock.z0917@gmail.com> shape-outside declaration is invalid if inset shape function has an invalid right param
|
||||
shape-outside-invalid-inset-003 Inset Rectangles - invalid bottom arg dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes,http://www.w3.org/TR/css-shapes-1/#funcdef-inset 301e804e7d75796a91019fd15427857950473bce `Sherlock Zhong`<mailto:sherlock.z0917@gmail.com> shape-outside declaration is invalid if inset shape function has an invalid bottom param
|
||||
shape-outside-invalid-inset-004 Inset Rectangles - invalid left param dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes,http://www.w3.org/TR/css-shapes-1/#funcdef-inset 9633d0349dad548b27e0a00d4ccaad58ee6fd707 `Sherlock Zhong`<mailto:sherlock.z0917@gmail.com> shape-outside declaration is invalid if inset shape function has an invalid left param
|
||||
shape-outside-linear-gradient-001 reference/shape-outside-linear-gradient-001-ref Left float with linear gradient ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 53e7275832469e325100bcf8a7f52436ebd472a1 `Bear Travis`<betravis@adobe.com> This test verifies that shape-outside respects a simple linear gradient.
|
||||
shape-outside-linear-gradient-002 reference/shape-outside-linear-gradient-002-ref Right float with linear gradient ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 8db734ca57d43481969f4e713881301b4e88ddf5 `Bear Travis`<betravis@adobe.com> This test verifies that shape-outside respects a simple linear gradient on a right float.
|
||||
shape-outside-linear-gradient-003 reference/shape-outside-linear-gradient-002-ref Right float with linear gradient ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#shape-margin-property 33afb2e54be0fc2f1475368ee1f5bf0858ef1f2a `Bear Travis`<betravis@adobe.com> This test verifies that shape-outside respects a simple linear gradient on a right float with shape-margin applied.
|
||||
shape-outside-invalid-001 CSS Shapes Test - shape-outside invalid shape dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes 219831f613b595899aae0aa9e907f8b97d74ef7f `noonnightstorm`<mailto:noonnightstorm@gmail.com> shape-outside declaration is invalid if shape is invalid
|
||||
shape-outside-invalid-circle-000 Circle - invalid 2 args dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes,http://www.w3.org/TR/css-shapes-1/#funcdef-circle e4db94771d71d8ee4188323ae381e6dbd633774c `biqing`<mailto:biqing.kwok@qq.com> shape-outside declaration is invalid if circle shape function only has two parameters
|
||||
shape-outside-invalid-circle-001 Circle - invalid r values dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes,http://www.w3.org/TR/css-shapes-1/#funcdef-circle f0c998d250f75a1f6ca3f33262a3d5e75f1cd614 `biqing`<mailto:biqing.kwok@qq.com> shape-outside declaration is invalid if circle shape function has an invalid r parameter
|
||||
shape-outside-invalid-circle-002 CSS Shapes Test - Circle - invalid cy value dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes,http://www.w3.org/TR/css-shapes-1/#funcdef-circle 2dba144a1030d05e4d3cfe030c90289e03b9760e `noonnightstorm`<mailto:noonnightstorm@gmail.com> shape-outside declaration is invalid if cy for circle function is invalid
|
||||
shape-outside-invalid-circle-003 Circle - invalid cx value dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes,http://www.w3.org/TR/css-shapes-1/#funcdef-ellipse,http://www.w3.org/TR/css-shapes-1/#funcdef-circle 3121b34992b54a0f1c43d8f9be8ab01526d0cfff `Sherlock Zhong`<mailto:sherlock.z0917@gmail.com> shape-outside declaration is invalid if circle shape function has an invalid cx param
|
||||
shape-outside-invalid-ellipse-001 Ellipse - invalid 2 arg dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes,http://www.w3.org/TR/css-shapes-1/#funcdef-ellipse 84388a53098bba629b952830ff48059aa0d7deec `Sherlock Zhong`<mailto:sherlock.z0917@gmail.com> shape-outside declaration is invalid if ellipse shape function has two invalid arguments
|
||||
shape-outside-invalid-ellipse-002 Ellipse - invalid ry value dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes c3c9f3a7ca08ffbbb660a5d725d86a5faa14726d `Sherlock Zhong`<mailto:sherlock.z0917@gmail.com> shape-outside declaration is invalid if ellipse shape function has an invalid ry param
|
||||
shape-outside-invalid-ellipse-003 Ellipse - invalid rx value dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes 27e1ae336a160264a1df86f78da9110d2d802040 `Sherlock Zhong`<mailto:sherlock.z0917@gmail.com> shape-outside declaration is invalid if ellipse shape function has an invalid rx param
|
||||
shape-outside-invalid-ellipse-004 CSS Shapes Test - Ellipse - invalid 1 arg dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes 312d20368482e3922d0399a058b100af6e96b110 `noonnightstorm`<mailto:noonnightstorm@gmail.com> shape-outside declaration is invalid if ellipse function has one invalid argument
|
||||
shape-outside-invalid-ellipse-005 CSS Shapes Test - Ellipse - invalid cy value dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes 57c9e4a98b72253bef0d076f85f473f19c0cd6ae `noonnightstorm`<mailto:noonnightstorm@gmail.com> shape-outside declaration is invalid if cy in ellipse function is invalid
|
||||
shape-outside-invalid-ellipse-006 CSS Shapes Test - Ellipse - invalid cx value dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes 20cc2dd36822979ad15321a0473680543818787e `noonnightstorm`<mailto:noonnightstorm@gmail.com> shape-outside declaration is invalid if cx in ellipse function is invalid
|
||||
shape-outside-invalid-inset-001 Inset Rectangles - invalid top arg dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes,http://www.w3.org/TR/css-shapes-1/#funcdef-inset 05207d8725ac6e05a7c817b33814c877075d659e `Sherlock Zhong`<mailto:sherlock.z0917@gmail.com> shape-outside declaration is invalid if inset shape function has an invalid top param
|
||||
shape-outside-invalid-inset-002 Inset Rectangles - invalid right arg dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes,http://www.w3.org/TR/css-shapes-1/#funcdef-inset 4656504ed3e7382006de4fc4fc777ed6efa20e20 `Sherlock Zhong`<mailto:sherlock.z0917@gmail.com> shape-outside declaration is invalid if inset shape function has an invalid right param
|
||||
shape-outside-invalid-inset-003 Inset Rectangles - invalid bottom arg dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes,http://www.w3.org/TR/css-shapes-1/#funcdef-inset 574955065c2bf48c79e8242e70da5bf6554ab40f `Sherlock Zhong`<mailto:sherlock.z0917@gmail.com> shape-outside declaration is invalid if inset shape function has an invalid bottom param
|
||||
shape-outside-invalid-inset-004 Inset Rectangles - invalid left param dom,script http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes,http://www.w3.org/TR/css-shapes-1/#funcdef-inset 71c8b0b1cb8d5a03a185eace7979af741dba6330 `Sherlock Zhong`<mailto:sherlock.z0917@gmail.com> shape-outside declaration is invalid if inset shape function has an invalid left param
|
||||
shape-outside-linear-gradient-001 reference/shape-outside-linear-gradient-001-ref Left float with linear gradient ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 5a66b6918428c8459d0c59a30650efcad86f5c51 `Bear Travis`<mailto:betravis@adobe.com> This test verifies that shape-outside respects a simple linear gradient.
|
||||
shape-outside-linear-gradient-002 reference/shape-outside-linear-gradient-002-ref Right float with linear gradient ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 7d4aa2b909dcddaf6a18f4d1472e61fe4fa73c97 `Bear Travis`<mailto:betravis@adobe.com> This test verifies that shape-outside respects a simple linear gradient on a right float.
|
||||
shape-outside-linear-gradient-003 reference/shape-outside-linear-gradient-002-ref Right float with linear gradient ahem http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#shape-margin-property 2e0123385074205acf266210c8afe44675b1fce1 `Bear Travis`<mailto:betravis@adobe.com> This test verifies that shape-outside respects a simple linear gradient on a right float with shape-margin applied.
|
||||
shape-outside-linear-gradient-004 reference/shape-outside-linear-gradient-004-ref Shape outside and repeating linear gradient http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property bc56ea948ca8a951e57a9c4729e720208da66388 `Alan Stearns`<mailto:stearns@adobe.com> This test verifies that content wraps correctly around a shape defined by a repeating linear gradient.
|
||||
shape-outside-margin-box-001 reference/shape-outside-margin-box-001-ref float left, margin-box https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values 2974d3fe75c62cc29adabc3bc926b471c5bd76e1 `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the left float shape defined by the margin-box value.
|
||||
shape-outside-margin-box-002 reference/shape-outside-margin-box-002-ref float right, margin-box https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values 6340b90ff66644cae4552f81f758f63c570f1864 `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the right float shape defined by the margin-box value.
|
||||
shape-outside-margin-box-border-radius-001 reference/shape-outside-margin-box-border-radius-001-ref float left, margin-box, border-radius https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values b280dce70a0afe00b9d16b7549c59235221a66f8 `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the left float shape defined by the margin-box and border-radius value.
|
||||
shape-outside-margin-box-border-radius-002 reference/shape-outside-margin-box-border-radius-002-ref float left, margin-box, border-radius https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values e5d9072376f2c792eebc3f92aaf33e0c0dbc109d `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the left float shape defined by the margin-box and border-radius value.
|
||||
shape-outside-margin-box-border-radius-003 reference/shape-outside-margin-box-border-radius-003-ref float right, margin-box, border-radius https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values 224a45d46e1862183b828c8eab280e1ee9b5f2d0 `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the right float shape defined by the margin-box and border-radius value.
|
||||
shape-outside-margin-box-border-radius-004 reference/shape-outside-margin-box-border-radius-004-ref float right, margin-box, border-radius https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values c79ecedfe6c0c16eaa4171e0f304dc934fa1224c `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the right float shape defined by the margin-box and border-radius value.
|
||||
shape-outside-margin-box-border-radius-005 reference/shape-outside-margin-box-border-radius-005-ref float left, margin-box, border-top-right-radius https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values f7a0979c8417c28af312965c4ee93bd48df1db3a `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the left float shape defined by the margin-box and border-top-right-radius value.
|
||||
shape-outside-margin-box-border-radius-006 reference/shape-outside-margin-box-border-radius-006-ref float left, margin-box, border-bottom-right-radius https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values 12bbbb02e46762d5073d508821f8c4f6a57f21d9 `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the left float shape defined by the margin-box and border-bottom-right-radius value.
|
||||
shape-outside-margin-box-border-radius-007 reference/shape-outside-margin-box-border-radius-007-ref float left in rtl container, margin-box, border-top-right-radius https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values 8cf1f89a643148a9550d8d2b4a542b773a67d041 `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the left float shape in rtl container defined by the margin-box and border-top-right-radius value.
|
||||
shape-outside-margin-box-border-radius-008 reference/shape-outside-margin-box-border-radius-008-ref float right in ltr container, margin-box, border-top-left-radius https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values c262219016ae6636748fc6af0d4201ff251d7f1a `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the right float shape in ltr container defined by the margin-box and border-top-left-radius value.
|
||||
shape-outside-padding-box-001 reference/shape-outside-padding-box-001-ref float left, padding-box https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values 7f670305d56ea55e9a28305a0299e5df671133ad `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the left float shape defined by the padding-box value.
|
||||
shape-outside-padding-box-002 reference/shape-outside-padding-box-002-ref float right, padding-box https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values cbe1beffb6a9d23584ccbdcf1b7b8773e61dc305 `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the right float shape defined by the padding-box value.
|
||||
shape-outside-padding-box-border-radius-001 reference/shape-outside-padding-box-border-radius-001-ref float left, padding-box, border-radius https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values 9399c5840053f94855b59df0b166340b6ed6f5af `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the left float shape defined by the padding-box and border-radius value.
|
||||
shape-outside-padding-box-border-radius-002 reference/shape-outside-padding-box-border-radius-002-ref float right, padding-box, border-radius https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values 0920ea9e780cafcfffd1976cc5a4039502e5b121 `Ting-Yu Lin`<mailto:tlin@mozilla.com>,`Mozilla`<http://www.mozilla.org/> Test the boxes are wrapping around the right float shape defined by the padding-box and border-radius value.
|
||||
shape-outside-polygon-000 Shape Outside Polygon Valid Formats dom,script http://www.w3.org/TR/css-shapes-1/#funcdef-polygon,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 3b1991a59675f2892f05da8c1faaa20949fa6928 `Adobe`<http://html.adobe.com/>,`Bear Travis`<mailto:betravis@adobe.com> A polygonal basic shape has an optional fill-rule and one or more pairs of coordinates
|
||||
shape-outside-polygon-001 Shape Outside Polygon Valid Fill-Rules dom,script http://www.w3.org/TR/css-shapes-1/#funcdef-polygon,http://www.w3.org/TR/css-shapes-1/#shape-outside-property b6864c42e6bbb7f84383a196eee3ce8ff2bd2a94 `Adobe`<http://html.adobe.com/>,`Bear Travis`<mailto:betravis@adobe.com> A polygonal basic shape's optional fill-rule may be either 'nonzero' or 'evenodd'
|
||||
shape-outside-polygon-002 Shape Outside Polygon Valid Points dom,script http://www.w3.org/TR/css-shapes-1/#funcdef-polygon,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 07121a72c80c14a1da429fde7af792cb595cf9ea `Adobe`<http://html.adobe.com/>,`Bear Travis`<mailto:betravis@adobe.com> A polygonal basic shape's points may be either lengths or percentages
|
||||
|
@ -172,10 +207,10 @@ shape-outside-polygon-014 reference/shape-outside-polygon-010-ref right float, p
|
|||
shape-outside-polygon-015 reference/shape-outside-polygon-010-ref right float, polygon + content-box + shape-margin ahem http://www.w3.org/TR/css-shapes-1/#funcdef-polygon,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#content-box 1b2015ca286e3663b146aae455c6c87b16e037a8 `Rebecca Hauck`<mailto:rhauck@adobe.com> The test verifies that text wraps around a right float with a shape-outside defined as an polygon from the content box wtih a shape margin.
|
||||
shape-outside-polygon-016 reference/shape-outside-polygon-010-ref polygon, evenodd ahem http://www.w3.org/TR/css-shapes-1/#funcdef-polygon,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 5445a6cb52b35f6a064967f79254cb7a179584a9 `Rebecca Hauck`<mailto:rhauck@adobe.com> The test verifies that evenodd behaves the same as nonzero for shape-outside and that text will wraps around the outer edge of a polygon.
|
||||
shape-outside-polygon-017 reference/shape-outside-polygon-017-ref right float, polygon + shape-margin beyond margin box ahem http://www.w3.org/TR/css-shapes-1/#funcdef-polygon,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#shape-margin-property,http://www.w3.org/TR/css-shapes-1/#relation-to-box-model-and-float-behavior 1f5df9c3816c138d8763df49ee01301aaf91421d `Rebecca Hauck`<mailto:rhauck@adobe.com> The test verifies that when a shape-margin is defined that extends beyond the margin box, the shape is clipped to the box.
|
||||
shape-outside-radial-gradient-001 Left float with radial gradient ahem,dom http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property 4787d2d3e8ea4ba6190005265fae46848fc1973b `Bear Travis`<betravis@adobe.com> This test verifies that shape-outside respects a simple radial gradient.
|
||||
shape-outside-radial-gradient-002 Left float with radial gradient and percentage shape margin ahem,dom http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#shape-margin-property 096cd5cd311a99e710f3ed427d3219c6297c1bdd `Bear Travis`<betravis@adobe.com> This test verifies that shape-outside respects a simple radial gradient when a percentage margin is applied.
|
||||
shape-outside-radial-gradient-003 Left float with radial gradient shape, shape margin, and shape-image-threshold ahem,dom http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#shape-margin-property,http://www.w3.org/TR/css-shapes-1/#shape-image-threshold-property 36df67d2a4f36457a10f0d70fc66cfb73819d887 `Bear Travis`<betravis@adobe.com> This test verifies that shape-outside respects a simple radial gradient when a shape margin and shape-image threshold are applied.
|
||||
shape-outside-radial-gradient-004 Left float with radial gradient shape, shape margin, and shape-image-threshold ahem,dom http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#shape-image-threshold-property bebf00779a02cf6a40e50f46089f1138debd28ac `Bear Travis`<betravis@adobe.com> This test verifies that shape-outside respects a simple radial gradient on a right float when shape-image-threshold is applied.
|
||||
shape-outside-radial-gradient-001 Left float with radial gradient ahem,dom,script http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property afb0bb1c6be2a7cbbee6e89256ea4477517401fd `Bear Travis`<mailto:betravis@adobe.com> This test verifies that shape-outside respects a simple radial gradient.
|
||||
shape-outside-radial-gradient-002 Left float with radial gradient and percentage shape margin ahem,dom,script http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#shape-margin-property a1bebb0dad9f2763b3ad2287f9c47575f031c8b5 `Bear Travis`<mailto:betravis@adobe.com> This test verifies that shape-outside respects a simple radial gradient when a percentage margin is applied.
|
||||
shape-outside-radial-gradient-003 Left float with radial gradient shape, shape margin, and shape-image-threshold ahem,dom,script http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#shape-margin-property,http://www.w3.org/TR/css-shapes-1/#shape-image-threshold-property 8174c876fc409000885582ee2c1ae25ce6a9d820 `Bear Travis`<mailto:betravis@adobe.com> This test verifies that shape-outside respects a simple radial gradient when a shape margin and shape-image threshold are applied.
|
||||
shape-outside-radial-gradient-004 Left float with radial gradient shape, shape margin, and shape-image-threshold ahem,dom,script http://www.w3.org/TR/css-shapes-1/#shapes-from-image,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#shape-image-threshold-property bf0c5042eadf87551779909535e65e68b2182496 `Bear Travis`<mailto:betravis@adobe.com> This test verifies that shape-outside respects a simple radial gradient on a right float when shape-image-threshold is applied.
|
||||
shape-outside-shape-arguments-000 Shape Outside Basic Shape Arguments dom,script http://www.w3.org/TR/css-shapes-1/#typedef-basic-shape,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/cssom-1/#serializing-css-values 74969ba14c9e4f25b9b0532a121abe7f84177b0d `Adobe`<http://html.adobe.com/>,`Bear Travis`<mailto:betravis@adobe.com> A basic basic shape can contain any length unit type, or percentage
|
||||
shape-outside-shape-arguments-001 Shape Outside Shape Number Values dom,script http://www.w3.org/TR/css-shapes-1/#typedef-basic-shape,http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/cssom-1/#serializing-css-values 11c5f05823458b5929e1db90af900209de8ff189 `Adobe`<http://html.adobe.com/>,`Bear Travis`<mailto:betravis@adobe.com> The basic shape can contain all valid number formats
|
||||
shape-outside-shape-box-pair-000 Shape Outside Box Shape and Box Valid Values dom,script http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-shapes-1/#typedef-shape-box 933c98aa2fc465349a9cd2317f5678c963ad7950 `Adobe`<http://html.adobe.com/>,`Bear Travis`<mailto:betravis@adobe.com> Shape-outside may be a pair of shape and box values
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue