mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision 3b3585e368841b77caea8576fa56cef91c3fbdf0
This commit is contained in:
parent
d00639c55f
commit
3b4f0ec0bb
541 changed files with 14609 additions and 3288 deletions
|
@ -20,6 +20,9 @@ var tests = [
|
|||
{desc: 'empty string', shape: 'default', coords: "", hit: hitAll},
|
||||
{desc: 'omitted coords', shape: 'DEFAULT', coords: null, hit: hitAll},
|
||||
|
||||
{desc: 'simple', shape: 'rect', coords: "2,2,10,10", hit: hitRect},
|
||||
{desc: 'simple', shape: 'rectangle', coords: "2,2,10,10", hit: hitRect},
|
||||
|
||||
{desc: 'simple', shape: 'circle', coords: "20,40,10", hit: hitCircle},
|
||||
{desc: 'simple', shape: 'circ', coords: "20,40,10", hit: hitCircle},
|
||||
{desc: 'simple', shape: 'CIRCLE', coords: "20,40,10", hit: hitCircle},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue