mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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
|
@ -32,22 +32,22 @@
|
|||
<a href="#s7">+</a>
|
||||
<a href="https://www.w3.org/TR/css-transforms-1/#transform-property">7 The transform Property</a></th></tr>
|
||||
<!-- 103 tests -->
|
||||
<tr id="2d-rotate-001-7" class="css3, rotate, svg">
|
||||
<tr id="2d-rotate-001-7" class="svg">
|
||||
<td>
|
||||
<a href="2d-rotate-001.htm">2d-rotate-001</a></td>
|
||||
<td><a href="reference/2d-rotate-ref.htm">=</a> <a href="reference/2d-rotate-notref.htm">≠</a> </td>
|
||||
<td><abbr class="css3," title=""></abbr><abbr class="rotate," title=""></abbr><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
|
||||
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
|
||||
<td>CSS Transform using 2d rotate()
|
||||
<ul class="assert">
|
||||
<li>asserting that you can rotate an element with CSS</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="2d-rotate-js-7" class="css3, rotate, svg">
|
||||
<tr id="2d-rotate-js-7" class="svg script">
|
||||
<td>
|
||||
<a href="2d-rotate-js.htm">2d-rotate-js</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="css3," title=""></abbr><abbr class="rotate," title=""></abbr><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
|
||||
<td><abbr class="svg" title="Requires SVG support">SVG</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
||||
<td>Rotate via javascript must show the correct computed rotation
|
||||
<ul class="assert">
|
||||
<li>Asserting that you can rotate an element with JS and it show up in CSS computed values not as a matrix but as the rotation</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue