mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update CSS tests to revision 584b6cdd10401df603bd7bdf4ec801fcddc65468
This commit is contained in:
parent
8d21a79246
commit
58b5cd27de
1279 changed files with 30378 additions and 18158 deletions
|
@ -7,8 +7,8 @@
|
|||
background-color: green;
|
||||
float: left;
|
||||
margin: 50px;
|
||||
width: 33px;
|
||||
height: 33px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
|
@ -18,10 +18,10 @@
|
|||
}
|
||||
.redSquare {
|
||||
position: absolute;
|
||||
top: 51px;
|
||||
left: 51px;
|
||||
width: 198px;
|
||||
height: 198px;
|
||||
top: 52px;
|
||||
left: 52px;
|
||||
width: 196px;
|
||||
height: 196px;
|
||||
background: red;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -14,12 +14,12 @@
|
|||
.greenSquare {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
transform: scale(.33);
|
||||
transform: scale(.3);
|
||||
transform-origin: top left;
|
||||
}
|
||||
.greenSquareTwo {
|
||||
width: 33px;
|
||||
height: 33px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
|
@ -159,8 +159,8 @@ html/rotate_y_45deg.htm 676a7db8531f14d928be06c2aa384aff3701e759 ?
|
|||
xhtml1/rotate_y_45deg.xht 676a7db8531f14d928be06c2aa384aff3701e759 ?
|
||||
html/rotatey.htm f4e3440dfbc15922fb037d7340c9eb4218c4254e ?
|
||||
xhtml1/rotatey.xht f4e3440dfbc15922fb037d7340c9eb4218c4254e ?
|
||||
html/scale-optional-second-001.htm 98c8393e60b87675e850812e29e1aae19b746a03 ?
|
||||
xhtml1/scale-optional-second-001.xht 98c8393e60b87675e850812e29e1aae19b746a03 ?
|
||||
html/scale-optional-second-001.htm e63c550d1a7f24e7e7668ad94f78da65ac6d38cb ?
|
||||
xhtml1/scale-optional-second-001.xht e63c550d1a7f24e7e7668ad94f78da65ac6d38cb ?
|
||||
html/scale-zero-001.htm 2caa488dc20a00d72db606b2da9dfb6eae4ee03f ?
|
||||
xhtml1/scale-zero-001.xht 2caa488dc20a00d72db606b2da9dfb6eae4ee03f ?
|
||||
html/scalex.htm c1e4f598f137270b4b44ef485bd3e5b4d30f3601 ?
|
||||
|
@ -1847,8 +1847,8 @@ html/transform-scale-002.htm 5aa28a98dad5e3d4b30fc1adcf73fe48f3cf5678 ?
|
|||
xhtml1/transform-scale-002.xht 5aa28a98dad5e3d4b30fc1adcf73fe48f3cf5678 ?
|
||||
html/transform-scale-percent-001.htm be0330c5c76b45462bcf59cd5372da782fd54a90 ?
|
||||
xhtml1/transform-scale-percent-001.xht be0330c5c76b45462bcf59cd5372da782fd54a90 ?
|
||||
html/transform-scale-test.htm 1e3cec06b241ed8d491ee9517110230074b820cc ?
|
||||
xhtml1/transform-scale-test.xht 1e3cec06b241ed8d491ee9517110230074b820cc ?
|
||||
html/transform-scale-test.htm cfd337615844669616aea35fab2dbe6c6c5dbf86 ?
|
||||
xhtml1/transform-scale-test.xht cfd337615844669616aea35fab2dbe6c6c5dbf86 ?
|
||||
html/transform-scalex-001.htm a528c8b6de5b1fec0124840b9875fb6399d76d69 ?
|
||||
xhtml1/transform-scalex-001.xht a528c8b6de5b1fec0124840b9875fb6399d76d69 ?
|
||||
html/transform-scaley-001.htm 79a6a9f378b6e09407f2a3b21302a312c691f1d3 ?
|
||||
|
|
|
@ -77,7 +77,7 @@ rotate_45deg reference/rotate_45deg-ref rotateY with perspective produces a trap
|
|||
rotate_x_45deg reference/rotate_x_45deg-ref rotateX with perspective produces a trapezoid http://www.w3.org/TR/css-transforms-1/#3d-transform-rendering 9c1ea67ac3b42ac5eb521c40bd640dd943d07a0e `Ebay Inc.`<xiatian@ebay.com> Rotate 45 degree in y axis
|
||||
rotate_y_45deg reference/rotate_y_45deg-ref rotateY with perspective produces a trapezoid http://www.w3.org/TR/css-transforms-1/#3d-transform-rendering 676a7db8531f14d928be06c2aa384aff3701e759 `Ebay Inc.`<xiatian@ebay.com> Rotate 45 degree in y axis
|
||||
rotateY reference/rotateY-ref transform property with rotateY http://www.w3.org/TR/css-transforms-1/#funcdef-rotatey f4e3440dfbc15922fb037d7340c9eb4218c4254e `Zou Rui`<mailto:zrxldl@gmail.com> When the value of transform is 'rotateY(90deg)', the foward side of a transformed element disappears.
|
||||
scale-optional-second-001 reference/scale-optional-second-ref transform property with scale function and one parameter http://www.w3.org/TR/css-transforms-1/#transform-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 98c8393e60b87675e850812e29e1aae19b746a03 `Jian Zhang`<mailto:jian.andy.zhang@gmail.com> If the second parameter of scale function is not provided, it takes a value equal to the first. This transform causes the element to appear twice as long in both the X and Y axes.
|
||||
scale-optional-second-001 reference/scale-optional-second-ref transform property with scale function and one parameter http://www.w3.org/TR/css-transforms-1/#transform-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions e63c550d1a7f24e7e7668ad94f78da65ac6d38cb `Jian Zhang`<mailto:jian.andy.zhang@gmail.com> If the second parameter of scale function is not provided, it takes a value equal to the first. This transform causes the element to appear twice as long in both the X and Y axes.
|
||||
scale-zero-001 reference/scale-zero-ref transform property with scale function and zero values http://www.w3.org/TR/css-transforms-1/#transform-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 2caa488dc20a00d72db606b2da9dfb6eae4ee03f `Jian Zhang`<mailto:jian.andy.zhang@gmail.com> If zero value is passed to scale function, it causes the element to disappear.
|
||||
scalex reference/scalex-ref test scale x http://www.w3.org/TR/css-transforms-1/#3d-transform-rendering c1e4f598f137270b4b44ef485bd3e5b4d30f3601 `Ebay Inc.`<xiatian@ebay.com> scale x 2
|
||||
scaley reference/scaley-ref test scale y http://www.w3.org/TR/css-transforms-1/#3d-transform-rendering a4b5a1c1981a3ffc953963bf4a331aabd19525c6 `Ebay Inc.`<xiatian@ebay.com> scale y 2
|
||||
|
@ -921,7 +921,7 @@ transform-rounding-001 reference/transform-rounding-ref Rounding http://www.w3.
|
|||
transform-scale-001 reference/transform-scale-ref scale(0.5, 0.5) http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions,http://www.w3.org/TR/css-transforms-1/#funcdef-scale 43f0e3fc3729f272e8fcd4881fa69b8b31aacda2 `Clint Talbert`<mailto:ctalbert@mozilla.com>,`Aryeh Gregor`<mailto:ayg@aryeh.name> This tests that scale(0.5, 0.5) scales down a box by a factor of one-half.
|
||||
transform-scale-002 reference/transform-scale-ref scale(0.5) http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions,http://www.w3.org/TR/css-transforms-1/#funcdef-scale 5aa28a98dad5e3d4b30fc1adcf73fe48f3cf5678 `Clint Talbert`<mailto:ctalbert@mozilla.com>,`Aryeh Gregor`<mailto:ayg@aryeh.name> This tests that scale(0.5) scales down a box by a factor of one-half.
|
||||
transform-scale-percent-001 reference/transform-scale-percent-ref scale(50%, 50%) http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions,http://www.w3.org/TR/css-transforms-1/#funcdef-scale be0330c5c76b45462bcf59cd5372da782fd54a90 `Clint Talbert`<mailto:ctalbert@mozilla.com>,`Aryeh Gregor`<mailto:ayg@aryeh.name> This tests that scale(50%, 50%) does nothing, because scale() is defined to take numbers and not percentages.
|
||||
transform-scale-test reference/transform-scale-test-ref transform property with scale function. http://www.w3.org/TR/css-transforms-1/#transform-property 1e3cec06b241ed8d491ee9517110230074b820cc `Oleg Janeiko`<mailto:oleg@the-incredible.me> This transform shrinks a container by calling scale(.33). It also sets transform-origin to top left in order to visually align with the second green square.
|
||||
transform-scale-test reference/transform-scale-test-ref transform property with scale function. http://www.w3.org/TR/css-transforms-1/#transform-property cfd337615844669616aea35fab2dbe6c6c5dbf86 `Oleg Janeiko`<mailto:oleg@the-incredible.me> This transform shrinks a container by calling scale(.33). It also sets transform-origin to top left in order to visually align with the second green square.
|
||||
transform-scalex-001 reference/transform-scalex-ref scaleX(0.5) http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions,http://www.w3.org/TR/css-transforms-1/#funcdef-scalex a528c8b6de5b1fec0124840b9875fb6399d76d69 `Clint Talbert`<mailto:ctalbert@mozilla.com>,`Aryeh Gregor`<mailto:ayg@aryeh.name> This tests that scaleX(0.5) scales down a box's width by a factor of one-half.
|
||||
transform-scaley-001 reference/transform-scaley-ref scaleY(0.5) http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions,http://www.w3.org/TR/css-transforms-1/#funcdef-scaley 79a6a9f378b6e09407f2a3b21302a312c691f1d3 `Clint Talbert`<mailto:ctalbert@mozilla.com>,`Aryeh Gregor`<mailto:ayg@aryeh.name> This tests that scaleY(0.5) scales down a box's width by a factor of one-half.
|
||||
transform-singular-001 reference/transform-singular-ref matrix(1, 1, 1, 1, 0, 0) http://www.w3.org/TR/css-transforms-1/#transform-function-lists 1930c56b49c9941b0ddec2813d544e9a9245572e `Keith Schwarz`<mailto:keith@keithschwarz.com>,`Aryeh Gregor`<mailto:ayg@aryeh.name> "If a transform function causes the current transformation matrix (CTM) of an object to be non-invertible, the object and its content do not get displayed." The matrix (1, 1, 1, 1) has determinant 1*1 - 1*1 = 0 and therefore is not invertible, so nothing should display.
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
background-color: green;
|
||||
float: left;
|
||||
margin: 50px;
|
||||
width: 33px;
|
||||
height: 33px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
|
@ -18,10 +18,10 @@
|
|||
}
|
||||
.redSquare {
|
||||
position: absolute;
|
||||
top: 51px;
|
||||
left: 51px;
|
||||
width: 198px;
|
||||
height: 198px;
|
||||
top: 52px;
|
||||
left: 52px;
|
||||
width: 196px;
|
||||
height: 196px;
|
||||
background: red;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -14,12 +14,12 @@
|
|||
.greenSquare {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
transform: scale(.33);
|
||||
transform: scale(.3);
|
||||
transform-origin: top left;
|
||||
}
|
||||
.greenSquareTwo {
|
||||
width: 33px;
|
||||
height: 33px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
background-color: green;
|
||||
float: left;
|
||||
margin: 50px;
|
||||
width: 33px;
|
||||
height: 33px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
|
@ -18,10 +18,10 @@
|
|||
}
|
||||
.redSquare {
|
||||
position: absolute;
|
||||
top: 51px;
|
||||
left: 51px;
|
||||
width: 198px;
|
||||
height: 198px;
|
||||
top: 52px;
|
||||
left: 52px;
|
||||
width: 196px;
|
||||
height: 196px;
|
||||
background: red;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -14,12 +14,12 @@
|
|||
.greenSquare {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
transform: scale(.33);
|
||||
transform: scale(.3);
|
||||
transform-origin: top left;
|
||||
}
|
||||
.greenSquareTwo {
|
||||
width: 33px;
|
||||
height: 33px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue