mirror of
https://github.com/servo/servo.git
synced 2025-10-13 23:10:20 +01:00
Update web-platform-tests to revision 07b698ef4ea02ebeb65c3214ed7141ad32678a8c
This commit is contained in:
parent
81b92b9c1a
commit
c5ddf8e76a
119 changed files with 2754 additions and 727 deletions
|
@ -348,7 +348,7 @@ def genTestUtils(TESTOUTPUTDIR, IMAGEOUTPUTDIR, TEMPLATEFILE, NAME2DIRFILE, ISOF
|
|||
scripts += '<script src="%s"></script>\n' % (s)
|
||||
|
||||
variants = test.get('script-variants', {})
|
||||
script_variants = [(v, '<script src="%s"></script>\n' % (s)) for (v, s) in variants.iteritems()]
|
||||
script_variants = [(v, '<script src="%s"></script>\n' % (s)) for (v, s) in variants.items()]
|
||||
if not script_variants:
|
||||
script_variants = [('', '')]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue