mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
Update CSS tests to revision 135b269a1d9f5ce7862ab7426578bd56e2add740
This commit is contained in:
@@ -6985,7 +6985,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>
|
||||
@@ -6996,7 +6996,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>
|
||||
@@ -7007,7 +7007,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>
|
||||
|
||||
Reference in New Issue
Block a user