mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update CSS tests to revision 135b269a1d9f5ce7862ab7426578bd56e2add740
This commit is contained in:
parent
7f2d81933a
commit
bff545d198
1882 changed files with 16167 additions and 10909 deletions
|
@ -942,7 +942,7 @@
|
|||
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
||||
<td>transform translate with invalid translation value
|
||||
<ul class="assert">
|
||||
<li>Check if transform sets translate(null, null) that an expection is to be thrown</li>
|
||||
<li>Check if transform sets translate(null, null), transform property returns initial value.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -953,7 +953,7 @@
|
|||
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
||||
<td>transform translate with maximum translation value
|
||||
<ul class="assert">
|
||||
<li>Check if transform sets translate(INFINITE, INFINITE) that an expection is to be thrown</li>
|
||||
<li>Check if transform sets translate(INFINITE, INFINITE), transform property returns initial value.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -964,7 +964,7 @@
|
|||
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
||||
<td>transform translate with minimum translation value
|
||||
<ul class="assert">
|
||||
<li>Check if transform sets translate(-INFINITE, -INFINITE) that an expection is to be thrown</li>
|
||||
<li>Check if transform sets translate(-INFINITE, -INFINITE), transform property returns initial value.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue