mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
This commit is contained in:
parent
9aa1b1e408
commit
35c74aecc2
11290 changed files with 92400 additions and 49214 deletions
|
@ -18,7 +18,7 @@
|
|||
<script type="text/javascript">
|
||||
var circle_position_calc_tests = [];
|
||||
ParsingUtils.calcTestValues.forEach(function(value) {
|
||||
testCase = ['circle(at '+ value[0] +')',
|
||||
testCase = ['circle(at '+ value[0] +')',
|
||||
'circle(at '+ value[1] +' 50%)'];
|
||||
if(Object.prototype.toString.call( value[2] ) === '[object Array]' && value[2].length == 2) {
|
||||
testCase.push([ 'circle(at '+ value[2][0] +' 50%)',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue